> ## Documentation Index
> Fetch the complete documentation index at: https://agent.minimaxi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Team

> 使用 Agent Team 处理需要拆解、协作和校验的复杂任务。

<div className="code-docs">
  Agent Team 会根据任务复杂度引入多个专家 Agent 协作。你仍然只需要描述目标，MiniMax Code 会负责拆解任务、分配执行、跟踪进度和汇总结果。

  <img src="https://mintcdn.com/agent-cn/BK6oKQ5dsiqXZ-jT/images/code/agent-team-progress.png?fit=max&auto=format&n=BK6oKQ5dsiqXZ-jT&q=85&s=3e67db6ef0484776d0d0e7c56b749334" alt="Agent Team 任务进度" className="code-screenshot" width="2794" height="1700" data-path="images/code/agent-team-progress.png" />

  ## 适用场景

  * 同时涉及代码、设计、文档、测试的任务
  * 需要长时间运行并持续跟进的任务
  * 需要分工执行和结果校验的任务
  * 需要多个方向并行探索的任务

  ## 使用建议

  给出清晰目标、验收标准和限制条件。任务进行中可以继续补充信息，Agent Team 会将新要求纳入后续执行。
</div>
