Install the AG-UI dependencies:
uv pip install 'agno[agui]'1
Create the backend
Expose an Agno agent or team through
AgentOS and AGUI.basic.py
Serve on port
9001. Dojo expects the backend there by default.2
Set Environment Variables
3
Run the backend
http://localhost:9001/config.4
Set up the Dojo frontend
Dojo is the AG-UI reference frontend.
- Clone the repository:
- Install the TypeScript SDK:
- Build the Agno integration:
- Start Dojo:
5
Connect
Open http://localhost:3000 and select the Agno integration. Responses stream from your backend over the AG-UI protocol.