ZEROlobby
22/22 strict⌘Kvisitor
skip to main
ADR-108
skin
——:——:——zcovenant · audit
the engine self-agent · runtime cores

five runtime cores · the kernel of the OS

the engine composes five runtime cores. the controller is the kernel; everything else hangs off it. the immune module is integrated into controller, not a separate core. source of truth: /Users/forge/zero/engine/zero/<core>/.

the five cores

coreroleos metaphorstate
controllerevent loop · state machine · circuit breakers (immune integrated here)the kernel · everything else hangs off itgreen
oracleprice feed · regime detection · market state ingestionthe reality probe · the only core that talks to the outsidegreen
collectivemulti-agent coordination · consensus across the 10 SDK agentsthe cabinet · where conflicting views are resolvedgreen
supervisorprocess tree · restarts · health monitoringinit · keeps the system alivegreen
agent_daemonthe Claude SDK runner · spawns and reaps cognition agentsthe shell · how cognition agents come into beinggreen
why a core is a core
a runtime core is a long-running module that owns one slice of the engine's kernel: the event loop (controller), the outside-world probe (oracle), the cabinet (collective), the init system (supervisor), or the agent shell (agent_daemon). cognition agents (the 10 SDK personas at /agents) run on top.
5 coresopen-source runtime · Apache-2.0kernel · controllersee /agents · /lenses · /strategies · /loops