AI RESEARCH

Lightweight LLM Agent Memory with Small Language Models

arXiv CS.AI

ArXi:2604.07798v2 Announce Type: replace Although LLM agents can leverage tools for complex tasks, they still need memory to maintain cross-turn consistency and accumulate reusable information in long-horizon interactions. However, retrieval-based external memory systems incur low online overhead but suffer from unstable accuracy due to limited query construction and candidate filtering. In contrast, many systems use repeated large-model calls for online memory operations, improving accuracy but accumulating latency over long interactions.