Quick Start
agui_agent.py
How It Works
| Concept | Behavior |
|---|---|
| Protocol | AG-UI standard for agent-to-frontend communication |
| Streaming | Real-time token streaming with tool call visibility |
| Custom Events | Stream structured data (charts, profiles) to frontend |
| Frontends | Works with Dojo, CopilotKit, or any AG-UI client |
Setup
No external configuration required. Run the agent and connect your frontend to the/agui endpoint.
Endpoint: http://localhost:9001/agui
Next Steps
Full Guide
Sessions, reasoning, structured output, and troubleshooting.
Setup Guide
Run the backend and connect a Dojo frontend step by step.
Reference
Parameters, endpoints, and the Agno to AG-UI event map.
Examples
Tools, reasoning, structured output, teams, and more.