From bd5c73f40840b692a3ebc65b90ccc498aa43f025 Mon Sep 17 00:00:00 2001 From: MervinPraison Date: Tue, 11 Mar 2025 10:33:54 +0000 Subject: [PATCH] Add playground documentation to navigation - Updated `mint.json` to include the "playground" page in the documentation navigation - Positioned under the "Other Features" group for easy access --- docs/mint.json | 1 + docs/playground.mdx | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/playground.mdx 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