Skip to main content

UI Module

The UI module exposes protocol adapters for agent frontends and inter-agent communication.

Installation

Components

AGUI

AG-UI protocol for CopilotKit-compatible SSE streaming.
See AG-UI server.

A2A

Agent-to-Agent JSON-RPC protocol.
Sync message/send can emit A2UI DataPart artifacts when the agent used send_a2ui_messages. See A2A Protocol.

A2UI

Optional declarative UI via Google’s A2UI SDK (thin adapter in core).
Tool output contract:
For rendering and parsing, see Integrate A2UI with Your Frontend.