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
Remember to export your OPENAI_API_KEY
before running the playground application.
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 which port you are running the playground on. 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!
Open Source Agent UI
Looking for a self-hosted alternative? Check out our Open Source Agent UI - A modern Agent interface built with Next.js and TypeScript that works exactly like the Agent Playground.
Agent UI Interface
Get Started with Agent UI
The UI will connect to localhost:7777
by default, matching the Playground setup above. Visit GitHub for more details.
Troubleshooting
We have identified that certain browsers may experience compatibility issues with the Agent Playground, potentially resulting in connection errors.
Brave Browser
Users may encounter difficulties connecting to localhost endpoints when using Brave, and the ag setup
command might not work as expected.
To resolve this issue, please try disabling Brave Shields in your browser settings.
Safari Browser
Similar connection issues have been reported with Safari when attempting to connect to localhost endpoints and running ag setup
.
While we are actively working on a solution, we kindly recommend using alternative browsers such as Chrome, Firefox, or Edge for the best experience.