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

# AI • TypeScript AI Agent SDK

> * AI SDK Wrapper Module

# ai

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

* AI SDK Wrapper Module
* This module provides a stable wrapper over the AI SDK (aisdk) primitives.
  It isolates aisdk imports and provides typed wrappers to ensure future
  aisdk upgrades don't break praisonai-ts users.
*

## Import

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS AI SDK" icon="brain" href="/docs/js/ai-sdk" />

  <Card title="JS AI SDK CLI" icon="terminal" href="/docs/js/ai-sdk-cli" />
</CardGroup>
