WorkflowsMay 13, 2026·2 min read

Bernstein — Audit-Grade Orchestrator for CLI Agents

Bernstein coordinates CLI coding agents in parallel worktrees with signed audit chains, deterministic scheduling, and evidence trails.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
CLI Tool
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 4c5d8b93-08ae-5a4b-bda3-2d5d5db42d12 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

Bernstein coordinates CLI coding agents in parallel worktrees with signed audit chains, deterministic scheduling, and evidence trails.

Best for: teams that need parallel agent execution with strong lineage, compliance evidence, and reproducible scheduling rather than informal orchestration

Works with: pipx, Git worktrees, Claude Code, Codex, Gemini CLI, multi-agent scheduling, enterprise audit requirements

Setup time: 10-18 minutes

Key facts (verified)

  • GitHub: 334 stars · 40 forks · pushed 2026-05-12.
  • License: Apache-2.0; owner avatar verified from GitHub API for sipyourdrink-ltd.
  • Entry point checked from README: pipx install bernstein.

Main

Bernstein is aimed at organizations that cannot treat orchestration as a black box. Every scheduled action is meant to leave evidence strong enough for security or compliance review.

The headline numbers are practical signals: 43 agent adapters, HMAC-SHA256 audit chaining, and deterministic worktree scheduling make it more than a wrapper around shell scripts.

Adopt it when several coding agents are already in play and the next problem is not access to models but control, lineage, and post-incident reconstruction.

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

Q: Is Bernstein only for big enterprises? A: No, but it is most valuable when teams care about auditable orchestration and reproducible evidence.

Q: How fast is first use? A: The README shows a 30-second install path via pipx install bernstein, then init and run.

Q: What is the main differentiator? A: Deterministic scheduling plus signed audit trails across many CLI agents.

🙏

Source & Thanks

Source: https://github.com/sipyourdrink-ltd/bernstein > License: Apache-2.0 > GitHub stars: 334 · forks: 40

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets