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

# deploy • AI Agents Framework

> C14 shim: deploy module moved to ``praisonai_deploy``.

# deploy

<Badge color="purple">AI Agents Framework</Badge>

C14 shim: deploy module moved to `praisonai_deploy`.

Old import paths (`praisonai.deploy`, `praisonai.deploy.models`) keep working
and resolve to the same module objects as `praisonai_deploy.*`.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import deploy
```
