> ## 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 • TypeScript AI Agent SDK

> * Runtime execution protocols and registry for PraisonAI agents.

# runtime

<Badge color="green">TypeScript AI Agent</Badge>

* Runtime execution protocols and registry for PraisonAI agents.
* Port of the protocol and registry parts of `praisonaiagents/runtime/`
  (`protocols.py`, `registry.py`, `builtin.py`). Turn contexts,
  capabilities, middleware, doctor rules, health checks and the run journal
  are not yet ported.

## Import

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