Commit Graph

2 Commits

Author SHA1 Message Date
Prasad Thammineni
ab8177cbc0 docs: add unified channel message flow architecture documentation
Comprehensive comparison of WhatsApp, Discord, and Gmail message flows:

- Unified architecture overview showing shared components
- Channel comparison matrix (connection, reception, routing, delivery)
- Detailed sequence diagrams for each channel
- Key files and functions for each step
- Channel-specific features (threads, reactions, webhooks)
- Data structure comparison (inbound messages, session keys)
- Guide for adding new channels

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 07:18:20 -08:00
Prasad Thammineni
12971e1283 docs: add WhatsApp message flow architecture documentation
Comprehensive documentation covering:
- Complete message lifecycle from reception to delivery
- Layer-by-layer breakdown (Baileys, Monitor, Router, Agent, Dispatcher)
- Sequence diagrams for message flow, group gating, tool execution
- Key data structures (WebInboundMsg, ResolvedAgentRoute, MsgContext)
- Configuration examples for routing, group gating, media understanding
- Error handling and observability patterns

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 07:04:45 -08:00