Abstract

对于复杂问题(如多跳推理或多模态任务),不是用单个teacher distill到单个student,而是teacher distill到多个specialized student agent(每个student聚焦不同子任务或能力)。然后,这些students使用specialize MCP Box进行multi-agent cooperation(e.g., 通过通信、任务分工)。比较其效果是否优于“单纯的multi-agent cooperation”(即不使用distillation的多个代理直接协作)。

image.png

Proposed Method

The framework is fully training-free, with three phases: teacher-driven MCP generation, MCP Box construction, and multi-agent collaboration.

Experimental Design

Reference

https://arxiv.org/pdf/2506.14728

https://arxiv.org/pdf/2505.13820v1

https://arxiv.org/pdf/2502.11271

https://arxiv.org/abs/2505.17612