Install the AG-UI dependencies:
uv pip install 'agno[agui]'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.Set Environment Variables
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:
Connect
Open http://localhost:3000 and select the Agno integration. Responses stream from your backend over the AG-UI protocol.