From 4b5d8727555ae036e580f607a738113a22682815 Mon Sep 17 00:00:00 2001 From: chernistry Date: Sat, 28 Mar 2026 10:39:47 +0300 Subject: [PATCH] Add Bernstein to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a04866e..b5ec75f 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ | [Strands Agents](https://github.com/strands-agents/sdk-python) | Py | AWS-backed. Model-driven tool use. | | [CAMEL](https://github.com/camel-ai/camel) | Py | Role-based simulation. Collaborative reasoning. | | [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) | Py | Pioneer. Now full platform with visual builder. | +| [Bernstein](https://github.com/chernistry/bernstein) | Py | Deterministic orchestrator. Parallel coding agents, test-driven verification. Zero LLM tokens on coordination. | | [AgentScope](https://github.com/modelscope/agentscope) | Py | Alibaba multi-agent framework. | | [DeerFlow](https://github.com/bytedance/deer-flow) | Py | ByteDance. No.1 GitHub Trending Feb 2026. 25k+ stars. |