Important Runtime Behavior
- Both WhatsApp and Instagram POST handlers send `200` immediately before doing heavier work.
- Incoming messages are deduplicated with the `ProcessedMessage` model to prevent duplicate AI replies across retries.
- Conversation state is persisted in MongoDB so handoff and channel logic can survive across requests.