CLAIJun 23

Metis: Bridging Text and Code Memory for Self-Evolving Agents

arXiv:2606.2415124.9
Predicted impact top 20% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For developers of interactive agents, Metis provides a principled way to balance accuracy, efficiency, and memory cost in self-evolving systems.

Self-evolving agents typically store experience as text or code, but the choice is made at design time. Metis introduces a hierarchical dual-representation memory that combines both forms, improving task accuracy by up to 20.6% over ReAct on AppWorld while reducing execution cost by up to 22.8%.

Self-evolving agents improve over time by distilling experience from past executions and reusing it in future tasks. Existing systems represent such experience either as natural-language text injected into the agent context or as code exposed as callable tools. However, the choice between these representations is typically made at design time rather than derived from the characteristics of the experience itself, leaving the trade-offs between them poorly understood. We present the first controlled study that isolates text memory and code memory over an identical set of experiences. Our results show that the two forms exhibit complementary trade-offs in construction cost, execution efficiency, and transferability, such that neither representation alone is sufficient. Guided by these findings, we propose Metis, a self-evolving agent system built on a hierarchical dual-representation memory. Metis organizes textual experience into execution plans, environment facts, and common pitfalls, and selectively crystallizes recurring plans into validated callable tools. This design combines the broad applicability of text memory with the execution efficiency of code memory while incurring tool-generation cost only when justified by repeated reuse. We evaluate Metis on AppWorld, a challenging benchmark for interactive agents. The results show that Metis improves task accuracy by up to 20.6% over ReAct while reducing execution cost by up to 22.8%. Compared with representative self-evolving agent systems, Metis consistently achieves a better balance between accuracy, execution efficiency, and memory-construction cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes