Skip to content

Projects — Overview

This is the central view of all platform projects across Agent, Integration, Intelligence, and Application architectures. Each domain has its own detailed timeline and dependencies — this page provides the cross-domain perspective.


Platform Timeline

View detailed weekly breakdown →


Domain Summaries

Agent

The hierarchical agent system — Orchestrator decomposes requests, dispatches to Research Agents via Redis queue, synthesizes results. 5 projects, 14+ epics.

Key projects: Orchestrator Core Engine, Research Agent Framework, Job Queue Infrastructure, Scaling and Reliability, Observability and Operations

Integration

The API Gateway — single boundary around Salesforce, databases, partner accounts, payment providers. 5 projects, 15+ epics.

Key projects: API Gateway Core, API Surface and Contract, Webhook Infrastructure, Observability and Security, Deployment and Operations

Intelligence

The data layer — crawler framework, extractors, SQLite storage, MCP server. 10 verticals, 30+ epics. ~460 hours estimated.

Key projects: DMC, Dining, Experiences, Transportation, Hotels, Flights, Spa & Wellness, Event Tickets, Platform Core, Platform Operations

Application

The Advisor Console — React 19 SPA with AI Chat, Omnichannel Inbox, CRM Data Access, Booking Hand-off. 6 projects, 18+ epics.

Key projects: AI Chat and Research, Omnichannel Inbox, CRM Data Access, Booking Hand-off, UI Framework, Deployment and Operations


How the Domains Connect

Application (Advisor Console)

        ├──► AI Chat ──► Orchestrator (Agent)
        │                     │
        │                     ├──► Tool Cascade ──► Job Queue
        │                     │                          │
        │                     └──► Synthesize ◄──── Research Agents
        │                                              │
        │                                    ┌─────────┘
        │                                    │
        │                              Intelligence MCP

        ├──► Hand-off ──► Integration Gateway ──► Salesforce

        └──► Omnichannel ──► Channel Router

Cross-Domain Dependencies

FromToDependency
ApplicationAgentAI Chat sends requests to Orchestrator
ApplicationIntegrationHand-off goes through API Gateway
ApplicationOmnichannel uses Channel Router (external)
AgentIntelligenceResearch Agents query MCP server
AgentIntegrationWorkers pull from Redis (shared infra)
IntegrationGateway routes to Salesforce, partners

Infrastructure Requirements

ServiceUsed ByPriority
RedisAgent (queue, session), Integration (cache, dedup, rate limiting)Critical — provision first
PostgresAgent (session state, conversation history)Critical — provision first
DopplerIntegration (all credentials)Critical — provision first
Container RegistryAll domainsHigh
Load BalancerIntegration, Intelligence MCPHigh
Object StorageIntelligence (backups), Integration (logs)Medium

DomainTimeline & DependenciesProjects
AgentView5 projects, 14+ epics
IntegrationView5 projects, 15+ epics
IntelligenceView10 projects, 30+ epics
ApplicationView6 projects, 18+ epics

Total: 26 projects, 77+ epics, ~13 weeks to production go-live.

Marchay Platform Documentation