Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
A2UI: Optional A2UI facade (lazy — imports a2ui-agent-sdk on first use).
Defined in the a2ui module.
from praisonaiagents.ui import A2UI part = A2UI.create_part({"createSurface": {...}}) prompt = A2UI.system_prompt("You are a helpful assistant.")
praisonaiagents/ui/a2ui/__init__.py