sipyourdrink-ltd/Bernstein - agent orchestration

Run Bernstein to orchestrate CLI coding agents from GitHub Actions with deterministic, reproducible runs. Supports ad-hoc tasks and automatic CI-fix mode.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
taskTask description for Bernstein, or the literal string "fix-ci" to automatically download failed job logs and attempt a fix. Mutually exclusive with `plan`. no""
planPath to a Bernstein plan YAML file (e.g. `plans/my-project.yaml`). When set, Bernstein runs the plan with `bernstein run <plan>` instead of a free-text goal. Mutually exclusive with `task`. no""
budgetDollar cap for the run (0 = unlimited).no5.00
cliWhich agent CLI to use (claude, codex, gemini, qwen).noclaude
max-retriesNumber of retry attempts in fix-ci mode.no3
python-versionPython version to install.no3.12
post-commentPost a PR comment with orchestration summary after the run (true/false).notrue
namedescription
tasks-completedNumber of tasks Bernstein completed in this run.
total-costTotal API cost in USD for this run.
pr-urlURL of a pull request created or updated by Bernstein (if any).
evidence-bundle-pathWorkspace-relative path to the evidence bundle (test results, logs, cost report).