Flashinglf/awesome-multi-agent-communication-collaboration-evolution

Python

1

1 commits

updated Jun 24, 2026

See the code

README

Awesome Multi-Agent Communication, Collaboration, and Evolution

A curated and updateable repository for research on multi-agent communication, collaboration, robustness, and evolution, focused on LLM-based multi-agent systems and long-tail task assistants.

  • Papers: 108
  • GitHub projects and systems: 79
  • Technical docs, blogs, and field reports: 47
  • Non-GitHub project/reference rows: 4
  • Core papers: 42
  • Core GitHub projects/systems: 17
  • Core technical readings: 7
  • Core non-GitHub references: 1
  • Papers with non-arXiv primary source: 41
  • Papers with verified venue metadata: 53
  • Last verified: 2026-06-13
  • Language: English | 中文

Contents

Scope

This repository is intentionally narrower than generic agent-framework lists. It tracks work that helps answer three questions:

  1. Communication: who should receive what information, when, and under what token budget?
  2. Collaboration: how should agents form teams, coordinate, verify, and recover from failures?
  3. Evolution: how can traces and feedback improve prompts, roles, tools, edges, topologies, and workflows?

Main Documents

Category Overview

CatalogCategoryEntries
PapersCommunication & Routing22
PapersTask-Oriented Collaboration & Dynamic Teaming22
PapersDebate, Consensus & Verification16
PapersRole-Playing, Agent Society & Simulation4
PapersSoftware Engineering Multi-Agent Collaboration9
PapersRobustness & Reliability7
PapersEvolution & Optimization16
PapersEvaluation & Benchmarks8
PapersSurveys & Taxonomies4
GitHub projectsFrameworks & Runtimes26
GitHub projectsProtocols & Interoperability7
GitHub projectsBenchmarks & Evaluation16
GitHub projectsObservability & Operations7
GitHub projectsResearch Implementations & Baselines18
GitHub projectsReference Systems & Case Studies5
Technical docs/blogsAnthropic Official Engineering Articles14
Technical docs/blogsOpenAI Official Engineering Articles and Docs8
Technical docs/blogsMulti-Agent Framework Documentation7
Technical docs/blogsProtocol Documentation3
Technical docs/blogsEvaluation, Runtime, and Engineering Blogs11
Technical docs/blogsHigh-Quality Personal and Community Blogs4
Non-GitHub referencesProtocols & Interoperability1
Non-GitHub referencesBenchmarks & Evaluation1
Non-GitHub referencesObservability & Operations1
Non-GitHub referencesResearch Implementations & Baselines1

Source Coverage

Primary sourcePapers
arxiv67
openreview16
acl10
neurips4
pmlr4
aaai2
journal2
acm1
ieee1
ijcai1

Core Papers

AreaPaperYearVenue / sourceWhy it matters
Communication & RoutingRCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory2025arxiv直接命中项目“通信代价大、关键信息传不准”的问题,可作为预算约束上下文路由主 baseline。
Communication & RoutingImproving Multi-Agent Debate with Sparse Communication Topology2024arxiv支撑“不是所有 agent 都应该互相通信”的设计假设,适合做全连接通信的对照实验。
Communication & RoutingDynamic Generation of Multi-LLM Agents Communication Topologies with Graph Diffusion Models2025arxiv适合支撑“动态 agent 组队 + 动态通信网络”的算法路线。
Communication & RoutingTowards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective2026arxiv同时覆盖通信路由、动态协作和鲁棒性,是项目基础设施设计的强相关论文。
Task-Oriented Collaboration & Dynamic TeamingA Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration2023arxiv可作为动态组队和 agent 选择机制的早期 baseline。
Task-Oriented Collaboration & Dynamic TeamingAutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation2023arxiv是 LLM 多 agent conversation framework 的基础论文,应作为协作运行时和对话协议 baseline。
Task-Oriented Collaboration & Dynamic TeamingAgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents2023ICLR 2024 Poster补齐早期通用 LLM 多 agent 协作框架,对动态组队和正负涌现行为分析有参考价值。
Task-Oriented Collaboration & Dynamic TeamingTalk Structurally, Act Hierarchically: A Collaborative Framework for LLM Multi-Agent Systems2025arxiv直接补强“通信协议 + 分层协作”的设计路线,可作为动态团队协作的强 baseline。
Task-Oriented Collaboration & Dynamic TeamingMagentic-One: A Generalist Multi-Agent System for Solving Complex Tasks2024arxiv是 orchestrator-specialist 架构的强参考系统,也提供 AutoGenBench 这类可隔离评测工具。
Robustness & ReliabilityOn the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents2024ICML 2025 Poster直接对应项目“agent 上下线、能力波动、整体任务执行不稳定”的痛点。
Robustness & ReliabilityVerifyMAS: Hypothesis Verification for Failure Attribution in LLM Multi-Agent Systems2026arxiv自进化系统必须先知道失败来自分解、路由、执行、合成还是验证,故强相关。
Robustness & ReliabilityMaris: A Formally Verifiable Privacy Policy Enforcement Paradigm for Multi-Agent Collaboration Systems2025arxiv直接补强多 agent 通信的治理层,适合支撑敏感信息跨 agent 泄露和权限边界设计。
Task-Oriented Collaboration & Dynamic TeamingTowards Effective GenAI Multi-Agent Collaboration: Design and Evaluation for Enterprise Applications2024arxiv与项目落地到任务助手和企业级复杂任务高度贴合,尤其适合作端到端可用率与成本指标参考。
Task-Oriented Collaboration & Dynamic TeamingScaling Large Language Model-based Multi-Agent Collaboration2024ICLR 2025 Poster是协作规模化和拓扑组织的重要论文,直接支撑“多个开源榜单 SOTA”和大规模协作框架目标。
Debate, Consensus & VerificationEncouraging Divergent Thinking in Large Language Models through Multi-Agent Debate2023EMNLP 2024是 debate/verification 协作主线的基础论文,已有条目保留为核心协作机制。
Debate, Consensus & VerificationImproving Factuality and Reasoning in Language Models through Multiagent Debate2023arxiv是 LLM multiagent debate 的代表性基础工作,应作为 debate 协作机制和 factuality 改进 baseline。
Debate, Consensus & VerificationReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs2023ACL 2024对异构 agent 的 consensus 机制、置信度字段和投票聚合策略很有参考价值。
Debate, Consensus & VerificationMixture-of-Agents Enhances Large Language Model Capabilities2024ICLR 2025 Spotlight是多模型/多 agent 层级聚合的关键 baseline,也暴露了后续稀疏路由和成本控制需求。
Debate, Consensus & VerificationGroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion2024arxiv直接对应项目“协作不能增加 token/耗时”的成本约束。
Debate, Consensus & VerificationStay Focused: Problem Drift in Multi-Agent Debate2025EACL 2025重要负面结果,提醒协作轮次越多不一定越好,必须有终止和聚焦机制。
Debate, Consensus & VerificationiMAD: Intelligent Multi-Agent Debate for Efficient and Accurate LLM Inference2025AAAI 2026非常贴合“按需协作”和“成本不增”的产品目标。
Debate, Consensus & VerificationARMOR-MAD: Adaptive Routing for Heterogeneous Multi-Agent Debate in Large Language Model Reasoning2026arxiv与项目的“能力波动、动态路由、成本控制”高度相关。
Software Engineering Multi-Agent CollaborationChatDev: Communicative Agents for Software Development2023ACL 2024是软件工程多 agent 协作的代表性工作,应作为固定流程和语言通信协作 baseline。
Software Engineering Multi-Agent CollaborationCo-Saving: Resource Aware Multi-Agent Collaboration for Software Development2025arxiv直接服务项目“成本不增”和“从历史轨迹进化”的目标。
Software Engineering Multi-Agent CollaborationOptimizing LLM-Based Multi-Agent System with Textual Feedback: A Case Study on Software Development2025arxiv是“根据失败解释优化多 agent 角色/prompt”的直接相关论文。
Software Engineering Multi-Agent CollaborationSelf-Organizing Multi-Agent Systems for Continuous Software Development2026arxiv强相关于动态 agent 组队、长期任务和自组织协作。
Software Engineering Multi-Agent CollaborationTowards Engineering Multi-Agent LLMs: A Protocol-Driven Approach2025APSEC 2025与“通用协作框架”和 A2A/MCP 风格协议化设计高度贴合。
Evolution & OptimizationCross-Task Experiential Learning on LLM-based Multi-Agent Collaboration2025arxiv直接补强“跨任务经验积累”和“协作系统进化”方向。
Evolution & OptimizationGPTSwarm: Language Agents as Optimizable Graphs2024ICML 2024 Oral几乎直接对应“多 agent 反馈链路如何优化”,可作为群体进化主 baseline。
Evolution & OptimizationAFlow: Automating Agentic Workflow Generation2024ICLR 2025 Oral适合作离线 workflow 自动优化器,对项目“可自进化协作系统”非常关键。
Evolution & OptimizationEvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms2024NAACL 2025与项目“群体进化”命名和目标直接对齐。
Evolution & OptimizationMulti-Agent Collaboration via Evolving Orchestration2025NeurIPS 2025直接补齐“协作编排本身可进化”的顶会工作,适合和 GPTSwarm、AFlow、EvoAgent、EvoMAS 共同作为进化主线 baseline。
Evolution & OptimizationEvolutionary Generation of Multi-Agent Systems2026arxiv对工程落地尤其重要,因为配置空间进化比任意代码进化更可控。
Evolution & OptimizationEvolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems2026arxiv最贴合“多 agent 之间互相影响的复杂反馈链路”的研究问题。
Evolution & OptimizationSwarm Skills: A Portable, Self-Evolving Multi-Agent System Specification2026arxiv对“通用协作框架、可迁移到其他智能体产品线”非常贴合。
Evaluation & BenchmarksAgent-as-a-Judge: Evaluate Agents with Agents2024ICML 2025 Poster自进化需要 reward/critic,该论文可支撑反馈信号设计。
Communication & RoutingCut the Crap: An Economical Communication Pipeline for LLM-based Multi-Agent Systems2025ICLR 2025直接命中“协作不能显著增加 token/成本”的工程边界,是通信剪枝和经济型协作拓扑的关键顶会论文。
Communication & RoutingG-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks2025ICML 2025与动态通信网络、任务自适应路由和低成本协作高度相关,可与 GPTSwarm、AgentPrune、MasRouter 形成拓扑优化主线。
Communication & RoutingMasRouter: Learning to Route LLMs for Multi-Agent Systems2025ACL 2025直接服务“谁该参与、何时参与、以什么成本参与”的路由问题,是多 agent 通信与动态组队的关键 ACL 论文。
Task-Oriented Collaboration & Dynamic TeamingAssemble Your Crew: Automatic Multi-agent Communication Topology Design via Autoregressive Graph Generation2025AAAI 2026 Oral直接补强自动组队与通信拓扑生成,是从固定团队走向按任务生成团队的高质量前沿工作。
Evolution & OptimizationMAS-GPT: Training LLMs to Build LLM-based Multi-Agent Systems2025ICML 2025 Poster直接面向“根据任务自动生成协作系统”的进化方向,可与 AFlow、SwarmAgentic、ARG-Designer 共同构成自动化设计主线。
Evaluation & BenchmarksMultiAgentBench: Evaluating the Collaboration and Competition of LLM agents2025ACL 2025是当前多 agent 协作评测的重要 ACL 基准,可用于验证通信拓扑和协作策略是否真正提升任务完成与协作质量。

Core GitHub Projects and Systems

AreaProjectWhy it matters
Frameworks & RuntimesLangGraph适合做多 agent 协作运行时和 traceable workflow baseline。
Frameworks & RuntimesAutoGen适合参考多 agent conversation、事件驱动通信和分布式 agent runtime。
Frameworks & RuntimesAgentScope与“通用协作框架 + 动态协作 + 鲁棒部署”高度贴合。
Frameworks & RuntimesCAMEL适合做多 agent 实验平台和 agent society baseline。
Frameworks & RuntimesChatDev是软件工程多 agent 协作和协作 scaling law 的核心参考实现。
Protocols & InteroperabilityModel Context Protocol多智能体框架若要跨产品线复用,工具/上下文接入层建议兼容 MCP。
Protocols & InteroperabilityAgent2Agent Protocol与“通用协作框架”和跨产品线 agent 协作高度相关。
Benchmarks & EvaluationMulti-Agents-Debate是 debate 协作机制的核心 baseline。
Research Implementations & BaselinesTalkHier适合做“结构化消息协议 + 分层协作修正”的核心 baseline。
Research Implementations & BaselinesReConcile可作为异构 agent 共识、置信度表达和投票聚合的基础实现。
Research Implementations & BaselinesGPTSwarm是群体进化和“多 agent 反馈链路优化”的核心实现,应作为主 baseline。
Reference Systems & Case StudiesMagentic-One是 orchestrator-subagent 架构、错误恢复和隔离评测的高价值参考系统。
Research Implementations & BaselinesAgentPrune是低成本通信和通信鲁棒性实验的重要 baseline,适合直接纳入复现实验。
Research Implementations & BaselinesMasRouter是动态路由、低成本协作和模型选择实验的核心 baseline。
Benchmarks & EvaluationMARBLE / MultiAgentBench对验证多 agent 通信拓扑、协作协议和竞争/协作行为质量非常关键。
Research Implementations & BaselinesMAS-GPT是自动化多 agent 系统生成和进化方向的重要实现。
Research Implementations & BaselinesARG-Designer对自动组队、自动拓扑设计和低成本协作非常关键,适合作为前沿 baseline。

Core Technical Readings

GroupReadingWhy it matters
Anthropic Official Engineering ArticlesAnthropic - How we built our multi-agent research system是“多步骤信息搜集+整合”场景最直接的公开工程案例,应作为系统设计和成本评估的必读材料。
Anthropic Official Engineering ArticlesAnthropic - Building Effective AI Agents是多 agent 协作模式选择的基础阅读,能防止把所有任务都错误地做成复杂多 agent。
Anthropic Official Engineering ArticlesAnthropic - Building multi-agent systems直接约束本项目“token 消耗和端到端耗时维持不增”的工程边界。
Anthropic Official Engineering ArticlesAnthropic - Effective context engineering for AI agents多 agent 通信路由本质上依赖上下文预算和信息选择,这篇可直接支撑通信层设计。
Anthropic Official Engineering ArticlesAnthropic - Multi-agent coordination patterns可作为本仓库协作分类和系统架构章节的工程模式骨架。
OpenAI Official Engineering Articles and DocsOpenAI - Harness engineering为多 agent 工程化提供 harness、验证和可靠性约束,是系统落地的重要方法论。
OpenAI Official Engineering Articles and DocsOpenAI Agents SDK - Orchestrating Multiple Agents对用 OpenAI Agents SDK 复现 supervisor/manager/handoff 协作模式非常关键。

Core Non-GitHub References

AreaReferenceWhy it matters
Protocols & InteroperabilitySEMAP虽主要是论文方案,但非常适合作为多 agent 协作协议设计参考。

Complete Paper Catalog

Communication & Routing

