原文整理页

前 Anthropic PM 基于 Claude Code 架构复现了开源的多智能体编排框架 open-multi-agent,支持全进程内运行

来源作者:Garry Tan (@garrytan)原始来源:https://x.com/garrytan/status/2042002757545255171

中文导读

前 Anthropic PM 基于 Claude Code 架构复现了开源的多智能体编排框架 open-multi-agent,支持全进程内运行。

正文 Markdown

After the Claude Code source code leak, a former PM extracted its multi-agent orchestration system into an open source model agnostic framework. He studied the architecture, focused on the multi-agent orchestration layer (the coordinator that breaks goals into tasks, team system, message bus, task scheduler with dependency resolution), and reimplemented these patterns from scratch as a standalone open source framework without infringing on Anthropic's code. The result is what @JackChen_x calls an "open-multi-agent." Unlike claude-agent-sdk, which spawns a CLI process per agent, this runs entirely in-process and can be deployed anywhere (serverless, Docker, CI/CD) Check it out: https://t.co/w3XjnZEk92