Appearance
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 RouterCross-Domain Dependencies
| From | To | Dependency |
|---|---|---|
| Application | Agent | AI Chat sends requests to Orchestrator |
| Application | Integration | Hand-off goes through API Gateway |
| Application | — | Omnichannel uses Channel Router (external) |
| Agent | Intelligence | Research Agents query MCP server |
| Agent | Integration | Workers pull from Redis (shared infra) |
| Integration | — | Gateway routes to Salesforce, partners |
Infrastructure Requirements
| Service | Used By | Priority |
|---|---|---|
| Redis | Agent (queue, session), Integration (cache, dedup, rate limiting) | Critical — provision first |
| Postgres | Agent (session state, conversation history) | Critical — provision first |
| Doppler | Integration (all credentials) | Critical — provision first |
| Container Registry | All domains | High |
| Load Balancer | Integration, Intelligence MCP | High |
| Object Storage | Intelligence (backups), Integration (logs) | Medium |
Project Links
| Domain | Timeline & Dependencies | Projects |
|---|---|---|
| Agent | View | 5 projects, 14+ epics |
| Integration | View | 5 projects, 15+ epics |
| Intelligence | View | 10 projects, 30+ epics |
| Application | View | 6 projects, 18+ epics |
Total: 26 projects, 77+ epics, ~13 weeks to production go-live.