PaperYearVenue / sourceStatusTagsWhy it matters
Learning Multiagent Communication with Backpropagation2016NeurIPS 2016foundationalcommnet, differentiable-communication, marl是“通信可以被学习”的基础论文,可作为 LLM 多 agent 路由学习的理论背景。
Learning to Communicate with Deep Multi-Agent Reinforcement Learning2016NeurIPS 2016foundationalrial, dial, communication-learning, marl支撑“通信协议可通过环境反馈优化”的理论基础。
Learning Attentional Communication for Multi-Agent Cooperation2018NeurIPS 2018importantattentional-communication, marl, message-routing, cooperation是“通信不是全连接广播,而是按需要形成通信组”的早期顶会基础论文。
Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Tasks2018ICLR 2019foundationalic3net, communication-gating, scalable-marl可借鉴为 LLM agent 通信开关、预算门控和 token 节省机制。
TarMAC: Targeted Multi-Agent Communication2018ICML 2019foundationaltargeted-communication, attention, marl与项目中的“高效信息路由机制”高度同构。
Efficient Multi-Agent Communication via Shapley Message Value2022IJCAI 2022importantmessage-value, shapley-value, communication-efficiency, marl为“哪些消息值得发”提供可解释价值估计思路,适合连接 token budget 和通信收益评估。
Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication2023arxivimportantcross-model-communication, relay, debate, memory适合整理多 agent 通信协议设计空间。
A Scalable Communication Protocol for Networks of Large Language Models2024arxivsupportingcommunication-protocol, llm-networks, scalability, message-passing为 A2A/ANP/ACP 等工程协议之外的学术协议设计提供参考,适合补齐协议层文献。
Improving Multi-Agent Debate with Sparse Communication Topology2024arxivcoresparse-topology, debate, communication-cost支撑“不是所有 agent 都应该互相通信”的设计假设,适合做全连接通信的对照实验。
Learning Multi-Agent Communication from Graph Modeling Perspective2024ICLR 2024 Posterimportantlearnable-graph, communication-topology, marl, graph-modeling直接支撑通信拓扑可学习这一方向,可与 LLM 动态通信拓扑论文形成传统 MARL 到 LLM-MAS 的脉络。
SMoA: Improving Multi-agent Large Language Models with Sparse Mixture-of-Agents2024PAKDD 2025importantsparse-mixture-of-agents, response-selection, early-stopping, role-diversity是 MoA 类系统从全连接通信走向稀疏通信的直接参考,适合做成本受限多 agent 推理 baseline。
Cut the Crap: An Economical Communication Pipeline for LLM-based Multi-Agent Systems2025ICLR 2025coreagentprune, communication-pruning, token-efficiency, adversarial-robustness直接命中“协作不能显著增加 token/成本”的工程边界,是通信剪枝和经济型协作拓扑的关键顶会论文。
Dynamic Generation of Multi-LLM Agents Communication Topologies with Graph Diffusion Models2025arxivcoretopology-generation, graph-diffusion, cost-quality-robustness适合支撑“动态 agent 组队 + 动态通信网络”的算法路线。
G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks2025ICML 2025coretopology-design, graph-neural-network, task-adaptive-routing, token-efficiency与动态通信网络、任务自适应路由和低成本协作高度相关,可与 GPTSwarm、AgentPrune、MasRouter 形成拓扑优化主线。
MasRouter: Learning to Route LLMs for Multi-Agent Systems2025ACL 2025corerouting, llm-selection, multi-agent-systems, inference-efficiency直接服务“谁该参与、何时参与、以什么成本参与”的路由问题,是多 agent 通信与动态组队的关键 ACL 论文。
RCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory2025arxivcorecontext-routing, role-aware, structured-memory, token-budget直接命中项目“通信代价大、关键信息传不准”的问题,可作为预算约束上下文路由主 baseline。
Differentiable Mixture-of-Agents Incentivizes Swarm Intelligence of Large Language Models2026arxivimportantdifferentiable-routing, sparse-activation, test-time-adaptation, swarm-intelligence连接“动态通信拓扑”和“在线自适应”,适合作为可学习路由和群体智能方向的前沿参考。
RADAR: Redundancy-Aware Diffusion for Multi-Agent Communication Structure Generation2026arxivimportantredundancy-aware, diffusion, communication-structure-generation, topology-generation补强 G-Designer、ARG-Designer 之后的通信结构生成路线,适合跟踪 2026 年前沿拓扑生成方法。
RouteMoA: Dynamic Routing without Pre-Inference Boosts Efficient Mixture-of-Agents2026arxivimportantmixture-of-agents, dynamic-routing, model-selection, cost-latency对“协作不能显著增加 token 和耗时”的约束非常关键,可支撑预推理前的 agent/model 路由。
TCAndon-Router: Adaptive Reasoning Router for Multi-Agent Collaboration2026arxivsupportingadaptive-routing, reasoning-router, collaboration, dynamic-selection与 MasRouter、RCR-Router、ARMOR-MAD 共同构成动态路由方向,可作为后续候选 baseline。
The Five Ws of Multi-Agent Communication: Who Talks to Whom, When, What, and Why -- A Survey from MARL to Emergent Language and LLMs2026TMLR 2026surveysurvey, communication, marl, emergent-language, llm-agents是本仓库通信章节的高质量分类法补充,可帮助把传统可学习通信和 LLM 自然语言通信放到同一脉络。
Towards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective2026arxivcorepublish-subscribe, reputation, dynamic-networking, intent-routing同时覆盖通信路由、动态协作和鲁棒性,是项目基础设施设计的强相关论文。

Task-Oriented Collaboration & Dynamic Teaming

PaperYearVenue / sourceStatusTagsWhy it matters
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments2017NeurIPS 2017importantmarl, actor-critic, mixed-cooperative-competitive, collaboration是多智能体协作/竞争学习的重要基础论文,可作为 LLM agent 团队协作前的 MARL 基线背景。
Counterfactual Multi-Agent Policy Gradients2018AAAI 2018importantmarl, credit-assignment, counterfactual-baseline, cooperation为多 agent 协作中的责任归因、失败归因和团队级优化提供基础算法背景。
QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning2018ICML 2018importantmarl, value-factorization, team-reward, cooperation补齐协作任务中 team reward 和 credit assignment 的基础方法,有助于定义多 agent 协作评测指标。
Actor-Attention-Critic for Multi-Agent Reinforcement Learning2019ICML 2019importantmarl, attention, actor-critic, collaboration与 LLM 多 agent 中“只关注相关 agent 输出”的思想一致,可作为协作注意力机制的基础参考。
A Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration2023arxivcoredynamic-agent-network, agent-selection, collaboration可作为动态组队和 agent 选择机制的早期 baseline。
AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents2023ICLR 2024 Postercoreagentverse, dynamic-composition, emergent-behavior, collaboration补齐早期通用 LLM 多 agent 协作框架,对动态组队和正负涌现行为分析有参考价值。
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation2023arxivcoreautogen, multi-agent-conversation, tool-use, human-in-the-loop是 LLM 多 agent conversation framework 的基础论文,应作为协作运行时和对话协议 baseline。
Theory of Mind for Multi-Agent Collaboration via Large Language Models2023EMNLP 2023importanttheory-of-mind, belief-state, cooperative-game, collaboration适合支撑“agent 之间需要理解彼此状态和意图”的协作机制章节。
Adaptive In-conversation Team Building for Language Model Agents2024arxivimportantcaptainagent, team-building, agent-selection, in-conversation补齐动态组队中“对话中途扩队/换队”的机制,可作为 AgentVerse、Dynamic Agent Network 之后的关键候选。
AgentCoord: Visually Exploring Coordination Strategy for LLM-based Multi-Agent Collaboration2024arxivimportantcoordination-strategy, visual-exploration, structured-representation, human-in-the-loop适合支撑“协作协议/拓扑如何设计和调试”的工具化方向。
Magentic-One: A Generalist Multi-Agent System for Solving Complex Tasks2024arxivcoreorchestrator, specialist-agents, replanning, autogenbench是 orchestrator-specialist 架构的强参考系统,也提供 AutoGenBench 这类可隔离评测工具。
MedAide: Information Fusion and Anatomy of Medical Intents via LLM-based Agent Collaboration2024Information Fusion 2025supportingmedical, intent-aware, role-rotation, information-fusion应用较窄,但 intent-aware fusion 和 role rotation 对通用协作框架有借鉴价值。
Multi-Agent Collaboration in Incident Response with Large Language Models2024arxivimportantincident-response, cybersecurity, centralized, decentralized, hybrid可作为动态协作结构和高压任务响应的应用案例。
Scaling Large Language Model-based Multi-Agent Collaboration2024ICLR 2025 Postercoremacnet, scaling-law, dag-topology, thousand-agents是协作规模化和拓扑组织的重要论文,直接支撑“多个开源榜单 SOTA”和大规模协作框架目标。
Towards Effective GenAI Multi-Agent Collaboration: Design and Evaluation for Enterprise Applications2024arxivcoreenterprise, coordination-mode, routing-mode, payload-reference与项目落地到任务助手和企业级复杂任务高度贴合,尤其适合作端到端可用率与成本指标参考。
Assemble Your Crew: Automatic Multi-agent Communication Topology Design via Autoregressive Graph Generation2025AAAI 2026 Oralcorearg-designer, autoregressive-graph-generation, topology-design, role-selection直接补强自动组队与通信拓扑生成,是从固定团队走向按任务生成团队的高质量前沿工作。
Collaborating Action by Action: A Multi-agent LLM Framework for Embodied Reasoning2025arxivimportantmindcraft, minecollab, embodied-agents, communication-efficiency是“多 agent 通信并不总是越多越好”的重要负面证据,直接支撑通信压缩、意图路由和协作成本控制。
Collaborative Belief Reasoning with LLMs for Efficient Multi-Agent Collaboration2025arxivimportantbelief-modeling, intent-inference, embodied-collaboration, communication-efficiency直接补强“协作者意图理解 + 低通信成本协作”,适合和 Theory of Mind、belief state 类工作放在同一协作脉络。
Mediator-Guided Multi-Agent Collaboration among Open-Source Models for Medical Decision-Making2025arxivsupportingmediator-agent, heterogeneous-models, medical-vqa, multimodal适合借鉴 mediator-guided collaboration 和异构模型协作机制。
Talk Structurally, Act Hierarchically: A Collaborative Framework for LLM Multi-Agent Systems2025arxivcorestructured-communication, hierarchical-refinement, talkhier, collaboration直接补强“通信协议 + 分层协作”的设计路线,可作为动态团队协作的强 baseline。
Tiered Agentic Oversight: A Hierarchical Multi-Agent System for Healthcare Safety2025arxivimportanthierarchical-oversight, safety, routing, healthcare对项目的 hierarchical routing、error absorption、human-in-the-loop 协作有参考价值。
ConSensus: Efficient Multi-Agent Collaboration for Multimodal Sensing2026arxivimportantmultimodal, consensus, hybrid-fusion, token-efficient是“专业 agent + 低成本融合”的好例子,适合任务助手多源信息整合场景。

Debate, Consensus & Verification

PaperYearVenue / sourceStatusTagsWhy it matters
Can ChatGPT Defend its Belief in Truth? Evaluating LLM Reasoning via Debate2023Findings of EMNLP 2023importantdebate, reasoning-evaluation, belief-defense, verification补充多 agent 辩论的评测视角,可用于分析共识形成是否真正提升事实性和推理。
ChatEval: Towards Better LLM-based Evaluators through Multi-Agent Debate2023arxivimportantmulti-agent-evaluation, debate, llm-as-judge可用于项目中的结果验证和 agent-as-judge 设计。
Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate2023EMNLP 2024coremad, divergent-thinking, judge, reasoning是 debate/verification 协作主线的基础论文,已有条目保留为核心协作机制。
Improving Factuality and Reasoning in Language Models through Multiagent Debate2023arxivcoremultiagent-debate, factuality, reasoning, society-of-minds是 LLM multiagent debate 的代表性基础工作,应作为 debate 协作机制和 factuality 改进 baseline。
ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs2023ACL 2024coreround-table, consensus, diverse-llms, confidence-weighted-voting对异构 agent 的 consensus 机制、置信度字段和投票聚合策略很有参考价值。
GroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion2024arxivcoregroup-debate, token-efficient, debate-groups直接对应项目“协作不能增加 token/耗时”的成本约束。
Mixture-of-Agents Enhances Large Language Model Capabilities2024ICLR 2025 Spotlightcoremixture-of-agents, layered-aggregation, multi-model-collaboration, ensemble是多模型/多 agent 层级聚合的关键 baseline,也暴露了后续稀疏路由和成本控制需求。
More Agents Is All You Need2024TMLR 2024importantagent-forest, sampling-and-voting, scaling-agents, ensemble提供“更多 agent 是否值得”的基础 scaling 对照,可作为复杂协作机制的低成本 baseline。
Enhancing Multi-Agent Debate System Performance via Confidence Expression2025EMNLP 2025importantconfidence-expression, debate-dynamics, calibration可用于设计 agent 消息协议中的 confidence 字段和动态仲裁机制。
iMAD: Intelligent Multi-Agent Debate for Efficient and Accurate LLM Inference2025AAAI 2026coreselective-debate, trigger-policy, token-efficient, confidence非常贴合“按需协作”和“成本不增”的产品目标。
Stay Focused: Problem Drift in Multi-Agent Debate2025EACL 2025coreproblem-drift, debate-failure, driftjudge, driftpolicy重要负面结果,提醒协作轮次越多不一定越好,必须有终止和聚焦机制。
ARMOR-MAD: Adaptive Routing for Heterogeneous Multi-Agent Debate in Large Language Model Reasoning2026arxivcoreadaptive-routing, heterogeneous-agents, debate与项目的“能力波动、动态路由、成本控制”高度相关。
Courtroom-Style Multi-Agent Debate with Progressive RAG and Role-Switching for Controversial Claim Verification2026arxivimportantcourtroom-debate, progressive-rag, role-switching, claim-verification对结构化 adversarial collaboration 和证据扩展机制有参考价值。
DynaDebate: Breaking Homogeneity in Multi-Agent Debate with Dynamic Path Generation2026arxivimportantdynamic-path-generation, process-centric-debate, verification-agent对“动态角色/路径分配 + verifier 触发机制”很有参考价值。
Multi-Agent Debate with Memory Masking2026arxivimportantmemory-masking, debate-robustness, erroneous-memory直接支撑“关键信息传不准/错误信息传播”的上下文治理机制。
Tool-MAD: A Multi-Agent Debate Framework for Fact Verification with Diverse Tool Augmentation and Adaptive Retrieval2026arxivimportanttool-augmented-debate, adaptive-retrieval, fact-verification适合任务助手中的事实核验、工具专长协作和 evidence-aware debate。

Role-Playing, Agent Society & Simulation

PaperYearVenue / sourceStatusTagsWhy it matters
CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Society2023NeurIPS 2023foundationalcamel, role-playing, inception-prompting, agent-society是 LLM 多 agent 角色协作和 agent society 的基础论文,应作为后续 CAMEL/role-playing 工作源头。
Generative Agents: Interactive Simulacra of Human Behavior2023UIST 2023foundationalgenerative-agents, memory, reflection, social-simulation对长期记忆、反思和群体涌现行为建模有基础价值,可支撑“协作系统如何积累经验”的背景。
SOTOPIA: Interactive Evaluation for Social Intelligence in Language Agents2023ICLR 2024 Spotlightimportantsocial-intelligence, role-play, interaction-evaluation, sotopia可补足多 agent 协作评测中“社会智能、策略沟通、角色互动”这类非代码任务维度。
LLM Harmony: Multi-Agent Communication for Problem Solving2024arxivsupportingrole-playing, personas, communication, problem-solving可作为早期 role-playing collaboration baseline。

Software Engineering Multi-Agent Collaboration

PaperYearVenue / sourceStatusTagsWhy it matters
ChatDev: Communicative Agents for Software Development2023ACL 2024corechatdev, chat-chain, communicative-dehallucination, software-development是软件工程多 agent 协作的代表性工作,应作为固定流程和语言通信协作 baseline。
MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework2023arxivimportantsop, role-specialization, software-agents适合作固定 SOP 协作 baseline,用于对比动态拓扑和自进化方法。
AgentMesh: A Cooperative Multi-Agent Generative AI Framework for Software Development Automation2025arxivimportantplanner, coder, debugger, reviewer, software是经典角色分工流水线 baseline,适合和动态/进化式协作比较。
Co-Saving: Resource Aware Multi-Agent Collaboration for Software Development2025arxivcoreresource-aware, shortcuts, experiential-knowledge, token-reduction直接服务项目“成本不增”和“从历史轨迹进化”的目标。
DocAgent: A Multi-Agent System for Automated Code Documentation Generation2025arxivimportantdocumentation, topological-code-processing, verifier, orchestrator适合参考“上下文拓扑排序 + 专业 agent + verifier”的协作结构。
Optimizing LLM-Based Multi-Agent System with Textual Feedback: A Case Study on Software Development2025arxivcoretextual-feedback, prompt-optimization, group-optimization, software是“根据失败解释优化多 agent 角色/prompt”的直接相关论文。
Shadows in the Code: Exploring the Risks and Defenses of LLM-based Multi-Agent Software Development Systems2025AAAI 2026importantsecurity, malicious-agent, software-development, defense说明多 agent 协作系统必须有分角色安全和关键 agent 防护。
Towards Engineering Multi-Agent LLMs: A Protocol-Driven Approach2025APSEC 2025coreprotocol, structured-messaging, lifecycle, a2a, semap与“通用协作框架”和 A2A/MCP 风格协议化设计高度贴合。
Self-Organizing Multi-Agent Systems for Continuous Software Development2026arxivcoreself-organizing, continuous-development, manager-agents, hire-fire强相关于动态 agent 组队、长期任务和自组织协作。

