Skip to main content
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.

Quick Start

agui_agent.py

How It Works

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.