Skip to main contentModule supervisor
Source - budget
- Per-run budget: step / token / wall-clock bounds. RFC 0007 §budgets.
- cgroup
- cgroup v2 memory awareness (read-only). Assessment §4 M5.
- kill
- The bounded teardown ladder. RFC 0003 §kill-ladder.
- liveness
- Dead/stuck detection — the three-detector model + the EOF×pong classifier.
RFC 0003 §dead-stuck.
- reap
- Child reaping + orphan discipline. RFC 0003 §pid1-orphan.
- reaper
- The process-global child reaper. RFC 0003 §pid1-orphan.
- spawn
- Spawning a subagent process. RFC 0009 §re-exec, RFC 0003 §process-group.
- tree
- The supervision tree — the in-memory record of the subagent process tree.
RFC 0002 §supervision-record, RFC 0003 §accounting, RFC 0009 §caps.