OrgAgent: Organize Your Multi-Agent System like a Company
AI 摘要
OrgAgent提出了一种公司式层级多智能体框架,提升了复杂推理任务的性能和效率。
主要贡献
- 提出了OrgAgent公司式层级多智能体框架
- 验证了层级结构优于其他组织结构
- 证明了层级结构能减少token消耗
方法论
将多智能体推理分解为治理、执行和合规三个层次,并通过实验评估不同层次结构、LLM和执行策略下的性能。
原文摘要
While large language model-based multi-agent systems have shown strong potential for complex reasoning, how to effectively organize multiple agents remains an open question. In this paper, we introduce OrgAgent, a company-style hierarchical multi-agent framework that separates collaboration into governance, execution, and compliance layers. OrgAgent decomposes multi-agent reasoning into three layers: a governance layer for planning and resource allocation, an execution layer for task solving and review, and a compliance layer for final answer control. By evaluating the framework across reasoning tasks, LLMs, execution modes, and execution policies, we find that multi-agent systems organized in a company-style hierarchy generally outperform other organizational structures. Besides, hierarchical coordination also reduces token consumption relative to flat collaboration in most settings. For example, for GPT-OSS-120B, the hierarchical setting improves performance over flat multi-agent system by 102.73% while reducing token usage by 74.52% on SQuAD 2.0. Further analysis shows that hierarchy helps most when tasks benefit from stable skill assignment, controlled information flow, and layered verification. Overall, our findings highlight organizational structure as an important factor in multi-agent reasoning, shaping not only effectiveness and cost, but also coordination behavior.