> ## 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 for PraisonAI Agents.

# bots

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

Bot Protocols for PraisonAI Agents.

Provides protocols and base classes for building messaging bot implementations
(Telegram, Discord, Slack, etc.) that connect agents to messaging platforms.

This module contains only protocols and lightweight utilities.
Heavy implementations live in the praisonai wrapper package.

## Import

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