Robustness & Reliability

PaperYearVenue / sourceStatusTagsWhy it matters
On the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents2024ICML 2025 Postercorefaulty-agents, resilience, challenge, reviewer直接对应项目“agent 上下线、能力波动、整体任务执行不稳定”的痛点。
Amplified Vulnerabilities: Structured Jailbreak Attacks on LLM-based Multi-Agent Debate2025arxivimportantjailbreak, multi-agent-debate, security, attack说明多 agent 协作不天然更安全,必须把消息安全、角色安全和验证机制纳入设计。
Disagreements Can Help: A Self-Repair Approach to LLM Agents' Robustness in Knowledge Conflicts2025arxivimportantknowledge-conflict, self-repair, disagreement可用于设计冲突检测、互相质疑和自修复协作机制。
GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph Modeling2025arxivimportanttemporal-graph, safety, hallucination-propagation, anomaly-detection直接服务于“关键信息传不准”和错误跨 agent 放大的安全问题,可作为 trace graph 防御方向。
Maris: A Formally Verifiable Privacy Policy Enforcement Paradigm for Multi-Agent Collaboration Systems2025arxivcoreprivacy-policy, message-flow-control, reference-monitor, prompt-injection直接补强多 agent 通信的治理层,适合支撑敏感信息跨 agent 泄露和权限边界设计。
VerifyMAS: Hypothesis Verification for Failure Attribution in LLM Multi-Agent Systems2026arxivcorefailure-attribution, trace-analysis, verification自进化系统必须先知道失败来自分解、路由、执行、合成还是验证,故强相关。
When Embedding-Based Defenses Fail: Rethinking Safety in LLM-Based Multi-Agent Systems2026arxivimportantsafety, malicious-agent, message-defense适合支撑多 agent 消息污染、防御和可信通信子方向。

Evolution & Optimization

PaperYearVenue / sourceStatusTagsWhy it matters
Reflexion: Language Agents with Verbal Reinforcement Learning2023NeurIPS 2023foundationalself-reflection, verbal-rl, episodic-memory是自进化机制的单 agent 基础,可扩展到团队级经验沉淀。
Self-Taught Optimizer (STOP): Recursively Self-Improving Code Generation2023arxivfoundationalself-improvement, scaffold-optimization, code-generation可作为自动改 prompt/tool/workflow 的思想背景。
Voyager: An Open-Ended Embodied Agent with Large Language Models2023TMLR 2024foundationallifelong-learning, skill-library, self-verification支撑“技能库/经验库”式长期进化,但本身不是多 agent 主线。
AFlow: Automating Agentic Workflow Generation2024ICLR 2025 Oralcoreworkflow-search, mcts, agentic-workflow适合作离线 workflow 自动优化器,对项目“可自进化协作系统”非常关键。
EvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms2024NAACL 2025coreevolutionary-algorithm, multi-agent-generation, mutation, crossover与项目“群体进化”命名和目标直接对齐。
ExpeL: LLM Agents Are Experiential Learners2024AAAI 2024importantexperiential-learning, memory, reflection, agent-learning虽然不是多 agent 专用,但为“从执行轨迹中积累经验并改进行为”的进化闭环提供关键基线。
Experiential Co-Learning of Software-Developing Agents2024ACL 2024importantexperiential-learning, software-agents, co-learning, trajectory-memory直接连接多 agent 软件协作和经验驱动进化,可作为 ChatDev 类系统如何从失败和轨迹中持续改进的核心参考。
GPTSwarm: Language Agents as Optimizable Graphs2024ICML 2024 Oralcoregptswarm, graph-optimization, prompt-optimization, edge-optimization几乎直接对应“多 agent 反馈链路如何优化”,可作为群体进化主 baseline。
AgentNet: Decentralized Evolutionary Coordination for LLM-based Multi-Agent Systems2025arxivimportantdecentralized-coordination, agent-evolution, rag, dynamic-routing补齐去中心化协作进化路线,与 centralized orchestrator/manager 架构形成重要对照。
Cross-Task Experiential Learning on LLM-based Multi-Agent Collaboration2025arxivcoremael, cross-task-experience, graph-collaboration, reward-pool直接补强“跨任务经验积累”和“协作系统进化”方向。
MAS-GPT: Training LLMs to Build LLM-based Multi-Agent Systems2025ICML 2025 Postercoremas-generation, query-adaptive, executable-code, system-design直接面向“根据任务自动生成协作系统”的进化方向,可与 AFlow、SwarmAgentic、ARG-Designer 共同构成自动化设计主线。
Multi-Agent Collaboration via Evolving Orchestration2025NeurIPS 2025coreevolving-orchestration, puppeteer, reinforcement-learning, dynamic-sequencing直接补齐“协作编排本身可进化”的顶会工作,适合和 GPTSwarm、AFlow、EvoAgent、EvoMAS 共同作为进化主线 baseline。
SwarmAgentic: Towards Fully Automated Agentic System Generation via Swarm Intelligence2025EMNLP 2025importantagentic-system-generation, swarm-intelligence, automated-design, evolution直接补充多 agent 系统自动生成与进化方向,适合与 AFlow/GPTSwarm/EvoAgent 放在同一脉络。
Evolutionary Generation of Multi-Agent Systems2026arxivcoreevomas, configuration-space, evolutionary-generation对工程落地尤其重要,因为配置空间进化比任意代码进化更可控。
Evolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems2026arxivcoreteam-evolution, collaborative-self-evolution, post-task-communication最贴合“多 agent 之间互相影响的复杂反馈链路”的研究问题。
Swarm Skills: A Portable, Self-Evolving Multi-Agent System Specification2026arxivcoreswarm-skills, portable-specification, self-evolving对“通用协作框架、可迁移到其他智能体产品线”非常贴合。

Evaluation & Benchmarks

PaperYearVenue / sourceStatusTagsWhy it matters
AgentBench: Evaluating LLMs as Agents2023ICLR 2024 Posterimportantagent-benchmark, interactive-environment, evaluation可作为任务助手多 agent 系统的公共能力评测参考。
GAIA: a benchmark for General AI Assistants2023ICLR 2024 Posterimportantgeneral-assistant, web, tool-use, benchmark适合作“多步骤信息搜集+整合”公共评测集。
SWE-bench: Can Language Models Resolve Real-World GitHub Issues?2023ICLR 2024 Oralimportantsoftware-engineering, long-horizon, benchmark适合测长上下文、多步骤协作和可恢复执行,但需补充非代码长尾任务。
Agent-as-a-Judge: Evaluate Agents with Agents2024ICML 2025 Postercoreagent-evaluation, process-feedback, llm-judge自进化需要 reward/critic,该论文可支撑反馈信号设计。
VillagerAgent: A Graph-Based Multi-Agent Framework for Coordinating Complex Task Dependencies in Minecraft2024arxivimportantvillagerbench, minecraft, dag-coordination, complex-dependencies适合作为复杂依赖、多 agent 分工、同步和动态适应能力的协作评测场景。
MALLM: Multi-Agent Large Language Models Framework2025EMNLP 2025 Demoimportantmulti-agent-debate, framework, configuration, evaluation-pipeline适合系统比较 debate、relay、memory、voting、consensus 等多 agent 策略,补齐“实验框架/可复现评测”维度。
MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents2025ACL 2025corebenchmark, collaboration, competition, coordination-protocols是当前多 agent 协作评测的重要 ACL 基准,可用于验证通信拓扑和协作策略是否真正提升任务完成与协作质量。
MARBLE: Multi-Agent Reasoning for Bioinformatics Learning and Evolution2026arxivsupportingbioinformatics, multi-agent-reasoning, learning, evolution虽是垂直领域,但对“领域复杂任务 + 多 agent 学习/进化”有参考价值,适合作补充性 benchmark。

Surveys & Taxonomies

PaperYearVenue / sourceStatusTagsWhy it matters
A Survey of Multi-Agent Deep Reinforcement Learning with Communication2024Autonomous Agents and Multi-Agent Systems 2024importantsurvey, marl, communication, protocols为 LLM 多 agent 通信研究提供前 LLM 时代的系统背景,帮助区分学到的通信协议与提示式通信。
The Landscape of Emerging AI Agent Architectures for Reasoning, Planning, and Tool Calling2024arxivsurveysurvey, agent-architecture, planning, tool-use适合作 agent architecture 背景章节。
Multi-Agent Collaboration Mechanisms: A Survey of LLMs2025arxivsurveysurvey, collaboration, coordination-protocols适合作本综述的分类法参考。
Multi-Agent Coordination across Diverse Applications: A Survey2025arxivsurveysurvey, coordination, scalability, heterogeneity适合支撑“协作”的理论定义和跨领域背景。

GitHub Project Catalog

Frameworks & Runtimes

ProjectStatusTagsWhy it matters
AG2importantautogen-fork, agentos, groupchat, multi-agent适合与 Microsoft AutoGen 对比,观察社区版多 agent 框架如何演进。
Agent Squadimportantrouting, multi-agent, specialist-agents, context与项目“任务助手多专业 agent 联合执行”和 request routing 高度相关。
AgentScopecoremulti-agent-platform, message-exchange, fault-tolerance, distributed与“通用协作框架 + 动态协作 + 鲁棒部署”高度贴合。
AgentVerseimportantmulti-agent, framework, simulation, collaboration可作为早期通用多 agent 协作框架和仿真实验平台参考。
Agnoimportantagent-platform, teams, memory, runtime适合参考多 agent team 在生产平台中的运行、管理和观测抽象。
AutoGencoremulti-agent, event-driven, agentchat, runtime适合参考多 agent conversation、事件驱动通信和分布式 agent runtime。
BeeAI Frameworkimportantpython, typescript, workflows, production-agents可作为企业级多 agent 运行时、工具接入和协议生态的补充参考。
CAMELcoreagent-society, multi-agent, memory, benchmarks适合做多 agent 实验平台和 agent society baseline。
ChatDevcoresoftware-company, chat-chain, multi-agent, macnet是软件工程多 agent 协作和协作 scaling law 的核心参考实现。
CrewAIimportantcrews, flows, role-based, business-workflows可作为业务流程协作 baseline,但研究创新不应停留在框架调用。
deepagentsimportantlong-running, subagents, planning, langgraph适合参考长尾复杂任务中 subagent 编排、任务持久化和工作状态管理。
Google ADKimportantagent-development-kit, multi-agent, evaluation, deployment可作为多 agent 产品化 SDK、评测和部署路径的强参考。
LangGraphcoregraph-runtime, stateful, durable-execution, multi-agent适合做多 agent 协作运行时和 traceable workflow baseline。
LlamaIndeximportantagent-workflows, retrieval, tools, multi-agent对“多 agent + 检索/文档/数据任务”的任务助手落地很重要,适合作为 RAG-heavy 协作基线。
Mastraimportanttypescript, workflows, agents, memory对前端/Node 生态中多 agent workflow 与产品化部署很有参考价值。
MetaGPTimportantsop, role-specialization, software-company适合做固定角色/固定流程协作 baseline。
Microsoft Agent Frameworkimportantmulti-agent, workflows, orchestration, observability适合跟踪 AutoGen 之后的生产级多 agent 编排方向。
NeMo Agent Toolkitimportantagent-toolkit, multi-agent, optimization, nvidia与“多 agent 协作优化”和企业级 agent team 运行效率直接相关。
Open Multi-Agentimportantdag, tracing, typescript, multi-agent适合作任务 DAG、并行协作和可观测执行 baseline。
OpenAI Agents SDKimportantagents, handoffs, tracing, guardrails, mcp适合借鉴 handoff、manager-style orchestration 和 tracing 的简洁抽象。
OpenAI Swarmimportanteducational, handoffs, routines, multi-agent-orchestration虽非生产框架,但对理解 handoff、agent-as-tool 和轻量编排模式非常有参考价值。
PraisonAIimportantmulti-agent, workforce, self-improving, rag可作为业务流程中“多角色 agent workforce”落地方式的对照项目。
Pydantic AIimportanttyped-agents, structured-output, graph, production多 agent 协作需要强 schema、可验证状态和清晰工具契约,Pydantic AI 是重要工程参考。
Semantic Kernelimportantenterprise, orchestration, plugins, multi-agent适合作企业场景中多 agent 编排、工具接入和结构化插件契约的工程参考。
smolagentsimportantcode-agents, managed-agents, tools, lightweight对“简洁 agent loop + managed subagents”的最小实现有参考价值,可作为复杂框架的低开销对照。
Strands Agentsimportantsdk, multi-agent, mcp, production对“通用协作框架 + 跨模型/跨工具生态”有参考价值。

Protocols & Interoperability

ProjectStatusTagsWhy it matters
Agent Client Protocolimportantacp, editor-agent, protocol, sessions对跨宿主 agent 协作、agent handoff 和可迁移会话协议有参考价值。
Agent Communication Protocolsupportingacp, agent-protocol, interoperability, archived与 A2A、ANP、MCP 一起构成跨 agent 通信协议调研边界,应在协议对比中说明其归档状态。
Agent Network Protocolimportantanp, agent-network, interoperability, decentralized补齐 A2A/MCP 之外的协议路线,适合研究跨组织 agent 发现和协作网络。
Agent2Agent Protocolcorea2a, agent-interop, task-delegation, agent-cards与“通用协作框架”和跨产品线 agent 协作高度相关。
Agora Protocolsupportingagora, protocol, python-sdk, collaboration可作为 ProtocolBench 类协议评测中的协议生态补充,不作为核心工程框架。
mcp-agentimportantmcp, workflow, multi-server, agent-framework适合参考如何把多个工具服务器聚合进 agent 协作流程。
Model Context Protocolcoremcp, tools, resources, prompts, interoperability多智能体框架若要跨产品线复用,工具/上下文接入层建议兼容 MCP。

Benchmarks & Evaluation

ProjectStatusTagsWhy it matters
AgentBenchimportantagent-benchmark, environments, reasoning, decision-making适合测基础 agent 执行能力,但需补充多 agent 通信和进化指标。
ChatEvalimportantmulti-agent-evaluator, debate, llm-as-judge可作为多 agent verifier/judge 组件和评价方法 baseline。
Collaborative Gymimportantcollaborative-agents, human-agent-collaboration, evaluation, environments补齐 human-agent/team collaboration 评测维度,有助于评估多 agent 与人类协同的真实可用性。
DeepEvalsupportingevaluation, llm-judge, testing可作为自建 Qianwen-LongTail-MAS-Bench 的评测基础设施参考。
E2EDevimportantend-to-end-software-development, bdd, multi-agent-annotation, benchmark适合评估多 agent 从需求到交付的完整长任务能力。
M-MADsupportingmulti-agent-debate, machine-translation-evaluation, llm-as-judge适合参考如何把复杂评价标准拆成多个 specialist judges。
MARBLE / MultiAgentBenchcoremultiagentbench, marble, acl-2025, collaboration, competition对验证多 agent 通信拓扑、协作协议和竞争/协作行为质量非常关键。
Multi-Agents-Debatecoremulti-agent-debate, reasoning, judge是 debate 协作机制的核心 baseline。
Promptfoosupportingeval, red-team, ci, regression适合做多 agent 变更后的回归测试和安全测试。
SWE-benchimportantsoftware-engineering, long-horizon, benchmark可测长任务执行、上下文管理、验证和恢复能力。
SWE-Devimportantfeature-development, software-engineering, benchmark, rl适合补充 SWE-bench 对“新增功能/端到端开发”的覆盖。
tau2-benchimportanttool-agent-user, benchmark, multi-turn, real-world-domains适合评估多 agent 任务助手在真实工具和用户反馈循环中的协作表现。
Terminal-Benchimportantterminal, benchmark, long-horizon, verification可用于测试多 agent 在代码、命令行、文件系统任务中的长程协作和恢复能力。
TheAgentCompanyimportantworkplace, simulated-company, benchmark, long-horizon与多 agent 任务助手和软件团队协作评测高度相关。
WebArenaimportantweb-agent, benchmark, realistic-environment, tool-use可作为任务助手“多步骤信息搜集+执行”的公共环境基准。
WorkArenaimportantenterprise, web-agent, service-workflows, benchmark适合补充企业长尾任务、流程系统和真实业务操作场景的评测。

