Memory OS of AI Agent
About
Large Language Models (LLMs) face a crucial challenge from fixed context windows and inadequate memory management, leading to a severe shortage of long-term memory capabilities and limited personalization in the interactive experience with AI agents. To overcome this challenge, we innovatively propose a Memory Operating System, i.e., MemoryOS, to achieve comprehensive and efficient memory management for AI agents. Inspired by the memory management principles in operating systems, MemoryOS designs a hierarchical storage architecture and consists of four key modules: Memory Storage, Updating, Retrieval, and Generation. Specifically, the architecture comprises three levels of storage units: short-term memory, mid-term memory, and long-term personal memory. Key operations within MemoryOS include dynamic updates between storage units: short-term to mid-term updates follow a dialogue-chain-based FIFO principle, while mid-term to long-term updates use a segmented page organization strategy. Our pioneering MemoryOS enables hierarchical memory integration and dynamic updating. Extensive experiments on the LoCoMo benchmark show an average improvement of 49.11% on F1 and 46.18% on BLEU-1 over the baselines on GPT-4o-mini, showing contextual coherence and personalized memory retention in long conversations. The implementation code is open-sourced at https://github.com/BAI-LAB/MemoryOS.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-context Question Answering | Locomo | -- | 171 | |
| Long-term memory evaluation | Locomo | Overall F142.84 | 128 | |
| Multi-hop Question Answering | Locomo | F135.9 | 125 | |
| Open-domain Question Answering | Locomo | F10.307 | 111 | |
| Single-hop Question Answering | Locomo | F10.442 | 111 | |
| Long-context Memory Evaluation | LongMemEval | Average Score62.75 | 103 | |
| Temporal Question Answering | Locomo | F10.398 | 85 | |
| Long-context Reasoning | Locomo | Average F170.65 | 75 | |
| Multi-hop Reasoning | Locomo | F1 Score35.27 | 68 | |
| Query Answering | PersonaMem 32K context length | Query-Answering Accuracy52 | 60 |