AgentsResearch 🇨🇳 03.08.2026 07:01

Huawei Noah's Ark Lab Open-Sources MindMemOS: A Transferable, Self-Evolving Memory Operating Layer for AI Agents

HuaweiHuawei Huawei Noah's Ark LabHuawei Noah's Ark Lab OpenAIOpenAI
Huawei Noah's Ark Lab has open-sourced MindMemOS, a memory operating layer designed for AI agents that decouples memory from individual agents, enabling transferability and self-evolution. MindMemOS models memory in an entity-property-time structure and introduces mechanisms like Dreaming and Feedback to consolidate memories and align with user intent. It achieves state-of-the-art results on memory benchmarks LoCoMo and PersonaMem, and improves task success rates on SpreadsheetBench-Verified.
Huawei Noah's Ark Lab introduced MindMemOS, an open-source memory operating layer for AI agents that addresses the problem of agent memory being non-transferable and non-evolving. Unlike traditional memory systems that store memories as text or vector chunks, MindMemOS uses an entity-property-time structure to capture both the latest state and the full evolution of facts. It offers two memory generation paths: MindVanilla for open-domain information and MindSchema for domain-specific modeling with customizable extraction rules. The system includes a Compact Search mechanism that goes beyond simple vector similarity to plan retrieval paths in a memory graph. Key features include Dreaming, an offline consolidation process that merges redundant memories and archives outdated ones, and Feedback, which uses implicit and explicit user corrections to update and refine memory. MindMemOS also supports Skill evolution, where real task trajectories are used to iteratively improve Skills, as demonstrated on SpreadsheetBench-Verified, increasing task success from 51.3% to 57.2% with supervision. On memory benchmarks, MindMemOS achieved 94.03 on LoCoMo and 70.63% on PersonaMem, both state-of-the-art. The system is released under MIT License and provides APIs, SDK, CLI, and plugins for easy integration.
Сокращения
SDK = Software Development Kit — комплект разработчика
API = Application Programming Interface — программный интерфейс приложения
CLI = Command Line Interface — интерфейс командной строки
Source: QbitAI 量子位 — original
Our earlier posts on this topic ↓
Fresh news