|
24 | 24 |
|
25 | 25 | **MemoryOS** is designed to provide a memory operating system for personalized AI agents, enabling more coherent, personalized, and context-aware interactions. Drawing inspiration from memory management principles in operating systems, it adopts a hierarchical storage architecture with four core modules: Storage, Updating, Retrieval, and Generation, to achieve comprehensive and efficient memory management. On the LoCoMo benchmark, the model achieved average improvements of **49.11%** and **46.18%** in F1 and BLEU-1 scores. |
26 | 26 |
|
| 27 | +- **Paper**: <a href="https://arxiv.org/abs/2506.06326" target="_blank">https://arxiv.org/abs/2506.06326</a> |
| 28 | +- **Website**: <a href="https://baijia.online/memoryos/" target="_blank">https://baijia.online/memoryos/</a> |
| 29 | +- **Documentation**: <a href="https://bai-lab.github.io/MemoryOS/docs" target="_blank">https://bai-lab.github.io/MemoryOS/docs</a> |
| 30 | +- **YouTube Video**: **MemoryOS MCP + RAG Agent That Can Remember Anything** |
| 31 | +- <a href="https://www.youtube.com/watch?v=WHQu8fpEOaU ">https://www.youtube.com/watch?v=WHQu8fpEOaU </a> |
| 32 | + |
| 33 | + |
27 | 34 | <span id='features'/> |
28 | 35 |
|
29 | 36 | ## ✨Key Features |
@@ -355,13 +362,14 @@ python3 evalution_loco.py |
355 | 362 |
|
356 | 363 | MemoryOS is continuously evolving! Here's what's coming: |
357 | 364 |
|
358 | | -- **Ongoing🚀**: **Integrated Benchmarks**: Standardized benchmark suite with a cross-model comparison dashboard for Mem0, Zep, and OpenAI |
359 | | -- 🏗️ Interface with universal databases, like MySQL and MongoDB. |
| 365 | +- **Ongoing🚀**: **Integrated Benchmarks**: Standardized benchmark suite with a cross-model comparison for Mem0, Zep, and OpenAI |
| 366 | +- **Ongoing🚀 Parallelization Acceleration of MemoryOS-MCP** |
| 367 | +- 🏗️ Support for vector database, graph database |
360 | 368 | - 🏗️ Enabling seamless Memory exchange and integration across diverse systems. |
361 | 369 | - 🏗️ Integrating KV Cache and Memory built-in parameter optimization |
362 | 370 | - 🔧 **More Tool Operation in MCP**: Integration with more tool like **modify**, **delete** |
363 | | -- ⚡ **Parallelization Acceleration**:Parallelism for memory retrieval and model inference to reduce end-to-end latency (🎯Task completed) |
364 | | -- 🖥️ **MemoryOS Platform**: Browser-based Memory visualization analytics platform (🎯Task completed, in internal testing) |
| 371 | +- [🎯Task completed]**Parallelization Acceleration of PyPi**:Parallelism for memory retrieval and model inference to reduce latency |
| 372 | +- [🎯Task completed, in internal testing] **MemoryOS Platform**: Browser-based Memory visualization analytics platform |
365 | 373 |
|
366 | 374 | |
367 | 375 |
|
|
0 commit comments