Observability & Operations

ProjectStatusTagsWhy it matters
AgentOpsimportantagent-monitoring, tracing, cost, benchmarks多 agent 通信、成本和失败归因需要统一轨迹与成本观测,AgentOps 是强工程参考。
Arize Phoenixsupportingobservability, eval, tracing, llmops可作为 trace + evaluation + failure analysis 工程参考。
GUARDIANimportanttemporal-graph, safety, anomaly-detection, multi-agent适合把多 agent 消息 trace 转成图并做错误传播/异常检测。
Langfusesupportingobservability, traces, cost, prompts适合记录多 agent 消息、成本、失败轨迹和进化前后对比。
LangSmithsupportingobservability, tracing, eval, debugging多 agent 通信/进化需要 trace-native evaluation,LangSmith 可作工程参考。
LangWatchimportantevaluations, simulations, agent-testing, observability适合作多 agent 变更后的离线仿真、回归评测和线上质量监控。
Weavesupportingtracing, evaluations, llmops, wandb可用于多 agent 轨迹回放、成本/质量对比和进化前后评估。

Research Implementations & Baselines

ProjectStatusTagsWhy it matters
AgentForestimportantsampling-and-voting, agent-scaling, ensemble-baseline适合作为最简单但必须比较的多 agent scaling baseline。
AgentNetimportantdecentralized, evolutionary-coordination, rag, dynamic-routing与中心化 orchestrator 架构形成对照,适合研究去中心化协作和进化机制。
AgentPrunecorecommunication-pruning, token-efficiency, iclr-2025, robustness是低成本通信和通信鲁棒性实验的重要 baseline,适合直接纳入复现实验。
ARG-Designercoreaaai-2026, topology-generation, role-selection, graph-generation对自动组队、自动拓扑设计和低成本协作非常关键,适合作为前沿 baseline。
Dr. MASimportantreinforcement-learning, co-training, heterogeneous-llms, multi-agent对群体进化和多 agent 学习机制有参考价值,适合作为训练型 MAS baseline。
Generative Agentsimportantagent-society, memory, reflection, simulation适合作为长期记忆、经验沉淀和 agent society 章节的经典参考实现。
GPTSwarmcoreoptimizable-graphs, prompt-optimization, edge-optimization, evolution是群体进化和“多 agent 反馈链路优化”的核心实现,应作为主 baseline。
MALLMimportantmulti-agent-llms, consensus, debate, framework适合快速搭建 debate、投票、共识类 baseline,并记录多 agent 实验配置。
MARTIimportantreinforced-training, inference, multi-agent-llm, optimization补齐“多 agent 不只推理编排,也可训练/强化优化”的工程路线。
MAS-GPTcoremas-generation, icml-2025, executable-code, auto-design是自动化多 agent 系统生成和进化方向的重要实现。
MasRoutercorerouting, acl-2025, llm-selection, multi-agent是动态路由、低成本协作和模型选择实验的核心 baseline。
RADARsupportingcommunication-structure, diffusion, redundancy-aware, topology-generation作为 2026 通信结构生成候选 baseline,可与 G-Designer、ARG-Designer 对比。
ReConcilecoreround-table, consensus, confidence-weighted-voting, diverse-models可作为异构 agent 共识、置信度表达和投票聚合的基础实现。
RMoAimportantresidual-mixture-of-agents, diversity-selection, adaptive-termination可作为 MoA 家族中“信息保真 + 成本控制”的重要对照。
SMoAimportantsparse-mixture-of-agents, response-selection, early-stopping适合研究多 agent 聚合如何在保持效果的同时降低成本。
SOTOPIAimportantsocial-intelligence, role-play, interaction-evaluation可补充非代码长尾任务中的协作、沟通和社会目标评测。
TalkHiercorestructured-communication, hierarchical-refinement, llm-multi-agent适合做“结构化消息协议 + 分层协作修正”的核心 baseline。
VillagerAgentimportantminecraft, villagerbench, dag-coordination, complex-dependencies适合构造任务依赖、同步、动态适应和 hallucination 控制的协作评测。

Reference Systems & Case Studies

ProjectStatusTagsWhy it matters
DocAgentimportantdocumentation, verifier, orchestrator, code-understanding是“专业 agent + topological context + verifier”的清晰参考系统。
Magentic-Onecoreorchestrator, specialist-agents, autogenbench, replanning是 orchestrator-subagent 架构、错误恢复和隔离评测的高价值参考系统。
OpenHandsimportantsoftware-agent, coding, benchmark, runtime虽不是纯多 agent 框架,但可作为长任务执行、工具使用和软件任务评测的重要 baseline。
SWE-agentimportantsoftware-agent, swe-bench, execution, repair可作为单/多 agent 软件任务对比基线,帮助衡量多 agent 协作是否真正带来收益。
Symphonyimportantorchestration, issue-driven, isolated-runs, coding-agents虽偏编码 agent,但对“任务分解、隔离执行、编排控制面和回收结果”非常有参考价值。

Technical Docs, Blogs, and Field Reports

Anthropic Official Engineering Articles

ReadingStatusTagsWhy it matters
Anthropic - Building Effective AI Agentscoreengineering-guide, workflows, agents, patterns是多 agent 协作模式选择的基础阅读,能防止把所有任务都错误地做成复杂多 agent。
Anthropic - Building multi-agent systemscorefield-report, context-protection, specialization, token-cost直接约束本项目“token 消耗和端到端耗时维持不增”的工程边界。
Anthropic - Claude Code auto modesupportingpermissions, autonomy, classifier, coding-agents对多 agent 中 human-in-the-loop、权限门控和自动化边界设计有启发。
Anthropic - Claude Code sandboxingsupportingsandboxing, security, autonomy, coding-agents多 agent 协作会放大工具调用和文件系统风险,沙箱边界是基础治理机制。
Anthropic - Code execution with MCPimportantmcp, code-execution, sandbox, tool-boundaries多 agent 系统需要清晰工具边界和执行隔离,MCP 是关键互操作层。
Anthropic - Demystifying evals for AI agentsimportantagent-evals, nondeterminism, trajectories, evaluation自进化多 agent 必须有可靠 eval/reward,这篇补齐评测方法论。
Anthropic - Effective context engineering for AI agentscorecontext-engineering, memory, working-state, token-budget多 agent 通信路由本质上依赖上下文预算和信息选择,这篇可直接支撑通信层设计。
Anthropic - Effective harnesses for long-running agentsimportantlong-running-agents, state, resumability, harness任务助手长尾复杂任务通常是长时任务,多 agent 协作运行时必须处理恢复和状态漂移。
Anthropic - Harness design for long-running application developmentimportantlong-running, app-development, harness, reliability可为软件工程多 agent 协作和持续开发任务提供工程约束。
Anthropic - How we built our multi-agent research systemcorefield-report, lead-agent, parallel-subagents, research是“多步骤信息搜集+整合”场景最直接的公开工程案例,应作为系统设计和成本评估的必读材料。
Anthropic - Multi-agent coordination patternscorepatterns, generator-verifier, orchestrator-subagent, message-bus, shared-state可作为本仓库协作分类和系统架构章节的工程模式骨架。
Anthropic - Quantifying infrastructure noise in agentic coding evalssupportingevaluation, infrastructure-noise, coding-agents, reproducibility多 agent 系统评测更容易受环境和基础设施波动影响,这篇适合指导评测治理。
Anthropic - Scaling Managed Agentsimportantmanaged-agents, session-logs, sandbox, architecture对多 agent 运行时边界、隔离执行和状态回放设计很有参考价值。
Anthropic - Writing effective tools for AI agentsimportanttool-design, schemas, agent-tools, reliability多 agent 框架中的 specialist agents 常以工具形式互相调用,工具契约质量直接影响协作可靠性。

OpenAI Official Engineering Articles and Docs

ReadingStatusTagsWhy it matters
OpenAI - Building more helpful agents with a new evaluation frameworkimportantfield-report, browsecomp, evaluation, hard-to-find-information适合支撑“多步骤信息搜集+整合”类任务助手评测,尤其是高难检索和证据链质量。
OpenAI - Harness engineeringcoreharness-engineering, verification, reliability, agent-first-software为多 agent 工程化提供 harness、验证和可靠性约束,是系统落地的重要方法论。
OpenAI - Symphony orchestrationimportantorchestration, codex, issue-driven, control-plane可借鉴到多 agent 任务助手的任务队列、隔离执行和结果合并流程。
OpenAI - The next evolution of the Agents SDKimportantagents-sdk, sandbox, manifests, memory, tools对生产级 agent SDK 如何标准化工具、记忆和执行环境有参考价值。
OpenAI - Unrolling the Codex agent loopimportantagent-loop, tool-replay, stateless-calls, codex多 agent 系统同样需要处理轨迹回放、上下文增长和工具调用状态,这篇能支撑运行时设计。
OpenAI Agents SDK - Orchestrating Multiple Agentscoredocumentation, agents-sdk, handoffs, orchestration对用 OpenAI Agents SDK 复现 supervisor/manager/handoff 协作模式非常关键。
OpenAI Cookbook - Orchestrating Agentsimportantcookbook, handoffs, routines, orchestration是 OpenAI 生态中最直接的多 agent 编排实践示例,应和 Swarm/Agents SDK 一起参考。
OpenAI Developers - Testing Agent Skills Systematically with Evalsimportantskills, evals, traces, regression自进化多 agent 系统需要 regression-safe 的技能/协作模式评测闭环。

Multi-Agent Framework Documentation

ReadingStatusTagsWhy it matters
AG2 Documentation - Multi-agent Chatsupportingdocumentation, ag2, groupchat, multi-agent适合与 AutoGen 官方模式对照,观察 group chat 协作抽象的演进。
AutoGen Documentation - Multi-agent Design Patternsimportantdocumentation, autogen, design-patterns, runtime适合把 AutoGen 论文和 Magentic-One 系统落到可复现实验配置。
Hugging Face smolagents - Multi-agent Systemsimportantdocumentation, smolagents, managed-agents, code-agents适合用最小 agent 框架验证“manager + specialist”的协作开销和效果。
LangGraph Documentation - Multi-agent Systemsimportantdocumentation, langgraph, supervisor, swarm是构建 traceable multi-agent workflow baseline 的直接工程参考。
LlamaIndex Documentation - Multi-agent Workflowsimportantdocumentation, llamaindex, workflows, retrieval-agents对多 agent 任务助手中的数据检索、工具调用和 workflow 组合有直接工程价值。
Mastra Documentation - Agent Networksimportantdocumentation, mastra, agent-network, typescript补齐 Node/TypeScript 生态下多 agent network 工程实践。
Pydantic AI Documentation - Multi-agent Applicationsimportantdocumentation, pydantic-ai, typed-agents, applications对要求高可靠 schema、工具参数和状态校验的多 agent 系统尤其有价值。

Protocol Documentation

ReadingStatusTagsWhy it matters
Google A2A Protocol Documentationimportantdocumentation, a2a, interoperability, agent-cards对“通用协作框架”和跨产品线 agent 协作协议设计高度相关。
Model Context Protocol Documentationimportantdocumentation, mcp, tools, context多 agent 系统若要可迁移和可扩展,工具/上下文层应优先兼容 MCP。
ProtocolBench - Which LLM Multi-Agent Protocol to Choose?supportingprotocolbench, protocolrouter, a2a, anp, acp, mcp虽未作为正式顶会论文收录,但对协议选型、协议评测指标和 hybrid protocol routing 很有参考价值。

Evaluation, Runtime, and Engineering Blogs

ReadingStatusTagsWhy it matters
Cognition - Don't Build Multi-Agentsimportantanti-patterns, agent-design, reliability, single-agent-baseline是重要负面/约束性阅读,可帮助判断什么时候不该上多 agent,防止复杂度和成本无谓膨胀。
Cognition - What We Learned Building Cloud Agentsimportantcloud-agents, vm-isolation, snapshots, governance对多 agent 长任务运行环境、隔离执行和企业落地非常有参考价值。
HumanLayer - 12 Factor Agentsimportantproduction-agents, principles, operations, reliability适合作多 agent 任务助手工程化 checklist。
HumanLayer - Skill Issue: Harness Engineering for Coding Agentssupportingharness-engineering, coding-agents, skills, operations可迁移到多 agent 中 skill/workflow/tool 描述的系统化管理。
Inngest - Your Agent Needs a Harness, Not a Frameworkimportantharness-first, reliability, orchestration, production对多 agent 系统的队列、重试、状态和事件驱动 orchestration 很有启发。
LangChain - Agent frameworks, runtimes, and harnessesimportantarchitecture, framework, runtime, harness有助于把多 agent 通信/协作算法和底层 harness 工程职责分离。
LangChain - Evaluating Deep Agentsimportantdeep-agents, evaluation, long-horizon, stateful-agents适合设计多 agent 长尾任务评测、错误分类和回归测试。
LangChain - How and when to build multi-agent systemsimportantengineering-guide, supervisor, handoff, multi-agent可帮助把论文中的协作模式映射到 LangGraph/LangChain 工程实现。
LangChain - Improving Deep Agents with harness engineeringimportantdeep-agents, harness-engineering, benchmark, iteration支撑“自进化不一定先改模型,可以先优化 harness/workflow”的研究路线。
LangChain - The Anatomy of an Agent Harnessimportantharness, architecture, components, reliability是把多 agent 框架落成可维护工程系统的架构参考。
Martin Fowler - Harness Engineeringimportantarchitecture, harness-engineering, entropy, gen-ai为多 agent 系统边界、治理和工程复杂度控制提供高质量架构视角。

High-Quality Personal and Community Blogs

ReadingStatusTagsWhy it matters
DeepLearning.AI - Four AI Agent Strategiesimportantagentic-design-patterns, multi-agent-collaboration, reflection, planning是工业界传播最广的 agentic pattern 框架之一,适合放在多 agent 协作模式章节作为概念入口。
LessWrong - Survey of Multi-agent LLM Evaluationssupportingmulti-agent-evaluation, risks, miscoordination, collusion补齐多 agent 评测不只看任务分数,还要看协作失败、串谋和安全风险的视角。
Lilian Weng - LLM Powered Autonomous Agentsimportantagent-overview, planning, memory, tool-use, reflection虽不是多 agent 专文,但为理解多 agent 中每个 agent 的能力边界和自我改进机制提供基础。
Simon Willison - Agent Definitionsupportingagent-definition, tool-loop, terminology, multi-agent有助于统一“agent”和“multi-agent system”的工程术语,避免把普通 workflow 误称为多 agent。

Non-GitHub Project and Benchmark References

Protocols & Interoperability

ReferenceStatusTagsWhy it matters
SEMAPcoreprotocol, structured-messaging, a2a, software-engineering虽主要是论文方案,但非常适合作为多 agent 协作协议设计参考。

Benchmarks & Evaluation

ReferenceStatusTagsWhy it matters
GAIAimportantgeneral-assistant, web, tool-use, benchmark适合任务助手信息搜集、整合和工具使用评测。

Observability & Operations

ReferenceStatusTagsWhy it matters
AgentCoordsupportingcoordination-visualization, strategy-design, human-in-the-loop适合作协作拓扑、任务依赖和 agent 关系的调试工具参考。

Research Implementations & Baselines

ReferenceStatusTagsWhy it matters
MINDCraft / MineCollabimportantminecraft, communication-efficiency, embodied-agents, collaboration-benchmark可作为 embodied multi-agent 场景下“通信越多是否越好”和“协作是否真正带来收益”的强评测补充。

Maintenance

Source of truth:

  • data/papers.yaml
  • data/projects.yaml

Regenerate generated files:

python3 scripts/render.py

Validate schema and links:

python3 scripts/verify.py

Verify GitHub-backed project entries with GitHub CLI:

python3 scripts/verify_github_projects.py

Contributors

Flashinglf

1 commits

