我们如何构建多智能体研究系统

How we built our multi-agent research system

Anthropic Anthropic · Anthropic · 2025-06-13 · Anthropic Engineering ↗

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们的研究功能使用多个 Claude 智能体更有效地探索复杂主题。我们分享了构建该系统时遇到的工程挑战和学到的经验。Claude 现在具备研究能力,可以搜索网络、Google Workspace 以及任何集成,以完成复杂任务。这个多智能体系统从原型到生产的历程,让我们在系统架构、工具设计和提示工程方面学到了关键经验。多智能体系统由多个智能体(LLM 在循环中自主使用工具)协同工作组成。我们的研究功能涉及一个智能体,它根据用户查询规划研究过程,然后使用工具创建并行搜索信息的智能体。具有多个智能体的系统在智能体协调、评估和可靠性方面带来了新的挑战。

Our Research feature uses multiple Claude agents to explore complex topics more effectively. We share the engineering challenges and the lessons we learned from building this system. Claude now has Research capabilities that allow it to search across the web, Google Workspace, and any integrations to accomplish complex tasks. The journey of this multi-agent system from prototype to production taught us critical lessons about system architecture, tool design, and prompt engineering. A multi-agent system consists of multiple agents (LLMs autonomously using tools in a loop) working together. Our Research feature involves an agent that plans a research process based on user queries, and then uses tools to create parallel agents that search for information simultaneously. Systems with multiple agents introduce new challenges in agent coordination, evaluation, and reliability.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 8)

阅读逐段中英对照全文 →