Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents
Summary
Memanto introduces a typed semantic memory system using a schema, conflict resolution, and Moorcheh's information-theoretic retrieval engine, achieving state-of-the-art results on LongMemEval and LoCoMo benchmarks with zero ingestion cost and sub-90ms latency.
View Cached Full Text
Cached at: 06/05/26, 02:06 PM
Paper page - Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents
Source: https://huggingface.co/papers/2604.22085 Memanto challenges the assumption that knowledge graphs are necessary for high-quality agent memory. Using a typed semantic schema, built-in conflict resolution, and Moorcheh’s information-theoretic retrieval engine, we achieve 89.8% on LongMemEval and 87.1% on LoCoMo, SOTA among vector-only systems, with zero ingestion cost, single-query retrieval, and sub-90ms latency. The core finding: recall beats precision, and LLMs are better filters than pre-computed graph structures.
Try it: pip install memanto
Similar Articles
H-Mem: A Novel Memory Mechanism for Evolving and Retrieving Agent Memory via a Hybrid Structure
H-Mem is a novel memory mechanism for LLM-based agents that uses a hybrid structure combining a temporal and semantic tree with a knowledge graph to model memory evolution and improve retrieval, achieving state-of-the-art performance on QA benchmarks.
AdMem: Advanced Memory for Task-solving Agents
This paper introduces AdMem, a unified memory framework for LLM-based agents that integrates semantic, episodic, and procedural memory with a bi-level short-term and long-term store, using a multi-agent architecture for automatic memory generation and adaptive retrieval. Experiments show improved robustness and success on long multi-turn tasks.
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
Mem0 introduces a scalable memory-centric architecture using graph-based representations to improve long-term conversational coherence in LLMs, significantly reducing latency and token costs while outperforming existing memory systems.
MemoryOS – AI agent memory with temporal knowledge graph and 9ms ingest and 78ms retrieval
MemoryOS is an open-source, self-hosted AI agent memory tool using a temporal knowledge graph, achieving 86.2% accuracy on LongMemEval-s with fast 78ms retrieval speeds.
DimMem: Dimensional Structuring for Efficient Long-Term Agent Memory
DimMem introduces a dimensional memory framework for LLM agents that represents memories as atomic, typed units with explicit fields, achieving state-of-the-art accuracy on LoCoMo-10 and LongMemEval-S while reducing token costs by 24%.
