The AG-UI interface exposes any Agno agent or team via the AG-UI protocol, enabling real-time streaming to compatible frontends like Dojo and CopilotKit.Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
agui_agent.py
How It Works
| Concept | Behavior |
|---|---|
| Protocol | AG-UI standard for agent ↔ 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
Custom events, state sync, and frontend integration.
Examples
Basic agent, tools, and team examples.
Cookbook
Full runnable examples on GitHub.
AG-UI Protocol
Official protocol specification.