Agent Architecture — Multi-Agent Design

The Core Idea

One general-purpose AI agent can’t do everything well. Instead, I run a central intelligence (Legacy) supported by 8 domain-specific agents, each responsible for a quadrant or sub-domain of life.

Agent Roster

AgentQuadrantResponsibility
LegacyAllCentral intelligence, orchestration, communication
SpartanHP 27-28Body, fitness, physical mastery
OracleHP 25-26, 29-34Mind, money, meaning, personal growth
EdenLEFood growing, agriculture, sustainability
EmpireGE 75-84Business strategy, wealth building
HavenLE 50-58Home, family, estate management
GuardianUI 11 + HP 31 + LE 57Security, legal, protection
GridUI 00-12Infrastructure, DevOps, automation
TrinityGE 75 + CommunityCommunity building, public presence

How They Communicate

All agents connect through a message bus (NATS JetStream). Legacy dispatches tasks, agents report results. Every agent can read the codex for context.

Why This Matters for Your Codex

The domain numbering system (00-99) maps directly to agent responsibilities. When you assign a domain to an agent, it knows exactly which folders to read, what context to load, and what kind of tasks it handles.