> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# a2ui • AI Agent SDK

> A2UI integration via Google's a2ui-agent-sdk (optional).

# a2ui

<Badge color="blue">AI Agent</Badge>

A2UI integration via Google's a2ui-agent-sdk (optional).

Declarative agent UI uses the official SDK — not reimplemented in PraisonAI core.
Install: pip install praisonaiagents\[a2ui]

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.ui import a2ui
```

## Classes

<CardGroup cols={2}>
  <Card title="A2UI" icon="brackets-curly" href="../classes/A2UI">
    Optional A2UI facade (lazy — imports a2ui-agent-sdk on first use).
  </Card>
</CardGroup>
