transports.agui
AG-UI protocol adapter.
Implements the AG-UI (Agent UI) protocol for agent-runtimes using Pydantic AI's built-in AG-UI support from pydantic_ai.ui.ag_ui.
Protocol Reference: https://ai.pydantic.dev/ui/ag-ui/
AG-UI is a lightweight protocol focused on UI integration with:
- Simple JSON message format
- UI-focused events (text, thinking, tool_use)
- Real-time streaming support
- Lightweight for browser clients
- Identity context support for OAuth token propagation