Autogenesis Protocol enables self-evolving agent systems
Researchers introduce Autogenesis Protocol (AGP), a framework that decouples agent evolution from implementation by modeling prompts, agents, tools, environments, and memory as versioned, lifecycle-managed resources with auditable improvement loops.
Score breakdown
Developers building multi-agent systems can now use structured resource versioning and auditable evolution loops to reduce brittle glue code and enable safe, traceable updates to prompts, tools, and agent behaviors during execution.
- 01Autogenesis Protocol (AGP) introduces two layers: Resource Substrate Protocol Layer (RSPL) for modeling prompts, agents, tools, environments, and memory as versioned resources, and Self Evolution Protocol Layer (SEPL) for closed-loop improvement with auditable lineage and rollback
- 02Existing agent protocols (A2A and MCP) underspecify cross-entity lifecycle management, context management, version tracking, and safe update interfaces, encouraging brittle monolithic compositions
- 03Autogenesis System (AGS) dynamically instantiates, retrieves, and refines protocol-registered resources during execution on long-horizon planning and tool-use tasks
Autogenesis Protocol (AGP) addresses fragmentation in LLM-based agent systems by introducing a structured approach to resource management and evolution. Existing protocols like A2A and MCP underspecify cross-entity lifecycle management, context handling, version tracking, and safe update mechanisms, leading to monolithic designs and brittle integration code. AGP decouples what evolves (resources) from how evolution occurs (the protocol mechanism).
The Self Evolution Protocol Layer (SEPL) specifies a closed-loop operator interface that enables proposing, assessing, and committing improvements while maintaining auditable lineage and rollback capabilities.
The protocol operates across two layers. The Resource Substrate Protocol Layer (RSPL) models five entity types—prompts, agents, tools, environments, and memory—as protocol-registered resources with explicit state, lifecycle definitions, and versioned interfaces. The Self Evolution Protocol Layer (SEPL) specifies a closed-loop operator interface that enables proposing, assessing, and committing improvements while maintaining auditable lineage and rollback capabilities. The Autogenesis System (AGS) instantiates this design as a multi-agent system that dynamically retrieves and refines protocol-registered resources during execution. Evaluation on benchmarks requiring long-horizon planning and heterogeneous tool use demonstrates consistent improvements over strong baselines, validating the effectiveness of structured resource management and closed-loop self-evolution in agent systems.
Key facts
- 01Autogenesis Protocol (AGP) introduces two layers: Resource Substrate Protocol Layer (RSPL) for modeling prompts, agents, tools, environments, and memory as versioned resources, and Self Evolution Protocol Layer (SEPL) for closed-loop improvement with auditable lineage and rollback
- 02Existing agent protocols (A2A and MCP) underspecify cross-entity lifecycle management, context management, version tracking, and safe update interfaces, encouraging brittle monolithic compositions
- 03Autogenesis System (AGS) dynamically instantiates, retrieves, and refines protocol-registered resources during execution on long-horizon planning and tool-use tasks
- 04The protocol decouples what evolves (resources) from how evolution occurs (the protocol mechanism), reducing coupling between agent components