docs: Multi-Channel Bot Deployment Documentation#460
Conversation
- Create comprehensive multi-channel-bots.mdx feature guide with: * Hero Mermaid diagram and Quick Start with Steps component * Environment variable convention table (PLATFORM_<ROLE>_BOT_TOKEN) * Complete bot.yaml examples with specialized agents * Validation with praisonai doctor section * Best practices with AccordionGroup - Update onboard.mdx to document new multi-channel wizard flow: * Updated hero diagram showing role selection loop * Added multi-channel setup section with example flow * Updated wizard descriptions for per-channel role prompts - Update messaging-bots.mdx with same-platform multi-role example - Update bot-routing.mdx with new Workforce tab showing arbitrary channel keys - Update doctor.mdx with complete multi_channel_tokens check documentation - Update bot-security.mdx with unique token per channel security rule - Update troubleshoot-gateway.mdx with multi-channel failure modes table - Update docs.json navigation to include new page under Features > Communication & Messaging Based on PR MervinPraison/PraisonAI#1757 implementation details from: - src/praisonai/praisonai/cli/features/onboard.py - src/praisonai/praisonai/cli/features/doctor/checks/bot_checks.py - examples/yaml/multi-telegram-hermes-workforce.yaml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Review limit reached
More reviews will be available in 34 minutes and 49 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request introduces comprehensive documentation for configuring, securing, and troubleshooting multi-channel bots (running multiple specialized bots on a single platform with unique tokens). It updates the onboarding wizard guide, security best practices, routing configurations, and details the validation checks performed by praisonai doctor. Feedback is provided regarding an incorrect command syntax in the troubleshooting guide, where a check ID is used directly instead of passing it via the --only flag.
| **Validation:** | ||
| ```bash | ||
| # Check multi-channel configuration | ||
| praisonai doctor multi_channel_tokens |
Implements comprehensive documentation for multi-channel bot deployments based on PR #1757.
Summary
Key Features Documented
Implementation Details
Based on merged PR MervinPraison/PraisonAI#1757 source code:
Files Changed
Follows AGENTS.md standards with Mintlify components, Mermaid diagrams, and copy-paste runnable examples.
Fixes #451
🤖 Generated with Claude Code