Metadata-Version: 2.4
Name: praisonai-bot
Version: 0.0.2
Summary: Bots, gateway, and channel CLI for PraisonAI — messaging platforms and WebSocket control plane extracted from the praisonai wrapper.
Author: Mervin Praison
License: MIT
Project-URL: Homepage, https://docs.praison.ai
Project-URL: Repository, https://github.com/mervinpraison/PraisonAI
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: praisonaiagents>=1.6.117
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12.0
Requires-Dist: click>=8.4.2
Requires-Dist: PyYAML>=6.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: aiohttp>=3.8.0
Provides-Extra: gateway
Requires-Dist: fastapi>=0.115.0; extra == "gateway"
Requires-Dist: uvicorn>=0.34.0; extra == "gateway"
Requires-Dist: sse-starlette>=1.6.0; extra == "gateway"
Requires-Dist: websockets>=12.0; extra == "gateway"
Requires-Dist: watchdog>=3.0.0; extra == "gateway"
Requires-Dist: redis>=5.0.0; extra == "gateway"
Provides-Extra: bot
Requires-Dist: python-telegram-bot>=20.0; extra == "bot"
Requires-Dist: discord.py>=2.0.0; extra == "bot"
Requires-Dist: slack_sdk>=3.0.0; extra == "bot"
Requires-Dist: slack-bolt>=1.18.0; extra == "bot"
Requires-Dist: brotlicffi>=1.0.0; extra == "bot"
Requires-Dist: psutil>=5.9.0; extra == "bot"
Requires-Dist: ddgs>=9.0.0; extra == "bot"
Provides-Extra: bot-whatsapp-web
Requires-Dist: neonize>=0.3.14; extra == "bot-whatsapp-web"
Requires-Dist: qrcode>=7.0; extra == "bot-whatsapp-web"
Provides-Extra: all
Requires-Dist: praisonai-bot[bot,gateway]; extra == "all"

# praisonai-bot

Bots, gateway, and channel CLI for PraisonAI.

```bash
pip install praisonai-bot[gateway,bot]
praisonai-bot gateway start --config gateway.yaml
praisonai-bot bot start --config bot.yaml
```

Protocols live in `praisonaiagents`; this package holds platform adapters and the WebSocket gateway server.
