Get Started
Agent Playground
Agno provides a beautiful Agent UI for interacting with your agents.
Agent Playground
No data is sent to agno.com, all agent data is stored locally in your sqlite database.
Running Playground Locally
Let’s run the playground application locally so we can chat with our Agents using the Agent UI. Create a file playground.py
playground.py
Make sure the
serve_playground_app()
points to the file that contains your Playground
app.Authenticate with Agno
Authenticate with agno.com so your local application can let agno know that you are running a playground application. Run:
No data is sent to agno.com, only that you’re running a playground application at port 7777.
[or] export your AGNO_API_KEY
from app.agno.com
Run the playground app
Install dependencies and run your playground application:
View the playground
- Open the link provided or navigate to
http://app.agno.com/playground
(login required) - Select the
localhost:7777
endpoint and start chatting with your agents!