Flashinglf/awesome-multi-agent-communication-collaboration-evolution

Python

1

1 commits

updated Jun 24, 2026

See the code

README

Awesome Multi-Agent Communication, Collaboration, and Evolution

A curated and updateable repository for research on multi-agent communication, collaboration, robustness, and evolution, focused on LLM-based multi-agent systems and long-tail task assistants.

  • Papers: 108
  • GitHub projects and systems: 79
  • Technical docs, blogs, and field reports: 47
  • Non-GitHub project/reference rows: 4
  • Core papers: 42
  • Core GitHub projects/systems: 17
  • Core technical readings: 7
  • Core non-GitHub references: 1
  • Papers with non-arXiv primary source: 41
  • Papers with verified venue metadata: 53
  • Last verified: 2026-06-13
  • Language: English | 中文

Contents

Scope

This repository is intentionally narrower than generic agent-framework lists. It tracks work that helps answer three questions:

  1. Communication: who should receive what information, when, and under what token budget?
  2. Collaboration: how should agents form teams, coordinate, verify, and recover from failures?
  3. Evolution: how can traces and feedback improve prompts, roles, tools, edges, topologies, and workflows?

Main Documents

Category Overview

CatalogCategoryEntries
PapersCommunication & Routing22
PapersTask-Oriented Collaboration & Dynamic Teaming22
PapersDebate, Consensus & Verification16
PapersRole-Playing, Agent Society & Simulation4
PapersSoftware Engineering Multi-Agent Collaboration9
PapersRobustness & Reliability7
PapersEvolution & Optimization16
PapersEvaluation & Benchmarks8
PapersSurveys & Taxonomies4
GitHub projectsFrameworks & Runtimes26
GitHub projectsProtocols & Interoperability7
GitHub projectsBenchmarks & Evaluation16
GitHub projectsObservability & Operations7
GitHub projectsResearch Implementations & Baselines18
GitHub projectsReference Systems & Case Studies5
Technical docs/blogsAnthropic Official Engineering Articles14
Technical docs/blogsOpenAI Official Engineering Articles and Docs8
Technical docs/blogsMulti-Agent Framework Documentation7
Technical docs/blogsProtocol Documentation3
Technical docs/blogsEvaluation, Runtime, and Engineering Blogs11
Technical docs/blogsHigh-Quality Personal and Community Blogs4
Non-GitHub referencesProtocols & Interoperability1
Non-GitHub referencesBenchmarks & Evaluation1
Non-GitHub referencesObservability & Operations1
Non-GitHub referencesResearch Implementations & Baselines1

Source Coverage

Primary sourcePapers
arxiv67
openreview16
acl10
neurips4
pmlr4
aaai2
journal2
acm1
ieee1
ijcai1

Core Papers

AreaPaperYearVenue / sourceWhy it matters
Communication & RoutingRCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory2025arxiv直接命中项目“通信代价大、关键信息传不准”的问题,可作为预算约束上下文路由主 baseline。
Communication & RoutingImproving Multi-Agent Debate with Sparse Communication Topology2024arxiv支撑“不是所有 agent 都应该互相通信”的设计假设,适合做全连接通信的对照实验。
Communication & RoutingDynamic Generation of Multi-LLM Agents Communication Topologies with Graph Diffusion Models2025arxiv适合支撑“动态 agent 组队 + 动态通信网络”的算法路线。
Communication & RoutingTowards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective2026arxiv同时覆盖通信路由、动态协作和鲁棒性,是项目基础设施设计的强相关论文。
Task-Oriented Collaboration & Dynamic TeamingA Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration2023arxiv可作为动态组队和 agent 选择机制的早期 baseline。
Task-Oriented Collaboration & Dynamic TeamingAutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation2023arxiv是 LLM 多 agent conversation framework 的基础论文,应作为协作运行时和对话协议 baseline。
Task-Oriented Collaboration & Dynamic TeamingAgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents2023ICLR 2024 Poster补齐早期通用 LLM 多 agent 协作框架,对动态组队和正负涌现行为分析有参考价值。
Task-Oriented Collaboration & Dynamic TeamingTalk Structurally, Act Hierarchically: A Collaborative Framework for LLM Multi-Agent Systems2025arxiv直接补强“通信协议 + 分层协作”的设计路线,可作为动态团队协作的强 baseline。
Task-Oriented Collaboration & Dynamic TeamingMagentic-One: A Generalist Multi-Agent System for Solving Complex Tasks2024arxiv是 orchestrator-specialist 架构的强参考系统,也提供 AutoGenBench 这类可隔离评测工具。
Robustness & ReliabilityOn the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents2024ICML 2025 Poster直接对应项目“agent 上下线、能力波动、整体任务执行不稳定”的痛点。
Robustness & ReliabilityVerifyMAS: Hypothesis Verification for Failure Attribution in LLM Multi-Agent Systems2026arxiv自进化系统必须先知道失败来自分解、路由、执行、合成还是验证,故强相关。
Robustness & ReliabilityMaris: A Formally Verifiable Privacy Policy Enforcement Paradigm for Multi-Agent Collaboration Systems2025arxiv直接补强多 agent 通信的治理层,适合支撑敏感信息跨 agent 泄露和权限边界设计。
Task-Oriented Collaboration & Dynamic TeamingTowards Effective GenAI Multi-Agent Collaboration: Design and Evaluation for Enterprise Applications2024arxiv与项目落地到任务助手和企业级复杂任务高度贴合,尤其适合作端到端可用率与成本指标参考。
Task-Oriented Collaboration & Dynamic TeamingScaling Large Language Model-based Multi-Agent Collaboration2024ICLR 2025 Poster是协作规模化和拓扑组织的重要论文,直接支撑“多个开源榜单 SOTA”和大规模协作框架目标。
Debate, Consensus & VerificationEncouraging Divergent Thinking in Large Language Models through Multi-Agent Debate2023EMNLP 2024是 debate/verification 协作主线的基础论文,已有条目保留为核心协作机制。
Debate, Consensus & VerificationImproving Factuality and Reasoning in Language Models through Multiagent Debate2023arxiv是 LLM multiagent debate 的代表性基础工作,应作为 debate 协作机制和 factuality 改进 baseline。
Debate, Consensus & VerificationReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs2023ACL 2024对异构 agent 的 consensus 机制、置信度字段和投票聚合策略很有参考价值。
Debate, Consensus & VerificationMixture-of-Agents Enhances Large Language Model Capabilities2024ICLR 2025 Spotlight是多模型/多 agent 层级聚合的关键 baseline,也暴露了后续稀疏路由和成本控制需求。
Debate, Consensus & VerificationGroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion2024arxiv直接对应项目“协作不能增加 token/耗时”的成本约束。
Debate, Consensus & VerificationStay Focused: Problem Drift in Multi-Agent Debate2025EACL 2025重要负面结果,提醒协作轮次越多不一定越好,必须有终止和聚焦机制。
Debate, Consensus & VerificationiMAD: Intelligent Multi-Agent Debate for Efficient and Accurate LLM Inference2025AAAI 2026非常贴合“按需协作”和“成本不增”的产品目标。
Debate, Consensus & VerificationARMOR-MAD: Adaptive Routing for Heterogeneous Multi-Agent Debate in Large Language Model Reasoning2026arxiv与项目的“能力波动、动态路由、成本控制”高度相关。
Software Engineering Multi-Agent CollaborationChatDev: Communicative Agents for Software Development2023ACL 2024是软件工程多 agent 协作的代表性工作,应作为固定流程和语言通信协作 baseline。
Software Engineering Multi-Agent CollaborationCo-Saving: Resource Aware Multi-Agent Collaboration for Software Development2025arxiv直接服务项目“成本不增”和“从历史轨迹进化”的目标。
Software Engineering Multi-Agent CollaborationOptimizing LLM-Based Multi-Agent System with Textual Feedback: A Case Study on Software Development2025arxiv是“根据失败解释优化多 agent 角色/prompt”的直接相关论文。
Software Engineering Multi-Agent CollaborationSelf-Organizing Multi-Agent Systems for Continuous Software Development2026arxiv强相关于动态 agent 组队、长期任务和自组织协作。
Software Engineering Multi-Agent CollaborationTowards Engineering Multi-Agent LLMs: A Protocol-Driven Approach2025APSEC 2025与“通用协作框架”和 A2A/MCP 风格协议化设计高度贴合。
Evolution & OptimizationCross-Task Experiential Learning on LLM-based Multi-Agent Collaboration2025arxiv直接补强“跨任务经验积累”和“协作系统进化”方向。
Evolution & OptimizationGPTSwarm: Language Agents as Optimizable Graphs2024ICML 2024 Oral几乎直接对应“多 agent 反馈链路如何优化”,可作为群体进化主 baseline。
Evolution & OptimizationAFlow: Automating Agentic Workflow Generation2024ICLR 2025 Oral适合作离线 workflow 自动优化器,对项目“可自进化协作系统”非常关键。
Evolution & OptimizationEvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms2024NAACL 2025与项目“群体进化”命名和目标直接对齐。
Evolution & OptimizationMulti-Agent Collaboration via Evolving Orchestration2025NeurIPS 2025直接补齐“协作编排本身可进化”的顶会工作,适合和 GPTSwarm、AFlow、EvoAgent、EvoMAS 共同作为进化主线 baseline。
Evolution & OptimizationEvolutionary Generation of Multi-Agent Systems2026arxiv对工程落地尤其重要,因为配置空间进化比任意代码进化更可控。
Evolution & OptimizationEvolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems2026arxiv最贴合“多 agent 之间互相影响的复杂反馈链路”的研究问题。
Evolution & OptimizationSwarm Skills: A Portable, Self-Evolving Multi-Agent System Specification2026arxiv对“通用协作框架、可迁移到其他智能体产品线”非常贴合。
Evaluation & BenchmarksAgent-as-a-Judge: Evaluate Agents with Agents2024ICML 2025 Poster自进化需要 reward/critic,该论文可支撑反馈信号设计。
Communication & RoutingCut the Crap: An Economical Communication Pipeline for LLM-based Multi-Agent Systems2025ICLR 2025直接命中“协作不能显著增加 token/成本”的工程边界,是通信剪枝和经济型协作拓扑的关键顶会论文。
Communication & RoutingG-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks2025ICML 2025与动态通信网络、任务自适应路由和低成本协作高度相关,可与 GPTSwarm、AgentPrune、MasRouter 形成拓扑优化主线。
Communication & RoutingMasRouter: Learning to Route LLMs for Multi-Agent Systems2025ACL 2025直接服务“谁该参与、何时参与、以什么成本参与”的路由问题,是多 agent 通信与动态组队的关键 ACL 论文。
Task-Oriented Collaboration & Dynamic TeamingAssemble Your Crew: Automatic Multi-agent Communication Topology Design via Autoregressive Graph Generation2025AAAI 2026 Oral直接补强自动组队与通信拓扑生成,是从固定团队走向按任务生成团队的高质量前沿工作。
Evolution & OptimizationMAS-GPT: Training LLMs to Build LLM-based Multi-Agent Systems2025ICML 2025 Poster直接面向“根据任务自动生成协作系统”的进化方向,可与 AFlow、SwarmAgentic、ARG-Designer 共同构成自动化设计主线。
Evaluation & BenchmarksMultiAgentBench: Evaluating the Collaboration and Competition of LLM agents2025ACL 2025是当前多 agent 协作评测的重要 ACL 基准,可用于验证通信拓扑和协作策略是否真正提升任务完成与协作质量。

Core GitHub Projects and Systems

AreaProjectWhy it matters
Frameworks & RuntimesLangGraph适合做多 agent 协作运行时和 traceable workflow baseline。
Frameworks & RuntimesAutoGen适合参考多 agent conversation、事件驱动通信和分布式 agent runtime。
Frameworks & RuntimesAgentScope与“通用协作框架 + 动态协作 + 鲁棒部署”高度贴合。
Frameworks & RuntimesCAMEL适合做多 agent 实验平台和 agent society baseline。
Frameworks & RuntimesChatDev是软件工程多 agent 协作和协作 scaling law 的核心参考实现。
Protocols & InteroperabilityModel Context Protocol多智能体框架若要跨产品线复用,工具/上下文接入层建议兼容 MCP。
Protocols & InteroperabilityAgent2Agent Protocol与“通用协作框架”和跨产品线 agent 协作高度相关。
Benchmarks & EvaluationMulti-Agents-Debate是 debate 协作机制的核心 baseline。
Research Implementations & BaselinesTalkHier适合做“结构化消息协议 + 分层协作修正”的核心 baseline。
Research Implementations & BaselinesReConcile可作为异构 agent 共识、置信度表达和投票聚合的基础实现。
Research Implementations & BaselinesGPTSwarm是群体进化和“多 agent 反馈链路优化”的核心实现,应作为主 baseline。
Reference Systems & Case StudiesMagentic-One是 orchestrator-subagent 架构、错误恢复和隔离评测的高价值参考系统。
Research Implementations & BaselinesAgentPrune是低成本通信和通信鲁棒性实验的重要 baseline,适合直接纳入复现实验。
Research Implementations & BaselinesMasRouter是动态路由、低成本协作和模型选择实验的核心 baseline。
Benchmarks & EvaluationMARBLE / MultiAgentBench对验证多 agent 通信拓扑、协作协议和竞争/协作行为质量非常关键。
Research Implementations & BaselinesMAS-GPT是自动化多 agent 系统生成和进化方向的重要实现。
Research Implementations & BaselinesARG-Designer对自动组队、自动拓扑设计和低成本协作非常关键,适合作为前沿 baseline。

Core Technical Readings

GroupReadingWhy it matters
Anthropic Official Engineering ArticlesAnthropic - How we built our multi-agent research system是“多步骤信息搜集+整合”场景最直接的公开工程案例,应作为系统设计和成本评估的必读材料。
Anthropic Official Engineering ArticlesAnthropic - Building Effective AI Agents是多 agent 协作模式选择的基础阅读,能防止把所有任务都错误地做成复杂多 agent。
Anthropic Official Engineering ArticlesAnthropic - Building multi-agent systems直接约束本项目“token 消耗和端到端耗时维持不增”的工程边界。
Anthropic Official Engineering ArticlesAnthropic - Effective context engineering for AI agents多 agent 通信路由本质上依赖上下文预算和信息选择,这篇可直接支撑通信层设计。
Anthropic Official Engineering ArticlesAnthropic - Multi-agent coordination patterns可作为本仓库协作分类和系统架构章节的工程模式骨架。
OpenAI Official Engineering Articles and DocsOpenAI - Harness engineering为多 agent 工程化提供 harness、验证和可靠性约束,是系统落地的重要方法论。
OpenAI Official Engineering Articles and DocsOpenAI Agents SDK - Orchestrating Multiple Agents对用 OpenAI Agents SDK 复现 supervisor/manager/handoff 协作模式非常关键。

Core Non-GitHub References

AreaReferenceWhy it matters
Protocols & InteroperabilitySEMAP虽主要是论文方案,但非常适合作为多 agent 协作协议设计参考。

Complete Paper Catalog

Communication & Routing

