Introduction
Agent UI
Phidata provides a beautiful Agent UI for interacting with your agents.
Agent Playground
No data is sent to phidata, all agent sessions are stored locally in a sqlite database.
Let’s take it for a spin, create a file playground.py
playground.py
Make sure the
serve_playground_app()
points to the file that contains your Playground
app.Authenticate with phidata
Authenticate with phidata by running the following command:
OR by exporting the PHI_API_KEY
for your workspace from phidata.app
Run the playground
Install dependencies and run the Agent Playground:
View the playground
- Open your link provided or navigate to
http://phidata.app/playground
(login required) - Select the
localhost:7777
endpoint and start chatting with your agents!
Demo Agents
The Agent Playground includes a few demo agents that you can test with. If you have recommendations for other agents we should build, please let us know in the community forum.
Was this page helpful?