From 9e6a2ad9b5aed29ec51efba60bd11c63370d8cf7 Mon Sep 17 00:00:00 2001 From: chernistry <73943355+chernistry@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:12:38 +0300 Subject: [PATCH] Add Bernstein to Orchestrators & autonomous loops --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6eb736..899a5a4 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,8 @@ Multi-agent coordination, swarm patterns, and autonomous execution loops. Sorted - **[kodo](https://github.com/ikamensh/kodo)** `⭐ 37` — Autonomous multi-agent coding orchestrator that directs Claude Code, Codex, and Gemini CLI through work cycles with independent architect and tester verification. SWE-bench verified. +- **[Bernstein](https://github.com/chernistry/bernstein)** — Deterministic Python orchestrator — spawns parallel AI coding agents (Claude Code, Codex CLI, Gemini CLI), verifies with tests, auto-commits. + ### Agent infrastructure Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by GitHub stars.