Below you will find pages that utilize the taxonomy term “Sipyourdrink-Ltd”
August 10, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.14.159.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is an open-source CLI orchestration tool that leverages deterministic multi-agent scheduling in Python. It automates tasks by scheduling them through plain Python and ensures reproducibility end to end, with each task running in its own git worktree behind lint, type, and test gates. Artifact-mode tasks provide a plain working directory for completion on a signed lineage receipt instead of committing changes. The tool supports various coding agents and includes features like always-on lineage spines, replay journals, and an opt-in HMAC-chained audit log with receipts that can be verified offline. It is suitable for production environments and is under active development.
August 1, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.13.0.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is a deterministic orchestrator for CLI coding agents that uses plain Python scheduling to ensure reproducibility. It automates the orchestration of tasks, ensuring checkable results after execution through lineage and replay capabilities. Each task runs in its own git worktree with isolated mutable state, providing an audit chain and receipts for verifying offline.
August 1, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.12.0.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is a deterministic orchestrator for CLI coding agents that ensures reproducible and isolated runs. It schedules tasks with plain Python, logs lineage, and provides an audit log for verification after execution. The tool helps avoid non-determinism by using hashes to detect mismatches at the exact step. Each task operates in its own Git worktree, ensuring no shared mutable state between agents.