AutoAgent:面向自适应智能体的认知演化与弹性记忆编排框架 / AutoAgent: Evolving Cognition and Elastic Memory Orchestration for Adaptive Agents
1️⃣ 一句话总结
这篇论文提出了一个名为AutoAgent的自进化多智能体框架,它通过动态更新智能体的认知、结合实时上下文进行决策,并弹性管理记忆,从而让智能体能够在开放动态环境中持续学习并做出可靠决策,显著提升了任务成功率与协作效率。
Autonomous agent frameworks still struggle to reconcile long-term experiential learning with real-time, context-sensitive decision-making. In practice, this gap appears as static cognition, rigid workflow dependence, and inefficient context usage, which jointly limit adaptability in open-ended and non-stationary environments. To address these limitations, we present AutoAgent, a self-evolving multi-agent framework built on three tightly coupled components: evolving cognition, on-the-fly contextual decision-making, and elastic memory orchestration. At the core of AutoAgent, each agent maintains structured prompt-level cognition over tools, self-capabilities, peer expertise, and task knowledge. During execution, this cognition is combined with live task context to select actions from a unified space that includes tool calls, LLM-based generation, and inter-agent requests. To support efficient long-horizon reasoning, an Elastic Memory Orchestrator dynamically organizes interaction history by preserving raw records, compressing redundant trajectories, and constructing reusable episodic abstractions, thereby reducing token overhead while retaining decision-critical evidence. These components are integrated through a closed-loop cognitive evolution process that aligns intended actions with observed outcomes to continuously update cognition and expand reusable skills, without external retraining. Empirical results across retrieval-augmented reasoning, tool-augmented agent benchmarks, and embodied task environments show that AutoAgent consistently improves task success, tool-use efficiency, and collaborative robustness over static and memory-augmented baselines. Overall, AutoAgent provides a unified and practical foundation for adaptive autonomous agents that must learn from experience while making reliable context-aware decisions in dynamic environments.
AutoAgent:面向自适应智能体的认知演化与弹性记忆编排框架 / AutoAgent: Evolving Cognition and Elastic Memory Orchestration for Adaptive Agents
这篇论文提出了一个名为AutoAgent的自进化多智能体框架,它通过动态更新智能体的认知、结合实时上下文进行决策,并弹性管理记忆,从而让智能体能够在开放动态环境中持续学习并做出可靠决策,显著提升了任务成功率与协作效率。
源自 arXiv: 2603.09716