L2
SHS
Δ
SYNC
L2 ORCHESTRATION HERALD ENGINE ACTIVE

Swarm Coordinator

Multi-agent pipeline orchestration. Dispatch tasks to the capability registry, score consensus with the Herald engine, and monitor system operational mode in real time.

NOMINAL Run 0 dispatches · Active:
CONSENSUS
Lexical overlap ratio
DRIFT
Max confidence delta
LATENCY
Mean simulated ms
HERALD SCORE
Weighted composite
Dispatch Task
Role preference
Herald Engine
Consensus
Drift
Latency
Weighted
Pipeline Log
--:--:-- INF Coordinator boot — awaiting first dispatch.
Registry
Operational Mode
Evaluating system state…
// tag appeared inside the open function body, causing a SyntaxError // that silently swallowed PageBootstrap.init(), SyncVerifier.init(), // and the drift listener. All three are now correctly closed. if (typeof PageBootstrap !== 'undefined') { PageBootstrap.init(); console.log('[ORP Coordinator] Bootstrap initialized — ORP_SYNC + Coordinator ready'); } if (typeof SyncVerifier !== 'undefined') { SyncVerifier.init({ continuous: true }); SyncVerifier.on('drift', function (audit) { console.warn('[ORP Coordinator] Sync drift detected:', audit.issues); }); }