PaperYearVenue / sourceStatusTagsWhy it matters
Learning Multiagent Communication with Backpropagation2016NeurIPS 2016foundationalcommnet, differentiable-communication, marl是“通信可以被学习”的基础论文,可作为 LLM 多 agent 路由学习的理论背景。
Learning to Communicate with Deep Multi-Agent Reinforcement Learning2016NeurIPS 2016foundationalrial, dial, communication-learning, marl支撑“通信协议可通过环境反馈优化”的理论基础。
Learning Attentional Communication for Multi-Agent Cooperation2018NeurIPS 2018importantattentional-communication, marl, message-routing, cooperation是“通信不是全连接广播,而是按需要形成通信组”的早期顶会基础论文。
Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Tasks2018ICLR 2019foundationalic3net, communication-gating, scalable-marl可借鉴为 LLM agent 通信开关、预算门控和 token 节省机制。
TarMAC: Targeted Multi-Agent Communication2018ICML 2019foundationaltargeted-communication, attention, marl与项目中的“高效信息路由机制”高度同构。
Efficient Multi-Agent Communication via Shapley Message Value2022IJCAI 2022importantmessage-value, shapley-value, communication-efficiency, marl为“哪些消息值得发”提供可解释价值估计思路,适合连接 token budget 和通信收益评估。
Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication2023arxivimportantcross-model-communication, relay, debate, memory适合整理多 agent 通信协议设计空间。
A Scalable Communication Protocol for Networks of Large Language Models2024arxivsupportingcommunication-protocol, llm-networks, scalability, message-passing为 A2A/ANP/ACP 等工程协议之外的学术协议设计提供参考,适合补齐协议层文献。
Improving Multi-Agent Debate with Sparse Communication Topology2024arxivcoresparse-topology, debate, communication-cost支撑“不是所有 agent 都应该互相通信”的设计假设,适合做全连接通信的对照实验。
Learning Multi-Agent Communication from Graph Modeling Perspective2024ICLR 2024 Posterimportantlearnable-graph, communication-topology, marl, graph-modeling直接支撑通信拓扑可学习这一方向,可与 LLM 动态通信拓扑论文形成传统 MARL 到 LLM-MAS 的脉络。
SMoA: Improving Multi-agent Large Language Models with Sparse Mixture-of-Agents2024PAKDD 2025importantsparse-mixture-of-agents, response-selection, early-stopping, role-diversity是 MoA 类系统从全连接通信走向稀疏通信的直接参考,适合做成本受限多 agent 推理 baseline。
Cut the Crap: An Economical Communication Pipeline for LLM-based Multi-Agent Systems2025ICLR 2025coreagentprune, communication-pruning, token-efficiency, adversarial-robustness直接命中“协作不能显著增加 token/成本”的工程边界,是通信剪枝和经济型协作拓扑的关键顶会论文。
Dynamic Generation of Multi-LLM Agents Communication Topologies with Graph Diffusion Models2025arxivcoretopology-generation, graph-diffusion, cost-quality-robustness适合支撑“动态 agent 组队 + 动态通信网络”的算法路线。
G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks2025ICML 2025coretopology-design, graph-neural-network, task-adaptive-routing, token-efficiency与动态通信网络、任务自适应路由和低成本协作高度相关,可与 GPTSwarm、AgentPrune、MasRouter 形成拓扑优化主线。
MasRouter: Learning to Route LLMs for Multi-Agent Systems2025ACL 2025corerouting, llm-selection, multi-agent-systems, inference-efficiency直接服务“谁该参与、何时参与、以什么成本参与”的路由问题,是多 agent 通信与动态组队的关键 ACL 论文。
RCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory2025arxivcorecontext-routing, role-aware, structured-memory, token-budget直接命中项目“通信代价大、关键信息传不准”的问题,可作为预算约束上下文路由主 baseline。
Differentiable Mixture-of-Agents Incentivizes Swarm Intelligence of Large Language Models2026arxivimportantdifferentiable-routing, sparse-activation, test-time-adaptation, swarm-intelligence连接“动态通信拓扑”和“在线自适应”,适合作为可学习路由和群体智能方向的前沿参考。
RADAR: Redundancy-Aware Diffusion for Multi-Agent Communication Structure Generation2026arxivimportantredundancy-aware, diffusion, communication-structure-generation, topology-generation补强 G-Designer、ARG-Designer 之后的通信结构生成路线,适合跟踪 2026 年前沿拓扑生成方法。
RouteMoA: Dynamic Routing without Pre-Inference Boosts Efficient Mixture-of-Agents2026arxivimportantmixture-of-agents, dynamic-routing, model-selection, cost-latency对“协作不能显著增加 token 和耗时”的约束非常关键,可支撑预推理前的 agent/model 路由。
TCAndon-Router: Adaptive Reasoning Router for Multi-Agent Collaboration2026arxivsupportingadaptive-routing, reasoning-router, collaboration, dynamic-selection与 MasRouter、RCR-Router、ARMOR-MAD 共同构成动态路由方向,可作为后续候选 baseline。
The Five Ws of Multi-Agent Communication: Who Talks to Whom, When, What, and Why -- A Survey from MARL to Emergent Language and LLMs2026TMLR 2026surveysurvey, communication, marl, emergent-language, llm-agents是本仓库通信章节的高质量分类法补充,可帮助把传统可学习通信和 LLM 自然语言通信放到同一脉络。
Towards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective2026arxivcorepublish-subscribe, reputation, dynamic-networking, intent-routing同时覆盖通信路由、动态协作和鲁棒性,是项目基础设施设计的强相关论文。

Task-Oriented Collaboration & Dynamic Teaming

PaperYearVenue / sourceStatusTagsWhy it matters
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments2017NeurIPS 2017importantmarl, actor-critic, mixed-cooperative-competitive, collaboration是多智能体协作/竞争学习的重要基础论文,可作为 LLM agent 团队协作前的 MARL 基线背景。
Counterfactual Multi-Agent Policy Gradients2018AAAI 2018importantmarl, credit-assignment, counterfactual-baseline, cooperation为多 agent 协作中的责任归因、失败归因和团队级优化提供基础算法背景。
QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning2018ICML 2018importantmarl, value-factorization, team-reward, cooperation补齐协作任务中 team reward 和 credit assignment 的基础方法,有助于定义多 agent 协作评测指标。
Actor-Attention-Critic for Multi-Agent Reinforcement Learning2019ICML 2019importantmarl, attention, actor-critic, collaboration与 LLM 多 agent 中“只关注相关 agent 输出”的思想一致,可作为协作注意力机制的基础参考。
A Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration2023arxivcoredynamic-agent-network, agent-selection, collaboration可作为动态组队和 agent 选择机制的早期 baseline。
AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents2023ICLR 2024 Postercoreagentverse, dynamic-composition, emergent-behavior, collaboration补齐早期通用 LLM 多 agent 协作框架,对动态组队和正负涌现行为分析有参考价值。
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation2023arxivcoreautogen, multi-agent-conversation, tool-use, human-in-the-loop是 LLM 多 agent conversation framework 的基础论文,应作为协作运行时和对话协议 baseline。
Theory of Mind for Multi-Agent Collaboration via Large Language Models2023EMNLP 2023importanttheory-of-mind, belief-state, cooperative-game, collaboration适合支撑“agent 之间需要理解彼此状态和意图”的协作机制章节。
Adaptive In-conversation Team Building for Language Model Agents2024arxivimportantcaptainagent, team-building, agent-selection, in-conversation补齐动态组队中“对话中途扩队/换队”的机制,可作为 AgentVerse、Dynamic Agent Network 之后的关键候选。
AgentCoord: Visually Exploring Coordination Strategy for LLM-based Multi-Agent Collaboration2024arxivimportantcoordination-strategy, visual-exploration, structured-representation, human-in-the-loop适合支撑“协作协议/拓扑如何设计和调试”的工具化方向。
Magentic-One: A Generalist Multi-Agent System for Solving Complex Tasks2024arxivcoreorchestrator, specialist-agents, replanning, autogenbench是 orchestrator-specialist 架构的强参考系统,也提供 AutoGenBench 这类可隔离评测工具。
MedAide: Information Fusion and Anatomy of Medical Intents via LLM-based Agent Collaboration2024Information Fusion 2025supportingmedical, intent-aware, role-rotation, information-fusion应用较窄,但 intent-aware fusion 和 role rotation 对通用协作框架有借鉴价值。
Multi-Agent Collaboration in Incident Response with Large Language Models2024arxivimportantincident-response, cybersecurity, centralized, decentralized, hybrid可作为动态协作结构和高压任务响应的应用案例。
Scaling Large Language Model-based Multi-Agent Collaboration2024ICLR 2025 Postercoremacnet, scaling-law, dag-topology, thousand-agents是协作规模化和拓扑组织的重要论文,直接支撑“多个开源榜单 SOTA”和大规模协作框架目标。
Towards Effective GenAI Multi-Agent Collaboration: Design and Evaluation for Enterprise Applications2024arxivcoreenterprise, coordination-mode, routing-mode, payload-reference与项目落地到任务助手和企业级复杂任务高度贴合,尤其适合作端到端可用率与成本指标参考。
Assemble Your Crew: Automatic Multi-agent Communication Topology Design via Autoregressive Graph Generation2025AAAI 2026 Oralcorearg-designer, autoregressive-graph-generation, topology-design, role-selection直接补强自动组队与通信拓扑生成,是从固定团队走向按任务生成团队的高质量前沿工作。
Collaborating Action by Action: A Multi-agent LLM Framework for Embodied Reasoning2025arxivimportantmindcraft, minecollab, embodied-agents, communication-efficiency是“多 agent 通信并不总是越多越好”的重要负面证据,直接支撑通信压缩、意图路由和协作成本控制。
Collaborative Belief Reasoning with LLMs for Efficient Multi-Agent Collaboration2025arxivimportantbelief-modeling, intent-inference, embodied-collaboration, communication-efficiency直接补强“协作者意图理解 + 低通信成本协作”,适合和 Theory of Mind、belief state 类工作放在同一协作脉络。
Mediator-Guided Multi-Agent Collaboration among Open-Source Models for Medical Decision-Making2025arxivsupportingmediator-agent, heterogeneous-models, medical-vqa, multimodal适合借鉴 mediator-guided collaboration 和异构模型协作机制。
Talk Structurally, Act Hierarchically: A Collaborative Framework for LLM Multi-Agent Systems2025arxivcorestructured-communication, hierarchical-refinement, talkhier, collaboration直接补强“通信协议 + 分层协作”的设计路线,可作为动态团队协作的强 baseline。
Tiered Agentic Oversight: A Hierarchical Multi-Agent System for Healthcare Safety2025arxivimportanthierarchical-oversight, safety, routing, healthcare对项目的 hierarchical routing、error absorption、human-in-the-loop 协作有参考价值。
ConSensus: Efficient Multi-Agent Collaboration for Multimodal Sensing2026arxivimportantmultimodal, consensus, hybrid-fusion, token-efficient是“专业 agent + 低成本融合”的好例子,适合任务助手多源信息整合场景。

Debate, Consensus & Verification

PaperYearVenue / sourceStatusTagsWhy it matters
Can ChatGPT Defend its Belief in Truth? Evaluating LLM Reasoning via Debate2023Findings of EMNLP 2023importantdebate, reasoning-evaluation, belief-defense, verification补充多 agent 辩论的评测视角,可用于分析共识形成是否真正提升事实性和推理。
ChatEval: Towards Better LLM-based Evaluators through Multi-Agent Debate2023arxivimportantmulti-agent-evaluation, debate, llm-as-judge可用于项目中的结果验证和 agent-as-judge 设计。
Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate2023EMNLP 2024coremad, divergent-thinking, judge, reasoning是 debate/verification 协作主线的基础论文,已有条目保留为核心协作机制。
Improving Factuality and Reasoning in Language Models through Multiagent Debate2023arxivcoremultiagent-debate, factuality, reasoning, society-of-minds是 LLM multiagent debate 的代表性基础工作,应作为 debate 协作机制和 factuality 改进 baseline。
ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs2023ACL 2024coreround-table, consensus, diverse-llms, confidence-weighted-voting对异构 agent 的 consensus 机制、置信度字段和投票聚合策略很有参考价值。
GroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion2024arxivcoregroup-debate, token-efficient, debate-groups直接对应项目“协作不能增加 token/耗时”的成本约束。
Mixture-of-Agents Enhances Large Language Model Capabilities2024ICLR 2025 Spotlightcoremixture-of-agents, layered-aggregation, multi-model-collaboration, ensemble是多模型/多 agent 层级聚合的关键 baseline,也暴露了后续稀疏路由和成本控制需求。
More Agents Is All You Need2024TMLR 2024importantagent-forest, sampling-and-voting, scaling-agents, ensemble提供“更多 agent 是否值得”的基础 scaling 对照,可作为复杂协作机制的低成本 baseline。
Enhancing Multi-Agent Debate System Performance via Confidence Expression2025EMNLP 2025importantconfidence-expression, debate-dynamics, calibration可用于设计 agent 消息协议中的 confidence 字段和动态仲裁机制。
iMAD: Intelligent Multi-Agent Debate for Efficient and Accurate LLM Inference2025AAAI 2026coreselective-debate, trigger-policy, token-efficient, confidence非常贴合“按需协作”和“成本不增”的产品目标。
Stay Focused: Problem Drift in Multi-Agent Debate2025EACL 2025coreproblem-drift, debate-failure, driftjudge, driftpolicy重要负面结果,提醒协作轮次越多不一定越好,必须有终止和聚焦机制。
ARMOR-MAD: Adaptive Routing for Heterogeneous Multi-Agent Debate in Large Language Model Reasoning2026arxivcoreadaptive-routing, heterogeneous-agents, debate与项目的“能力波动、动态路由、成本控制”高度相关。
Courtroom-Style Multi-Agent Debate with Progressive RAG and Role-Switching for Controversial Claim Verification2026arxivimportantcourtroom-debate, progressive-rag, role-switching, claim-verification对结构化 adversarial collaboration 和证据扩展机制有参考价值。
DynaDebate: Breaking Homogeneity in Multi-Agent Debate with Dynamic Path Generation2026arxivimportantdynamic-path-generation, process-centric-debate, verification-agent对“动态角色/路径分配 + verifier 触发机制”很有参考价值。
Multi-Agent Debate with Memory Masking2026arxivimportantmemory-masking, debate-robustness, erroneous-memory直接支撑“关键信息传不准/错误信息传播”的上下文治理机制。
Tool-MAD: A Multi-Agent Debate Framework for Fact Verification with Diverse Tool Augmentation and Adaptive Retrieval2026arxivimportanttool-augmented-debate, adaptive-retrieval, fact-verification适合任务助手中的事实核验、工具专长协作和 evidence-aware debate。

Role-Playing, Agent Society & Simulation

PaperYearVenue / sourceStatusTagsWhy it matters
CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Society2023NeurIPS 2023foundationalcamel, role-playing, inception-prompting, agent-society是 LLM 多 agent 角色协作和 agent society 的基础论文,应作为后续 CAMEL/role-playing 工作源头。
Generative Agents: Interactive Simulacra of Human Behavior2023UIST 2023foundationalgenerative-agents, memory, reflection, social-simulation对长期记忆、反思和群体涌现行为建模有基础价值,可支撑“协作系统如何积累经验”的背景。
SOTOPIA: Interactive Evaluation for Social Intelligence in Language Agents2023ICLR 2024 Spotlightimportantsocial-intelligence, role-play, interaction-evaluation, sotopia可补足多 agent 协作评测中“社会智能、策略沟通、角色互动”这类非代码任务维度。
LLM Harmony: Multi-Agent Communication for Problem Solving2024arxivsupportingrole-playing, personas, communication, problem-solving可作为早期 role-playing collaboration baseline。

Software Engineering Multi-Agent Collaboration

PaperYearVenue / sourceStatusTagsWhy it matters
ChatDev: Communicative Agents for Software Development2023ACL 2024corechatdev, chat-chain, communicative-dehallucination, software-development是软件工程多 agent 协作的代表性工作,应作为固定流程和语言通信协作 baseline。
MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework2023arxivimportantsop, role-specialization, software-agents适合作固定 SOP 协作 baseline,用于对比动态拓扑和自进化方法。
AgentMesh: A Cooperative Multi-Agent Generative AI Framework for Software Development Automation2025arxivimportantplanner, coder, debugger, reviewer, software是经典角色分工流水线 baseline,适合和动态/进化式协作比较。
Co-Saving: Resource Aware Multi-Agent Collaboration for Software Development2025arxivcoreresource-aware, shortcuts, experiential-knowledge, token-reduction直接服务项目“成本不增”和“从历史轨迹进化”的目标。
DocAgent: A Multi-Agent System for Automated Code Documentation Generation2025arxivimportantdocumentation, topological-code-processing, verifier, orchestrator适合参考“上下文拓扑排序 + 专业 agent + verifier”的协作结构。
Optimizing LLM-Based Multi-Agent System with Textual Feedback: A Case Study on Software Development2025arxivcoretextual-feedback, prompt-optimization, group-optimization, software是“根据失败解释优化多 agent 角色/prompt”的直接相关论文。
Shadows in the Code: Exploring the Risks and Defenses of LLM-based Multi-Agent Software Development Systems2025AAAI 2026importantsecurity, malicious-agent, software-development, defense说明多 agent 协作系统必须有分角色安全和关键 agent 防护。
Towards Engineering Multi-Agent LLMs: A Protocol-Driven Approach2025APSEC 2025coreprotocol, structured-messaging, lifecycle, a2a, semap与“通用协作框架”和 A2A/MCP 风格协议化设计高度贴合。
Self-Organizing Multi-Agent Systems for Continuous Software Development2026arxivcoreself-organizing, continuous-development, manager-agents, hire-fire强相关于动态 agent 组队、长期任务和自组织协作。

