菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-16
📄 Abstract - Autogenesis: A Self-Evolving Agent Protocol

Recent advances in LLM based agent systems have shown promise in tackling complex, long horizon tasks. However, existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, version tracking, and evolution safe update interfaces, which encourages monolithic compositions and brittle glue code. We introduce \textbf{\textsc{Autogenesis Protocol (AGP)}}, a self evolution protocol that decouples what evolves from how evolution occurs. Its Resource Substrate Protocol Layer (RSPL) models prompts, agents, tools, environments, and memory as protocol registered resources\footnote{Unless otherwise specified, resources refer to instances of the five RSPL entity types: \emph{prompt}, \emph{agent}, \emph{tool}, \emph{environment}, \emph{memory} with agent \emph{outputs}.} with explicit state, lifecycle, and versioned interfaces. Its Self Evolution Protocol Layer (SEPL) specifies a closed loop operator interface for proposing, assessing, and committing improvements with auditable lineage and rollback. Building on \textbf{\textsc{AGP}}, we present \textbf{\textsc{Autogenesis System (AGS)}}, a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution. We evaluate \textbf{\textsc{AGS}} on multiple challenging benchmarks that require long horizon planning and tool use across heterogeneous resources. The results demonstrate consistent improvements over strong baselines, supporting the effectiveness of agent resource management and closed loop self evolution.

顶级标签: agents systems llm
详细标签: agent protocol self-evolution multi-agent systems resource management closed-loop learning 或 搜索:

自生:一种自我演化的智能体协议 / Autogenesis: A Self-Evolving Agent Protocol


1️⃣ 一句话总结

这篇论文提出了一种名为‘自生协议’的新框架,它通过将智能体系统的各个组成部分(如提示、工具、记忆等)定义为可版本化管理的资源,并引入一个闭环的自我改进机制,使得基于大语言模型的智能体系统能够自动、安全地持续优化,从而更有效地完成复杂的长周期任务。

源自 arXiv: 2604.15034