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

# runtime • AI Agents Framework

> Backward-compatible shim for ``praisonai.runtime``.

# runtime

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

Backward-compatible shim for `praisonai.runtime`.

The warm local runtime moved to :mod:`praisonai_code.runtime` (parent tracking
issue, step C1). This shim re-exports the public surface and aliases the
submodules so existing imports keep working:

from praisonai.runtime import RuntimeDescriptor, RuntimeClient
from praisonai.runtime.descriptor import get\_runtime\_descriptor
python -m praisonai.runtime

## Import

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