ui
AI Agent UI protocol integrations for exposing PraisonAI agents to frontends and other agents.| Submodule | Export | Purpose |
|---|---|---|
ui.agui | AGUI | AG-UI protocol (CopilotKit-compatible SSE) |
ui.a2a | A2A | Agent-to-Agent JSON-RPC |
ui.a2ui | A2UI | Google A2UI adapter (optional [a2ui] extra) |
praisonaiagents.ui or top-level:
A2UI tool contract
send_a2ui_messages returns:
CUSTOM event name="a2ui". A2A sync message/send can emit a DataPart with the same MIME when tool results are present in agent history.
Parsing and rendering belong in your UI layer — see Integrate A2UI with Your Frontend.