Robustness & Reliability

PaperYearVenue / sourceStatusTagsWhy it matters
On the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents2024ICML 2025 Postercorefaulty-agents, resilience, challenge, reviewer直接对应项目“agent 上下线、能力波动、整体任务执行不稳定”的痛点。
Amplified Vulnerabilities: Structured Jailbreak Attacks on LLM-based Multi-Agent Debate2025arxivimportantjailbreak, multi-agent-debate, security, attack说明多 agent 协作不天然更安全,必须把消息安全、角色安全和验证机制纳入设计。
Disagreements Can Help: A Self-Repair Approach to LLM Agents' Robustness in Knowledge Conflicts2025arxivimportantknowledge-conflict, self-repair, disagreement可用于设计冲突检测、互相质疑和自修复协作机制。
GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph Modeling2025arxivimportanttemporal-graph, safety, hallucination-propagation, anomaly-detection直接服务于“关键信息传不准”和错误跨 agent 放大的安全问题,可作为 trace graph 防御方向。
Maris: A Formally Verifiable Privacy Policy Enforcement Paradigm for Multi-Agent Collaboration Systems2025arxivcoreprivacy-policy, message-flow-control, reference-monitor, prompt-injection直接补强多 agent 通信的治理层,适合支撑敏感信息跨 agent 泄露和权限边界设计。
VerifyMAS: Hypothesis Verification for Failure Attribution in LLM Multi-Agent Systems2026arxivcorefailure-attribution, trace-analysis, verification自进化系统必须先知道失败来自分解、路由、执行、合成还是验证,故强相关。
When Embedding-Based Defenses Fail: Rethinking Safety in LLM-Based Multi-Agent Systems2026arxivimportantsafety, malicious-agent, message-defense适合支撑多 agent 消息污染、防御和可信通信子方向。

Evolution & Optimization

PaperYearVenue / sourceStatusTagsWhy it matters
Reflexion: Language Agents with Verbal Reinforcement Learning2023NeurIPS 2023foundationalself-reflection, verbal-rl, episodic-memory是自进化机制的单 agent 基础,可扩展到团队级经验沉淀。
Self-Taught Optimizer (STOP): Recursively Self-Improving Code Generation2023arxivfoundationalself-improvement, scaffold-optimization, code-generation可作为自动改 prompt/tool/workflow 的思想背景。
Voyager: An Open-Ended Embodied Agent with Large Language Models2023TMLR 2024foundationallifelong-learning, skill-library, self-verification支撑“技能库/经验库”式长期进化,但本身不是多 agent 主线。
AFlow: Automating Agentic Workflow Generation2024ICLR 2025 Oralcoreworkflow-search, mcts, agentic-workflow适合作离线 workflow 自动优化器,对项目“可自进化协作系统”非常关键。
EvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms2024NAACL 2025coreevolutionary-algorithm, multi-agent-generation, mutation, crossover与项目“群体进化”命名和目标直接对齐。
ExpeL: LLM Agents Are Experiential Learners2024AAAI 2024importantexperiential-learning, memory, reflection, agent-learning虽然不是多 agent 专用,但为“从执行轨迹中积累经验并改进行为”的进化闭环提供关键基线。
Experiential Co-Learning of Software-Developing Agents2024ACL 2024importantexperiential-learning, software-agents, co-learning, trajectory-memory直接连接多 agent 软件协作和经验驱动进化,可作为 ChatDev 类系统如何从失败和轨迹中持续改进的核心参考。
GPTSwarm: Language Agents as Optimizable Graphs2024ICML 2024 Oralcoregptswarm, graph-optimization, prompt-optimization, edge-optimization几乎直接对应“多 agent 反馈链路如何优化”,可作为群体进化主 baseline。
AgentNet: Decentralized Evolutionary Coordination for LLM-based Multi-Agent Systems2025arxivimportantdecentralized-coordination, agent-evolution, rag, dynamic-routing补齐去中心化协作进化路线,与 centralized orchestrator/manager 架构形成重要对照。
Cross-Task Experiential Learning on LLM-based Multi-Agent Collaboration2025arxivcoremael, cross-task-experience, graph-collaboration, reward-pool直接补强“跨任务经验积累”和“协作系统进化”方向。
MAS-GPT: Training LLMs to Build LLM-based Multi-Agent Systems2025ICML 2025 Postercoremas-generation, query-adaptive, executable-code, system-design直接面向“根据任务自动生成协作系统”的进化方向,可与 AFlow、SwarmAgentic、ARG-Designer 共同构成自动化设计主线。
Multi-Agent Collaboration via Evolving Orchestration2025NeurIPS 2025coreevolving-orchestration, puppeteer, reinforcement-learning, dynamic-sequencing直接补齐“协作编排本身可进化”的顶会工作,适合和 GPTSwarm、AFlow、EvoAgent、EvoMAS 共同作为进化主线 baseline。
SwarmAgentic: Towards Fully Automated Agentic System Generation via Swarm Intelligence2025EMNLP 2025importantagentic-system-generation, swarm-intelligence, automated-design, evolution直接补充多 agent 系统自动生成与进化方向,适合与 AFlow/GPTSwarm/EvoAgent 放在同一脉络。
Evolutionary Generation of Multi-Agent Systems2026arxivcoreevomas, configuration-space, evolutionary-generation对工程落地尤其重要,因为配置空间进化比任意代码进化更可控。
Evolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems2026arxivcoreteam-evolution, collaborative-self-evolution, post-task-communication最贴合“多 agent 之间互相影响的复杂反馈链路”的研究问题。
Swarm Skills: A Portable, Self-Evolving Multi-Agent System Specification2026arxivcoreswarm-skills, portable-specification, self-evolving对“通用协作框架、可迁移到其他智能体产品线”非常贴合。

Evaluation & Benchmarks

PaperYearVenue / sourceStatusTagsWhy it matters
AgentBench: Evaluating LLMs as Agents2023ICLR 2024 Posterimportantagent-benchmark, interactive-environment, evaluation可作为任务助手多 agent 系统的公共能力评测参考。
GAIA: a benchmark for General AI Assistants2023ICLR 2024 Posterimportantgeneral-assistant, web, tool-use, benchmark适合作“多步骤信息搜集+整合”公共评测集。
SWE-bench: Can Language Models Resolve Real-World GitHub Issues?2023ICLR 2024 Oralimportantsoftware-engineering, long-horizon, benchmark适合测长上下文、多步骤协作和可恢复执行,但需补充非代码长尾任务。
Agent-as-a-Judge: Evaluate Agents with Agents2024ICML 2025 Postercoreagent-evaluation, process-feedback, llm-judge自进化需要 reward/critic,该论文可支撑反馈信号设计。
VillagerAgent: A Graph-Based Multi-Agent Framework for Coordinating Complex Task Dependencies in Minecraft2024arxivimportantvillagerbench, minecraft, dag-coordination, complex-dependencies适合作为复杂依赖、多 agent 分工、同步和动态适应能力的协作评测场景。
MALLM: Multi-Agent Large Language Models Framework2025EMNLP 2025 Demoimportantmulti-agent-debate, framework, configuration, evaluation-pipeline适合系统比较 debate、relay、memory、voting、consensus 等多 agent 策略,补齐“实验框架/可复现评测”维度。
MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents2025ACL 2025corebenchmark, collaboration, competition, coordination-protocols是当前多 agent 协作评测的重要 ACL 基准,可用于验证通信拓扑和协作策略是否真正提升任务完成与协作质量。
MARBLE: Multi-Agent Reasoning for Bioinformatics Learning and Evolution2026arxivsupportingbioinformatics, multi-agent-reasoning, learning, evolution虽是垂直领域,但对“领域复杂任务 + 多 agent 学习/进化”有参考价值,适合作补充性 benchmark。

Surveys & Taxonomies

PaperYearVenue / sourceStatusTagsWhy it matters
A Survey of Multi-Agent Deep Reinforcement Learning with Communication2024Autonomous Agents and Multi-Agent Systems 2024importantsurvey, marl, communication, protocols为 LLM 多 agent 通信研究提供前 LLM 时代的系统背景,帮助区分学到的通信协议与提示式通信。
The Landscape of Emerging AI Agent Architectures for Reasoning, Planning, and Tool Calling2024arxivsurveysurvey, agent-architecture, planning, tool-use适合作 agent architecture 背景章节。
Multi-Agent Collaboration Mechanisms: A Survey of LLMs2025arxivsurveysurvey, collaboration, coordination-protocols适合作本综述的分类法参考。
Multi-Agent Coordination across Diverse Applications: A Survey2025arxivsurveysurvey, coordination, scalability, heterogeneity适合支撑“协作”的理论定义和跨领域背景。

GitHub Project Catalog

Frameworks & Runtimes

ProjectStatusTagsWhy it matters
AG2importantautogen-fork, agentos, groupchat, multi-agent适合与 Microsoft AutoGen 对比,观察社区版多 agent 框架如何演进。
Agent Squadimportantrouting, multi-agent, specialist-agents, context与项目“任务助手多专业 agent 联合执行”和 request routing 高度相关。
AgentScopecoremulti-agent-platform, message-exchange, fault-tolerance, distributed与“通用协作框架 + 动态协作 + 鲁棒部署”高度贴合。
AgentVerseimportantmulti-agent, framework, simulation, collaboration可作为早期通用多 agent 协作框架和仿真实验平台参考。
Agnoimportantagent-platform, teams, memory, runtime适合参考多 agent team 在生产平台中的运行、管理和观测抽象。
AutoGencoremulti-agent, event-driven, agentchat, runtime适合参考多 agent conversation、事件驱动通信和分布式 agent runtime。
BeeAI Frameworkimportantpython, typescript, workflows, production-agents可作为企业级多 agent 运行时、工具接入和协议生态的补充参考。
CAMELcoreagent-society, multi-agent, memory, benchmarks适合做多 agent 实验平台和 agent society baseline。
ChatDevcoresoftware-company, chat-chain, multi-agent, macnet是软件工程多 agent 协作和协作 scaling law 的核心参考实现。
CrewAIimportantcrews, flows, role-based, business-workflows可作为业务流程协作 baseline,但研究创新不应停留在框架调用。
deepagentsimportantlong-running, subagents, planning, langgraph适合参考长尾复杂任务中 subagent 编排、任务持久化和工作状态管理。
Google ADKimportantagent-development-kit, multi-agent, evaluation, deployment可作为多 agent 产品化 SDK、评测和部署路径的强参考。
LangGraphcoregraph-runtime, stateful, durable-execution, multi-agent适合做多 agent 协作运行时和 traceable workflow baseline。
LlamaIndeximportantagent-workflows, retrieval, tools, multi-agent对“多 agent + 检索/文档/数据任务”的任务助手落地很重要,适合作为 RAG-heavy 协作基线。
Mastraimportanttypescript, workflows, agents, memory对前端/Node 生态中多 agent workflow 与产品化部署很有参考价值。
MetaGPTimportantsop, role-specialization, software-company适合做固定角色/固定流程协作 baseline。
Microsoft Agent Frameworkimportantmulti-agent, workflows, orchestration, observability适合跟踪 AutoGen 之后的生产级多 agent 编排方向。
NeMo Agent Toolkitimportantagent-toolkit, multi-agent, optimization, nvidia与“多 agent 协作优化”和企业级 agent team 运行效率直接相关。
Open Multi-Agentimportantdag, tracing, typescript, multi-agent适合作任务 DAG、并行协作和可观测执行 baseline。
OpenAI Agents SDKimportantagents, handoffs, tracing, guardrails, mcp适合借鉴 handoff、manager-style orchestration 和 tracing 的简洁抽象。
OpenAI Swarmimportanteducational, handoffs, routines, multi-agent-orchestration虽非生产框架,但对理解 handoff、agent-as-tool 和轻量编排模式非常有参考价值。
PraisonAIimportantmulti-agent, workforce, self-improving, rag可作为业务流程中“多角色 agent workforce”落地方式的对照项目。
Pydantic AIimportanttyped-agents, structured-output, graph, production多 agent 协作需要强 schema、可验证状态和清晰工具契约,Pydantic AI 是重要工程参考。
Semantic Kernelimportantenterprise, orchestration, plugins, multi-agent适合作企业场景中多 agent 编排、工具接入和结构化插件契约的工程参考。
smolagentsimportantcode-agents, managed-agents, tools, lightweight对“简洁 agent loop + managed subagents”的最小实现有参考价值,可作为复杂框架的低开销对照。
Strands Agentsimportantsdk, multi-agent, mcp, production对“通用协作框架 + 跨模型/跨工具生态”有参考价值。

Protocols & Interoperability

ProjectStatusTagsWhy it matters
Agent Client Protocolimportantacp, editor-agent, protocol, sessions对跨宿主 agent 协作、agent handoff 和可迁移会话协议有参考价值。
Agent Communication Protocolsupportingacp, agent-protocol, interoperability, archived与 A2A、ANP、MCP 一起构成跨 agent 通信协议调研边界,应在协议对比中说明其归档状态。
Agent Network Protocolimportantanp, agent-network, interoperability, decentralized补齐 A2A/MCP 之外的协议路线,适合研究跨组织 agent 发现和协作网络。
Agent2Agent Protocolcorea2a, agent-interop, task-delegation, agent-cards与“通用协作框架”和跨产品线 agent 协作高度相关。
Agora Protocolsupportingagora, protocol, python-sdk, collaboration可作为 ProtocolBench 类协议评测中的协议生态补充,不作为核心工程框架。
mcp-agentimportantmcp, workflow, multi-server, agent-framework适合参考如何把多个工具服务器聚合进 agent 协作流程。
Model Context Protocolcoremcp, tools, resources, prompts, interoperability多智能体框架若要跨产品线复用,工具/上下文接入层建议兼容 MCP。

Benchmarks & Evaluation

ProjectStatusTagsWhy it matters
AgentBenchimportantagent-benchmark, environments, reasoning, decision-making适合测基础 agent 执行能力,但需补充多 agent 通信和进化指标。
ChatEvalimportantmulti-agent-evaluator, debate, llm-as-judge可作为多 agent verifier/judge 组件和评价方法 baseline。
Collaborative Gymimportantcollaborative-agents, human-agent-collaboration, evaluation, environments补齐 human-agent/team collaboration 评测维度,有助于评估多 agent 与人类协同的真实可用性。
DeepEvalsupportingevaluation, llm-judge, testing可作为自建 Qianwen-LongTail-MAS-Bench 的评测基础设施参考。
E2EDevimportantend-to-end-software-development, bdd, multi-agent-annotation, benchmark适合评估多 agent 从需求到交付的完整长任务能力。
M-MADsupportingmulti-agent-debate, machine-translation-evaluation, llm-as-judge适合参考如何把复杂评价标准拆成多个 specialist judges。
MARBLE / MultiAgentBenchcoremultiagentbench, marble, acl-2025, collaboration, competition对验证多 agent 通信拓扑、协作协议和竞争/协作行为质量非常关键。
Multi-Agents-Debatecoremulti-agent-debate, reasoning, judge是 debate 协作机制的核心 baseline。
Promptfoosupportingeval, red-team, ci, regression适合做多 agent 变更后的回归测试和安全测试。
SWE-benchimportantsoftware-engineering, long-horizon, benchmark可测长任务执行、上下文管理、验证和恢复能力。
SWE-Devimportantfeature-development, software-engineering, benchmark, rl适合补充 SWE-bench 对“新增功能/端到端开发”的覆盖。
tau2-benchimportanttool-agent-user, benchmark, multi-turn, real-world-domains适合评估多 agent 任务助手在真实工具和用户反馈循环中的协作表现。
Terminal-Benchimportantterminal, benchmark, long-horizon, verification可用于测试多 agent 在代码、命令行、文件系统任务中的长程协作和恢复能力。
TheAgentCompanyimportantworkplace, simulated-company, benchmark, long-horizon与多 agent 任务助手和软件团队协作评测高度相关。
WebArenaimportantweb-agent, benchmark, realistic-environment, tool-use可作为任务助手“多步骤信息搜集+执行”的公共环境基准。
WorkArenaimportantenterprise, web-agent, service-workflows, benchmark适合补充企业长尾任务、流程系统和真实业务操作场景的评测。

