FOCUSCurrently working on ScheduleSomething and LayerdEvents algorithmsLearn More
FOCUSCurrently working on ScheduleSomething and LayerdEvents algorithmsLearn More
FOCUSCurrently working on ScheduleSomething and LayerdEvents algorithmsLearn More
FOCUSCurrently working on ScheduleSomething and LayerdEvents algorithmsLearn More
Git ContextArchitecture
Component Interactions
Docsgit-contextArchitectureComponent Interactions
GitHub Live Sync

Component Interactions

Live technical documentation fetched from GitHub repository omghante/metapilot/docs/architecture/component-interactions.md

Component Interaction Map

This document outlines how major services, background workers, storage layers, and external APIs interact during end-to-end operations in MetaPilot.

Complete System Data Flow Map

Rendering diagram...

Service Communication Matrix

Source ServiceTarget ServiceProtocolPayload TypeUse Case
Next.js DashboardDaphne REST APIHTTP/2 (HTTPS)JSONManagement operations, authentication, template builder
Next.js Inbox UIDjango ChannelsWebSockets (WSS)JSON FramesLive agent chat, unread count badge updates
Django REST APIPostgreSQL / SQLiteTCP / NativeSQL QueriesRelational persistence, audit logs, tenant settings
Django REST APIRedisTCP (RESP)Redis ProtocolSession caching, rate limiting, channel publishing
Celery BeatRedis QueueTCP (RESP)Serialized TasksCron task dispatching, heartbeat checks
Celery WorkersMeta Cloud APIHTTPS / RESTJSON (v22.0)Outbound WhatsApp template and text messaging
Celery WorkersOpenRouter APIHTTPS / RESTJSONAI Chatbot text completions and vision analysis
Meta Cloud APIDjango Webhook ViewHTTPS POSTJSON WebhookInbound message delivery and status updates (
sent
,
delivered
,
read
)