arXiv:2602.03695cs.MAcs.AI2026-02被引 9

用可复用的潜在组件构建更稳定高效的多智能体系统

Agent Primitives: Reusable Latent Building Blocks for Multi-Agent Systems

  • 设计三种可复用的智能体基础组件,通过键值缓存通信
  • 相比单智能体提升12%-16.5%准确率,推理耗时降3-4倍
  • 适合需要稳定多阶段协作的复杂任务系统开发者

现有基于大模型的多智能体系统(MAS)虽能处理复杂问题,但常依赖人工设计的角色与提示,导致架构复杂且难以跨任务复用。多数系统通过自然语言交互,易在长上下文、多阶段中积累错误。本文提出「Agent Primitives」——一组可复用的潜在组件,受神经网络模块化启发,将常见架构归纳为三种模式:评审、投票选择与规划执行。所有组件内部通过键值缓存(KV cache)通信,有效缓解信息衰减。通过一个组织者代理根据轻量知识库自动组合组件,实现系统自动生成。实验表明,该方法相较单智能体平均准确率提升12.0%-16.5%,令牌使用量与推理延迟降低约3-4倍,相对于单智能体仅增加1.3-1.6倍开销,且在不同模型骨架下表现更稳定。

原文摘要 · Abstract (English)

While existing multi-agent systems (MAS) can handle complex problems by enabling collaboration among multiple agents, they are often highly task-specific, relying on manually crafted agent roles and interaction prompts, which leads to increased architectural complexity and limited reusability across tasks. Moreover, most MAS communicate primarily through natural language, making them vulnerable to error accumulation and instability in long-context, multi-stage interactions within internal agent histories. In this work, we propose \textbf{Agent Primitives}, a set of reusable latent building blocks for LLM-based MAS. Inspired by neural network design, where complex models are built from reusable components, we observe that many existing MAS architectures can be decomposed into a small number of recurring internal computation patterns. Based on this observation, we instantiate three primitives: Review, Voting and Selection, and Planning and Execution. All primitives communicate internally via key-value (KV) cache, which improves both robustness and efficiency by mitigating information degradation across multi-stage interactions. To enable automatic system construction, an Organizer agent selects and composes primitives for each query, guided by a lightweight knowledge pool of previously successful configurations, forming a primitive-based MAS. Experiments show that primitives-based MAS improve average accuracy by 12.0-16.5\% over single-agent baselines, reduce token usage and inference latency by approximately 3$\times$-4$\times$ compared to text-based MAS, while incurring only 1.3$\times$-1.6$\times$ overhead relative to single-agent inference and providing more stable performance across model backbones.

多智能体可复用组件键值缓存大模型系统

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。