Observability & Operations

ProjectStatusTagsWhy it matters
AgentOpsimportantagent-monitoring, tracing, cost, benchmarks多 agent 通信、成本和失败归因需要统一轨迹与成本观测,AgentOps 是强工程参考。
Arize Phoenixsupportingobservability, eval, tracing, llmops可作为 trace + evaluation + failure analysis 工程参考。
GUARDIANimportanttemporal-graph, safety, anomaly-detection, multi-agent适合把多 agent 消息 trace 转成图并做错误传播/异常检测。
Langfusesupportingobservability, traces, cost, prompts适合记录多 agent 消息、成本、失败轨迹和进化前后对比。
LangSmithsupportingobservability, tracing, eval, debugging多 agent 通信/进化需要 trace-native evaluation,LangSmith 可作工程参考。
LangWatchimportantevaluations, simulations, agent-testing, observability适合作多 agent 变更后的离线仿真、回归评测和线上质量监控。
Weavesupportingtracing, evaluations, llmops, wandb可用于多 agent 轨迹回放、成本/质量对比和进化前后评估。

Research Implementations & Baselines

ProjectStatusTagsWhy it matters
AgentForestimportantsampling-and-voting, agent-scaling, ensemble-baseline适合作为最简单但必须比较的多 agent scaling baseline。
AgentNetimportantdecentralized, evolutionary-coordination, rag, dynamic-routing与中心化 orchestrator 架构形成对照,适合研究去中心化协作和进化机制。
AgentPrunecorecommunication-pruning, token-efficiency, iclr-2025, robustness是低成本通信和通信鲁棒性实验的重要 baseline,适合直接纳入复现实验。
ARG-Designercoreaaai-2026, topology-generation, role-selection, graph-generation对自动组队、自动拓扑设计和低成本协作非常关键,适合作为前沿 baseline。
Dr. MASimportantreinforcement-learning, co-training, heterogeneous-llms, multi-agent对群体进化和多 agent 学习机制有参考价值,适合作为训练型 MAS baseline。
Generative Agentsimportantagent-society, memory, reflection, simulation适合作为长期记忆、经验沉淀和 agent society 章节的经典参考实现。
GPTSwarmcoreoptimizable-graphs, prompt-optimization, edge-optimization, evolution是群体进化和“多 agent 反馈链路优化”的核心实现,应作为主 baseline。
MALLMimportantmulti-agent-llms, consensus, debate, framework适合快速搭建 debate、投票、共识类 baseline,并记录多 agent 实验配置。
MARTIimportantreinforced-training, inference, multi-agent-llm, optimization补齐“多 agent 不只推理编排,也可训练/强化优化”的工程路线。
MAS-GPTcoremas-generation, icml-2025, executable-code, auto-design是自动化多 agent 系统生成和进化方向的重要实现。
MasRoutercorerouting, acl-2025, llm-selection, multi-agent是动态路由、低成本协作和模型选择实验的核心 baseline。
RADARsupportingcommunication-structure, diffusion, redundancy-aware, topology-generation作为 2026 通信结构生成候选 baseline,可与 G-Designer、ARG-Designer 对比。
ReConcilecoreround-table, consensus, confidence-weighted-voting, diverse-models可作为异构 agent 共识、置信度表达和投票聚合的基础实现。
RMoAimportantresidual-mixture-of-agents, diversity-selection, adaptive-termination可作为 MoA 家族中“信息保真 + 成本控制”的重要对照。
SMoAimportantsparse-mixture-of-agents, response-selection, early-stopping适合研究多 agent 聚合如何在保持效果的同时降低成本。
SOTOPIAimportantsocial-intelligence, role-play, interaction-evaluation可补充非代码长尾任务中的协作、沟通和社会目标评测。
TalkHiercorestructured-communication, hierarchical-refinement, llm-multi-agent适合做“结构化消息协议 + 分层协作修正”的核心 baseline。
VillagerAgentimportantminecraft, villagerbench, dag-coordination, complex-dependencies适合构造任务依赖、同步、动态适应和 hallucination 控制的协作评测。

Reference Systems & Case Studies

ProjectStatusTagsWhy it matters
DocAgentimportantdocumentation, verifier, orchestrator, code-understanding是“专业 agent + topological context + verifier”的清晰参考系统。
Magentic-Onecoreorchestrator, specialist-agents, autogenbench, replanning是 orchestrator-subagent 架构、错误恢复和隔离评测的高价值参考系统。
OpenHandsimportantsoftware-agent, coding, benchmark, runtime虽不是纯多 agent 框架,但可作为长任务执行、工具使用和软件任务评测的重要 baseline。
SWE-agentimportantsoftware-agent, swe-bench, execution, repair可作为单/多 agent 软件任务对比基线,帮助衡量多 agent 协作是否真正带来收益。
Symphonyimportantorchestration, issue-driven, isolated-runs, coding-agents虽偏编码 agent,但对“任务分解、隔离执行、编排控制面和回收结果”非常有参考价值。

Technical Docs, Blogs, and Field Reports

Anthropic Official Engineering Articles

ReadingStatusTagsWhy it matters
Anthropic - Building Effective AI Agentscoreengineering-guide, workflows, agents, patterns是多 agent 协作模式选择的基础阅读,能防止把所有任务都错误地做成复杂多 agent。
Anthropic - Building multi-agent systemscorefield-report, context-protection, specialization, token-cost直接约束本项目“token 消耗和端到端耗时维持不增”的工程边界。
Anthropic - Claude Code auto modesupportingpermissions, autonomy, classifier, coding-agents对多 agent 中 human-in-the-loop、权限门控和自动化边界设计有启发。
Anthropic - Claude Code sandboxingsupportingsandboxing, security, autonomy, coding-agents多 agent 协作会放大工具调用和文件系统风险,沙箱边界是基础治理机制。
Anthropic - Code execution with MCPimportantmcp, code-execution, sandbox, tool-boundaries多 agent 系统需要清晰工具边界和执行隔离,MCP 是关键互操作层。
Anthropic - Demystifying evals for AI agentsimportantagent-evals, nondeterminism, trajectories, evaluation自进化多 agent 必须有可靠 eval/reward,这篇补齐评测方法论。
Anthropic - Effective context engineering for AI agentscorecontext-engineering, memory, working-state, token-budget多 agent 通信路由本质上依赖上下文预算和信息选择,这篇可直接支撑通信层设计。
Anthropic - Effective harnesses for long-running agentsimportantlong-running-agents, state, resumability, harness任务助手长尾复杂任务通常是长时任务,多 agent 协作运行时必须处理恢复和状态漂移。
Anthropic - Harness design for long-running application developmentimportantlong-running, app-development, harness, reliability可为软件工程多 agent 协作和持续开发任务提供工程约束。
Anthropic - How we built our multi-agent research systemcorefield-report, lead-agent, parallel-subagents, research是“多步骤信息搜集+整合”场景最直接的公开工程案例,应作为系统设计和成本评估的必读材料。
Anthropic - Multi-agent coordination patternscorepatterns, generator-verifier, orchestrator-subagent, message-bus, shared-state可作为本仓库协作分类和系统架构章节的工程模式骨架。
Anthropic - Quantifying infrastructure noise in agentic coding evalssupportingevaluation, infrastructure-noise, coding-agents, reproducibility多 agent 系统评测更容易受环境和基础设施波动影响,这篇适合指导评测治理。
Anthropic - Scaling Managed Agentsimportantmanaged-agents, session-logs, sandbox, architecture对多 agent 运行时边界、隔离执行和状态回放设计很有参考价值。
Anthropic - Writing effective tools for AI agentsimportanttool-design, schemas, agent-tools, reliability多 agent 框架中的 specialist agents 常以工具形式互相调用,工具契约质量直接影响协作可靠性。

OpenAI Official Engineering Articles and Docs

ReadingStatusTagsWhy it matters
OpenAI - Building more helpful agents with a new evaluation frameworkimportantfield-report, browsecomp, evaluation, hard-to-find-information适合支撑“多步骤信息搜集+整合”类任务助手评测,尤其是高难检索和证据链质量。
OpenAI - Harness engineeringcoreharness-engineering, verification, reliability, agent-first-software为多 agent 工程化提供 harness、验证和可靠性约束,是系统落地的重要方法论。
OpenAI - Symphony orchestrationimportantorchestration, codex, issue-driven, control-plane可借鉴到多 agent 任务助手的任务队列、隔离执行和结果合并流程。
OpenAI - The next evolution of the Agents SDKimportantagents-sdk, sandbox, manifests, memory, tools对生产级 agent SDK 如何标准化工具、记忆和执行环境有参考价值。
OpenAI - Unrolling the Codex agent loopimportantagent-loop, tool-replay, stateless-calls, codex多 agent 系统同样需要处理轨迹回放、上下文增长和工具调用状态,这篇能支撑运行时设计。
OpenAI Agents SDK - Orchestrating Multiple Agentscoredocumentation, agents-sdk, handoffs, orchestration对用 OpenAI Agents SDK 复现 supervisor/manager/handoff 协作模式非常关键。
OpenAI Cookbook - Orchestrating Agentsimportantcookbook, handoffs, routines, orchestration是 OpenAI 生态中最直接的多 agent 编排实践示例,应和 Swarm/Agents SDK 一起参考。
OpenAI Developers - Testing Agent Skills Systematically with Evalsimportantskills, evals, traces, regression自进化多 agent 系统需要 regression-safe 的技能/协作模式评测闭环。

Multi-Agent Framework Documentation

ReadingStatusTagsWhy it matters
AG2 Documentation - Multi-agent Chatsupportingdocumentation, ag2, groupchat, multi-agent适合与 AutoGen 官方模式对照,观察 group chat 协作抽象的演进。
AutoGen Documentation - Multi-agent Design Patternsimportantdocumentation, autogen, design-patterns, runtime适合把 AutoGen 论文和 Magentic-One 系统落到可复现实验配置。
Hugging Face smolagents - Multi-agent Systemsimportantdocumentation, smolagents, managed-agents, code-agents适合用最小 agent 框架验证“manager + specialist”的协作开销和效果。
LangGraph Documentation - Multi-agent Systemsimportantdocumentation, langgraph, supervisor, swarm是构建 traceable multi-agent workflow baseline 的直接工程参考。
LlamaIndex Documentation - Multi-agent Workflowsimportantdocumentation, llamaindex, workflows, retrieval-agents对多 agent 任务助手中的数据检索、工具调用和 workflow 组合有直接工程价值。
Mastra Documentation - Agent Networksimportantdocumentation, mastra, agent-network, typescript补齐 Node/TypeScript 生态下多 agent network 工程实践。
Pydantic AI Documentation - Multi-agent Applicationsimportantdocumentation, pydantic-ai, typed-agents, applications对要求高可靠 schema、工具参数和状态校验的多 agent 系统尤其有价值。

Protocol Documentation

ReadingStatusTagsWhy it matters
Google A2A Protocol Documentationimportantdocumentation, a2a, interoperability, agent-cards对“通用协作框架”和跨产品线 agent 协作协议设计高度相关。
Model Context Protocol Documentationimportantdocumentation, mcp, tools, context多 agent 系统若要可迁移和可扩展,工具/上下文层应优先兼容 MCP。
ProtocolBench - Which LLM Multi-Agent Protocol to Choose?supportingprotocolbench, protocolrouter, a2a, anp, acp, mcp虽未作为正式顶会论文收录,但对协议选型、协议评测指标和 hybrid protocol routing 很有参考价值。

Evaluation, Runtime, and Engineering Blogs

ReadingStatusTagsWhy it matters
Cognition - Don't Build Multi-Agentsimportantanti-patterns, agent-design, reliability, single-agent-baseline是重要负面/约束性阅读,可帮助判断什么时候不该上多 agent,防止复杂度和成本无谓膨胀。
Cognition - What We Learned Building Cloud Agentsimportantcloud-agents, vm-isolation, snapshots, governance对多 agent 长任务运行环境、隔离执行和企业落地非常有参考价值。
HumanLayer - 12 Factor Agentsimportantproduction-agents, principles, operations, reliability适合作多 agent 任务助手工程化 checklist。
HumanLayer - Skill Issue: Harness Engineering for Coding Agentssupportingharness-engineering, coding-agents, skills, operations可迁移到多 agent 中 skill/workflow/tool 描述的系统化管理。
Inngest - Your Agent Needs a Harness, Not a Frameworkimportantharness-first, reliability, orchestration, production对多 agent 系统的队列、重试、状态和事件驱动 orchestration 很有启发。
LangChain - Agent frameworks, runtimes, and harnessesimportantarchitecture, framework, runtime, harness有助于把多 agent 通信/协作算法和底层 harness 工程职责分离。
LangChain - Evaluating Deep Agentsimportantdeep-agents, evaluation, long-horizon, stateful-agents适合设计多 agent 长尾任务评测、错误分类和回归测试。
LangChain - How and when to build multi-agent systemsimportantengineering-guide, supervisor, handoff, multi-agent可帮助把论文中的协作模式映射到 LangGraph/LangChain 工程实现。
LangChain - Improving Deep Agents with harness engineeringimportantdeep-agents, harness-engineering, benchmark, iteration支撑“自进化不一定先改模型,可以先优化 harness/workflow”的研究路线。
LangChain - The Anatomy of an Agent Harnessimportantharness, architecture, components, reliability是把多 agent 框架落成可维护工程系统的架构参考。
Martin Fowler - Harness Engineeringimportantarchitecture, harness-engineering, entropy, gen-ai为多 agent 系统边界、治理和工程复杂度控制提供高质量架构视角。

High-Quality Personal and Community Blogs

ReadingStatusTagsWhy it matters
DeepLearning.AI - Four AI Agent Strategiesimportantagentic-design-patterns, multi-agent-collaboration, reflection, planning是工业界传播最广的 agentic pattern 框架之一,适合放在多 agent 协作模式章节作为概念入口。
LessWrong - Survey of Multi-agent LLM Evaluationssupportingmulti-agent-evaluation, risks, miscoordination, collusion补齐多 agent 评测不只看任务分数,还要看协作失败、串谋和安全风险的视角。
Lilian Weng - LLM Powered Autonomous Agentsimportantagent-overview, planning, memory, tool-use, reflection虽不是多 agent 专文,但为理解多 agent 中每个 agent 的能力边界和自我改进机制提供基础。
Simon Willison - Agent Definitionsupportingagent-definition, tool-loop, terminology, multi-agent有助于统一“agent”和“multi-agent system”的工程术语,避免把普通 workflow 误称为多 agent。

Non-GitHub Project and Benchmark References

Protocols & Interoperability

ReferenceStatusTagsWhy it matters
SEMAPcoreprotocol, structured-messaging, a2a, software-engineering虽主要是论文方案,但非常适合作为多 agent 协作协议设计参考。

Benchmarks & Evaluation

ReferenceStatusTagsWhy it matters
GAIAimportantgeneral-assistant, web, tool-use, benchmark适合任务助手信息搜集、整合和工具使用评测。

Observability & Operations

ReferenceStatusTagsWhy it matters
AgentCoordsupportingcoordination-visualization, strategy-design, human-in-the-loop适合作协作拓扑、任务依赖和 agent 关系的调试工具参考。

Research Implementations & Baselines

ReferenceStatusTagsWhy it matters
MINDCraft / MineCollabimportantminecraft, communication-efficiency, embodied-agents, collaboration-benchmark可作为 embodied multi-agent 场景下“通信越多是否越好”和“协作是否真正带来收益”的强评测补充。

Maintenance

Source of truth:

  • data/papers.yaml
  • data/projects.yaml

Regenerate generated files:

python3 scripts/render.py

Validate schema and links:

python3 scripts/verify.py

Verify GitHub-backed project entries with GitHub CLI:

python3 scripts/verify_github_projects.py

Contributors

Flashinglf

1 commits

Languages

Python

100.0%