Back to News
RSS feedgithub.com

Oh My Subagents brings durable local orchestration to Codex and Claude

Summary

Oh My Subagents is an open-source local orchestration system for Codex and Claude that turns ad hoc subagent delegation into durable, reusable AI teams. It stores workflows, assignments, waits, waves, retries, replans, checkpoints, and continuations in controller-owned state, so work can continue after a provider interruption, browser closure, or controller restart. Managers can delegate recursively, run independent work in parallel, sequence dependent tasks, iterate through implementation and review, and replan future responsibility without rewriting accepted history. Each run pins a published workflow revision, assigns every child task to one responsible member, and exposes only the lead's accepted completed or blocked checkpoint as the final result. The product includes a visual Workflow Library and Studio, a Run Studio for activity and human requests, and a separate Operator that uses the same controller operations. Installation requires Python 3.12 or newer on Linux, macOS 13 or newer, or Windows 11 x64; SQLite is the default, with optional PostgreSQL support. The package can run as a native per-user background service or in the foreground, and initialization publishes eight provider-neutral starter workflows. The repository is MIT-licensed except for its n8n-derived visual Console, which uses the Sustainable Use License.