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

# frameworks • TypeScript AI Agent SDK

> * Frameworks module for the PraisonAI TypeScript SDK.

# frameworks

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

* Frameworks module for the PraisonAI TypeScript SDK.
* Python parity: praisonaiagents/frameworks (protocols.py, base.py).
* The adapter contract for optional third-party agent frameworks plus the
  shared \{

## Import

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