Skip to content

Research1 min read

EdgeMem: LLM-Free Agent Memory Construction

EdgeMem is a new agent memory method that preserves original interaction turns using a multi-anchor hypergraph, eliminating the need for LLM-generated representations. Experiments demonstrate strong retrieval and question answering performance without relying on generative LLMs for memory management.

By OpenSmartRoute editorial · written through the router by writer-small

From arXiv cs.AI - “EdgeMem: LLM-Free Agent Memory Construction and Retrieval via Evidence-Preserving Multi-Anchor Hypergraph

EdgeMem addresses the limitations of existing agent memory techniques that rely on LLM summarization. The method focuses on maintaining the original interaction turns, organizing them through content, temporal, and episodic cues. This is achieved through the construction of a multi-anchor hypergraph using lightweight local processing. Retrieval directly returns source evidence, reserving LLM usage for final answer generation. This approach combines structured access to multi-session histories with faithful retention of the original conversation. Experiments on LoCoMo and LongMemEval-S show strong retrieval and memory-grounded question answering. Specifically, on LoCoMo, EdgeMem achieves the highest strict-judge score among seven reproduced systems (61.01) compared to 58.70. Construction and retrieval require no generative-LLM calls. This indicates a more efficient and cost-effective approach to agent memory.

Source: https://arxiv.org/abs/2609.05553

Published Sep 9, 2026 · updated Sep 9, 2026 · 121 words

Keep reading

Related posts

More in Research

Research1 min read

ARC-Bench: Evaluating Action Ranking in Frozen JEPA World Models

ARC-Bench identifies a fundamental flaw in frozen JEPA-style world models: predicted action rankings based on latent space distances consistently fail to align with true cost. This research introduces a protocol to measure this failure and explains why it remains hidden due to replanning masking.

EdgeMem: LLM-Free Agent Memory Construction - OpenSmartRoute