AMV-L: Lifecycle-Managed Agent Memory for Tail-Latency Control in Long-Running LLM Systems
Emmanuel Bamidele

TL;DR
AMV-L introduces a memory management framework for long-running LLM agents that improves throughput and latency stability by controlling memory lifecycle and retrieval sets, outperforming TTL and LRU baselines.
Contribution
This paper presents AMV-L, a novel lifecycle-managed memory system for LLM agents that dynamically adjusts memory retention based on utility, reducing tail latency and improving throughput.
Findings
AMV-L improves throughput by 3.1x over TTL.
AMV-L reduces median latency by 4.2x and tail latency significantly.
AMV-L lowers request failures exceeding 2 seconds from 13.8% to 0.007%.
Abstract
Long-running LLM agents require persistent memory to preserve state across interactions, yet most deployed systems manage memory with age-based retention (e.g., TTL). While TTL bounds item lifetime, it does not bound the computational footprint of memory on the request path: as retained items accumulate, retrieval candidate sets and vector similarity scans can grow unpredictably, yielding heavy-tailed latency and unstable throughput. We present AMV-L (Adaptive Memory Value Lifecycle), a memory-management framework that treats agent memory as a managed systems resource. AMV-L assigns each memory item a continuously updated utility score and uses value-driven promotion, demotion, and eviction to maintain lifecycle tiers; retrieval is restricted to a bounded, tier-aware candidate set that decouples the request-path working set from total retained memory. We implement AMV-L in a full-stack…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPersonal Information Management and User Behavior · Context-Aware Activity Recognition Systems · Advanced Data Storage Technologies
