Architecture
Trinity's architecture implements the Four Pillars of Deep Agency — the foundational capabilities that transform reactive chatbots into autonomous reasoning systems. Explore the operational systems, multi-agent collaboration patterns, and agent lifecycle that power the platform.
System Overview
Dashboard, monitoring, Operating Room, and infrastructure components
Multi-Agent Collaboration
Agent network, event subscriptions, system manifests, and the Four Pillars of Deep Agency
Agent Lifecycle
Permissions, executions, and the full lifecycle from creation to deletion
Dashboard
Network graph, timeline view, tag clouds, and fleet overview
Operating Room
Operator queue, notifications, cost alerts, and real-time oversight
Monitoring
Health checks, cleanup service, and fleet dashboard
Executions
Execution list, detail view, live streaming, and termination
Agent Permissions
Inter-agent access control and who can call whom
Event Subscriptions
Pub/sub between agents with message templates
System Manifest
Recipe-based multi-agent deployment and configuration
The Four Pillars
Hierarchical Delegation
The Orchestrator-Worker pattern enables agents to decompose complex goals into task graphs, delegating sub-tasks to specialized agents while maintaining context quarantine between execution boundaries.
Persistent Memory
Agents maintain state through per-agent Docker volumes, GitHub sync, shared folders, and dashboard files that persist across container restarts and evolve over time.
Extreme Context Engineering
Context is precisely engineered per-role, combining platform-level directives, role-specific CLAUDE.md files, skill definitions, and runtime state into coherent instruction sets that give the model exactly what it needs.
Autonomous Operations
Agents execute on cron schedules, monitor their own health via heartbeat checks, and recover from failures autonomously. The platform provides scheduling, alerting, and self-healing infrastructure.
