> ## 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.

# push • AI Agent SDK

> Push client public surface.

# push

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

Push client public surface.

Concrete implementations live in the `praisonai` wrapper. This module
re-exports them lazily so user code can keep importing from
`praisonaiagents.push`.

## Import

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

### Constants

| Name              | Value                                                                 |
| ----------------- | --------------------------------------------------------------------- |
| `_WRAPPER_MODULE` | `'praisonai.push'`                                                    |
| `_WRAPPER_NAMES`  | `frozenset({'PushClient', 'WebSocketTransport', 'PollingTransport'})` |
