Multi Platform Messenger Bridge
When to Use
- User says bridge messengers or task matches this capability
- User says unified chat memory or task matches this capability
- User says cross-platform reply or task matches this capability
Workflow
- Normalize message format across platforms (sender, channel, body, meta).
- Route through whatsapp-message-rater (or platform equivalent).
- Apply shared contact profile from semantic-memory-manager.
- Dispatch reply via platform adapter; same HITL rules everywhere.
References
Read references/messenger-setup.md when setup, backends, or rubric details are needed.
Integrations
whatsapp-auto-responderwhatsapp-message-ratersemantic-memory-managerhitl-approver
Error Handling
| Failure | Response |
|---|---|
| Platform not configured | Read references/messenger-setup.md; guide setup. |
| Channel policy mismatch | Apply strictest policy across channels. |
Gotchas
- Read references/messenger-setup.md before first use.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.