How to Use the Playground
- The code editor is pre-loaded with a simple example using Praison AI Agents
- Modify the code as needed for your experiments
- Click “Run” to execute the code and see the results
- Use the playground to test concepts from the course or your own ideas
How It Works
You edit code in the browser, the execution server runs it, and the output streams back to the editor.Best Practices
Start from the built-in example
Start from the built-in example
The editor is pre-loaded with a working snippet. Tweak the
instructions and prompt before writing from scratch.Keep experiments small
Keep experiments small
The playground is for quick tests. Move larger projects to a local install with
pip install praisonaiagents.Use it to learn the SDK
Use it to learn the SDK
Try
Agent(...).start("…") variations to see how instructions and prompts change the output.Related
Quick Start
Build your first agent locally.
Introduction
Learn the core building blocks.

