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

> Bot Protocols and Configuration for PraisonAI Agents.

# bots

<Badge color="blue">AI Agent</Badge>

Bot Protocols and Configuration for PraisonAI Agents.

Defines the interfaces and configuration for messaging bot implementations.
All implementations live in the `praisonai-bot` package (`praisonai_bot.bots`).
Backward-compatible imports: `from praisonai.bots import Bot` via wrapper shims.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import bots
```
