Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/chernistry/bernstein to version v1.8.12.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Bernstein is a GitHub Action and orchestration tool that automates the decomposition of coding goals into tasks, assigns them to AI coding agents running in parallel, verifies the results, and merges successful outputs. It solves the inefficiencies of using LLMs as coordinators by employing deterministic Python workflows for task scheduling, quality assurance, and reproducible execution, ensuring reliable and vendor-agnostic integration with various AI models. Key capabilities include parallel task execution, interchangeable agent support, and deterministic audit replay for repeatable and transparent operations.
What’s Changed
v1.8.12
Bug fixes
- persistence: handle Windows OSError in _pid_alive
Full changelog: https://github.com/chernistry/bernstein/compare/v1.8.11...v1.8.12