Apps
- Web Dashboard
- Inbox
- Agent Builder
- Workflow Canvas
- Admin
- Landing
Six layers, one bus. Every component is independently deployable, observable, and replaceable.
From inbound message to executed action — every hop is logged and replayable.
Messaging service normalizes inbound events from WhatsApp, email, webhooks.
Redis event bus fans the event out to subscribers with at-least-once delivery.
Workflow Engine evaluates triggers + conditions and decides what runs.
AI Orchestrator loads CRM context + memory, calls LLM with tool schemas.
Agent executes tool calls — DB writes, outbound messages, CRM updates, audit.