bernstein-orchestrator
v3.19.1
Published
The open-source governance layer for AI agents. Spawn parallel agents in per-task git worktrees, verify with tests, commit clean code; no model in the coordination loop, so replaying a plan reproduces its task graph byte-identically.
Downloads
700
Maintainers
Readme
bernstein-orchestrator
The open-source governance layer for AI agents.
Orchestrate multiple CLI coding agents (Claude Code, Codex, Gemini CLI, Cursor) in parallel. One YAML config, no model in the coordination loop, so parallel runs in per-task git worktrees replay byte-identically. Signed lineage plus an opt-in HMAC audit chain.
Install
npm install -g bernstein-orchestratorRequires Python 3.12+. The wrapper delegates to the bernstein PyPI package.
Versions
The wrapper version matches the bernstein release it ships with, but the
registry history has a gap: publishes between 2.3.0 and 3.12.0 did not reach
npm, so those versions cannot be installed by exact version from here. Install
the latest, or take any version from
PyPI, which has the complete history.
Usage
bernstein run plans/my-project.yaml
bernstein status
bernstein agentsLinks
License
Apache-2.0
