praisonai-bot is the channel runtime package: messaging bots (Telegram, Discord, Slack, …), the WebSocket gateway control plane, and the praisonai-bot console script. Install it when you need gateway or bots without the full praisonai wrapper.
Four-tier ownership
Publish order:
praisonaiagents → praisonai-code + praisonai-bot → praisonai
Quick Start
1
Install
2
Set credentials
3
Start the gateway
http://127.0.0.1:8765/healthPython API (bot-first imports)
Scheduler imports
Scheduled jobs (standalone)
The gateway scheduler tick lives inpraisonai-bot, so you can run scheduled agents without the full wrapper.
RunPolicy (the safety gate) is not shipped in praisonai-bot — install the praisonai wrapper if you need it. See Scheduled Run Policy.Console script
When the full wrapper is installed, the same commands are available as
praisonai gateway, praisonai bot, etc.
What is not in this package
- Agentic hot path (
run,chat,code) — usepraisonai-codeorpraisonai - Framework adapters (CrewAI, AutoGen) — wrapper only
- Async jobs HTTP API (
praisonai.jobs) — wrapper only (UI bridge when co-installed) - Unified dashboard (
praisonai dashboard) — wrapper only RunPolicy(safety gate for unattended runs) — wrapper only (praisonai.scheduler.run_policy)
When to pick this vs other packages
Related
Installation Guide
Six-package comparison
Gateway CLI
Gateway operations
BotOS
Multi-platform bot orchestration
praisonai SDK
Full wrapper

