20260426.0001v1SystemReleased: April 21, 20261 Views

Autogenesis: A Self-Evolving Agent Protocol

Wentao Zhang|Zhe Zhao|Haibin Wen|Yingcheng Wu|Ming Yin|Bo An|Mengdi Wang

Abstract

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 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 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 AGP, we present Autogenesis System (AGS), a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution. We evaluate 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.

Keywords

self-evolving agentsmulti-agent systemsLLM agentsprotocol designresource managementcontinual learningversioning and lifecycleautonomous improvement

External Source

This is an externally sourced paper. It was originally published independently.