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

# bots • TypeScript AI Agent SDK

> * Bots module for the PraisonAI TypeScript SDK.

# bots

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

* Bots module for the PraisonAI TypeScript SDK.
* Python parity: praisonaiagents/bots (protocols.py, base.py, config.py).
* Contracts, capability descriptors and the inheritable
  \{
  platform adapters (Telegram, Discord, Slack, ...) live outside the core SDK.

## Import

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Bots" icon="robot" href="/docs/docs/js/bots" />

  <Card title="JS Slackbot Agent" icon="slack" href="/docs/docs/js/slackbot-agent" />
</CardGroup>
