Main
Bernstein 针对的是不能把编排层当黑盒的组织。每一次调度都被设计成要留下足够强的证据,方便安全或合规复盘。
它的几个关键数字都很务实:43 个 agent adapter、HMAC-SHA256 审计链、基于 worktree 的确定性调度,说明它不是简单的 shell 包装器。
当团队已经在并行使用多个编码 agent,而下一阶段问题变成控制、谱系与事故重建时,它就非常对路。
Source-backed notes
- README calls Bernstein a deterministic Python scheduler for CLI coding agents.
- The project documents 43 CLI agent adapters in v1.10.1.
- The security model highlights an HMAC-SHA256 audit chain and signed agent cards.
FAQ
问:Is Bernstein only for big enterprises? 答:No, but it is most valuable when teams care about auditable orchestration and reproducible evidence.
问:How fast is first use?
答:The README shows a 30-second install path via pipx install bernstein, then init and run.
问:What is the main differentiator? 答:Deterministic scheduling plus signed audit trails across many CLI agents.