arXiv:2606.14674cs.CL2026-06被引 1

提出可组合的智能体框架,揭示模块协同对性能的关键影响

AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition

论文配图:AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition
图 1 · 摘自论文原文
  • 将智能体拆解为标准化接口的可复用组件,支持灵活替换与组合
  • 发现模块兼容性与交互效应决定性能,而非单一模块能力
  • 适合研究智能体架构设计、模块化系统优化的研究者

大语言模型智能体正从单次调用演变为包含推理、记忆、反思、执行和学习的复杂结构。这类结构常提升性能,但因高度耦合难以分离各模块贡献、比较设计或理解交互机制。我们提出AgentSpec,一种模块化规范框架,将具身智能体表示为带类型标注的可复用策略组件的组合,统一感知、记忆、推理、反思、动作及可选学习的接口,实现组件在受控条件下交换与重组。我们在DeliveryBench、ALFRED、MiniGrid和RoboTHOR上验证该框架,分析不同模型底座下的推理、记忆、反思与强化学习模块。结果表明,性能由结构兼容性与交互效应主导,而非单个模块强度:结构化多粒度记忆提升长时状态追踪,推理与记忆在不同环境中非均匀交互,反思存在纠错与开销的权衡,而强化学习策略在部署时架构下优化效果最佳。AgentSpec为研究、比较与设计可组合智能体提供受控基础。代码、基线与交互式平台已公开:https://agentspec-embodied.github.io。

原文摘要 · Abstract (English)

LLM agents are increasingly built not as single model calls, but as scaffolded systems that combine reasoning, memory, reflection, action execution, and learning. While such scaffolds often improve performance, they are often embedded in tightly coupled pipelines, making it difficult to isolate component contributions, compare alternative designs, or understand how module interactions shape agent behavior. We introduce AgentSpec, a modular specification framework that represents embodied agents as typed compositions of reusable policy components with standardized interfaces. AgentSpec standardizes the interfaces among perception, memory, reasoning, reflection, action, and optional learning, enabling components to be swapped and recombined under controlled conditions. We instantiate this framework across DeliveryBench, ALFRED, MiniGrid, and RoboTHOR, and analyze reasoning, memory, reflection, and reinforcement-learning modules across model backbones. Our results show that agent performance is governed by scaffold compatibility and interaction effects rather than isolated module strength. In particular, structured multi-granularity memory improves long-horizon state tracking, reasoning and memory interact non-uniformly across environments, reflection trades off correction and cost, and RL-trained policies compose best when optimized with deployment-time scaffold structure. AgentSpec provides a controlled foundation for studying, comparing, and designing composable LLM agents. Our code, baselines and interactive playground are publicly available at https://agentspec-embodied.github.io.

智能体架构模块化具身智能体可组合系统

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