diff --git a/docs/mint.json b/docs/mint.json index 25298a54e..48a36ad9d 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -304,6 +304,7 @@ "group": "Other Features", "pages": [ "train", + "playground", "framework/crewai", "framework/autogen", "framework/praisonaiagents" diff --git a/docs/playground.mdx b/docs/playground.mdx new file mode 100644 index 000000000..d47844be4 --- /dev/null +++ b/docs/playground.mdx @@ -0,0 +1,33 @@ +--- +title: "Praison AI Agents Playground" +sidebarTitle: "Playground" +description: "Interactive environment to test and run your AI Agents" +icon: "code" +--- + + + +## How to Use the Playground + +1. The code editor is pre-loaded with a simple example using Praison AI Agents +2. Modify the code as needed for your experiments +3. Click "Run" to execute the code and see the results +4. Use the playground to test concepts from the course or your own ideas + + + + Reference the Praison AI Agents documentation for more examples + + + Return to the AI Agents course + + \ No newline at end of file