Schedulers

Operator overview of SPEC-179 pluggable schedulers. Each scheduler instance registers with the substrate, heartbeats every ~60s, and claims short-lived leases on agents to dispatch ticks. Trust tiers gate which agents a scheduler can pick up — only system_trusted schedulers can lease privileged agents (treasury, governance, sentinel).

Backed by GET /v1/schedulers (SPEC-179 §3.8) plus a best-effort GET /v1/scheduler/queue per row for runnable counts (§3.5). Surfaces the M45-3 #810 + M47-6 #817 substrate work. Snapshot: .

Registered schedulers

No schedulers are registered. Schedulers self-register via POST /v1/schedulers on startup — see SPEC-179 §3.8 for the registration payload.

Active leases