Operational Model¶
At a high level:
- work intent enters through human or system-facing surfaces
- OperationsCenter plans and governs work
- SwitchBoard selects a lane and backend
- Backend adapters perform execution (TeamExecutor/DAGExecutor/CritiqueExecutor for AI topologies; DirectLocal/AiderLocal via CoreRunner subprocess layer for single-agent tasks)
- artifacts, evidence, and traces are retained
- Custodian and governance surfaces validate policy and drift boundaries
- public-safe outputs are documented or projected separately
This model keeps execution, governance, topology, and documentation distinct.