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.