Skip to content

Commit c65593d

Browse files
tangbotonyWenqiang
andauthored
update readme (#766)
Co-authored-by: Wenqiang <[email protected]>
1 parent ddb5cac commit c65593d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
MemOS is an open-source **Agent Memory framework** that empowers AI agents with **long-term memory, personality consistency, and contextual recall**. It enables agents to **remember past interactions**, **learn over time**, and **build evolving identities** across sessions.
44

55
Designed for **AI companions, role-playing NPCs, and multi-agent systems**, MemOS provides a unified API for **memory representation, retrieval, and update** — making it the foundation for next-generation **memory-augmented AI agents**.
6+
7+
🆕 **MemOS 2.0** introduces **knowledge base system**, **multi-modal memory** (images & documents), **tool memory** for Agent optimization, **memory feedback mechanism** for precise control, and **enterprise-grade architecture** with Redis Streams scheduler and advanced DB optimizations.
68
<div align="center">
79
<a href="https://memos.openmem.net/">
810
<img src="https://statics.memtensor.com.cn/memos/memos-banner.gif" alt="MemOS Banner">
911
</a>
1012

1113
<h1 align="center">
12-
<img src="https://statics.memtensor.com.cn/logo/memos_color_m.png" alt="MemOS Logo" width="50"/> MemOS 1.0: 星河 (Stellar) <img src="https://img.shields.io/badge/status-Preview-blue" alt="Preview Badge"/>
14+
<img src="https://statics.memtensor.com.cn/logo/memos_color_m.png" alt="MemOS Logo" width="50"/> MemOS 2.0: 星尘(Stardust) <img src="https://img.shields.io/badge/status-Preview-blue" alt="Preview Badge"/>
1315
</h1>
1416

1517
<p>
@@ -60,7 +62,7 @@ Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=g
6062

6163
<img src="https://cdn.memtensor.com.cn/img/1762436050812_3tgird_compressed.png" alt="SOTA SCORE">
6264

63-
**MemOS** is an operating system for Large Language Models (LLMs) that enhances them with long-term memory capabilities. It allows LLMs to store, retrieve, and manage information, enabling more context-aware, consistent, and personalized interactions.
65+
**MemOS** is an operating system for Large Language Models (LLMs) that enhances them with long-term memory capabilities. It allows LLMs to store, retrieve, and manage information, enabling more context-aware, consistent, and personalized interactions. **MemOS 2.0** features comprehensive knowledge base management, multi-modal memory support, tool memory for Agent enhancement, and enterprise-grade architecture optimizations.
6466

6567
- **Website**: https://memos.openmem.net/
6668
- **Documentation**: https://memos-docs.openmem.net/home/overview/
@@ -71,7 +73,8 @@ Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=g
7173

7274
Stay up to date with the latest MemOS announcements, releases, and community highlights.
7375

74-
76+
- **2025-12-24** - 🎉 **MemOS v2.0: Stardust (星尘) Release**:
77+
Major upgrade featuring comprehensive Knowledge Base system with automatic document/URL parsing and cross-project sharing; Memory feedback mechanism for correction and precise deletion; Multi-modal memory supporting images and charts; Tool Memory to enhance Agent planning; Full architecture upgrade with Redis Streams multi-level queue scheduler and DB optimizations; New streaming/non-streaming Chat interfaces; Complete MCP upgrade; Lightweight deployment modes (quick & full).
7578
- **2025-11-06** - 🎉 MemOS v1.1.3 (Async Memory & Preference):
7679
Millisecond-level async memory add (support plain-text-memory and
7780
preference memory); enhanced BM25, graph recall, and mixture search; full
@@ -114,7 +117,19 @@ showcasing its capabilities in **information extraction**, **temporal and cross-
114117
- **Textual Memory**: For storing and retrieving unstructured or structured text knowledge.
115118
- **Activation Memory**: Caches key-value pairs (`KVCacheMemory`) to accelerate LLM inference and context reuse.
116119
- **Parametric Memory**: Stores model adaptation parameters (e.g., LoRA weights).
120+
- **Tool Memory** 🆕: Records Agent tool call trajectories and experiences to improve planning capabilities.
121+
- **📚 Knowledge Base System** 🆕: Build multi-dimensional knowledge bases with automatic document/URL parsing, splitting, and cross-project sharing capabilities.
122+
- **🔧 Memory Controllability** 🆕:
123+
- **Feedback Mechanism**: Use `add_feedback` API to correct, supplement, or replace existing memories with natural language.
124+
- **Precise Deletion**: Delete specific memories by User ID or Memory ID via API or MCP tools.
125+
- **👁️ Multi-Modal Support** 🆕: Support for image understanding and memory, including chart parsing in documents.
126+
- **⚡ Advanced Architecture**:
127+
- **DB Optimization**: Enhanced connection management and batch insertion for high-concurrency scenarios.
128+
- **Advanced Retrieval**: Custom tag and info field filtering with complex logical operations.
129+
- **Redis Streams Scheduler**: Multi-level queue architecture with intelligent orchestration for fair multi-tenant scheduling.
130+
- **Stream & Non-Stream Chat**: Ready-to-use streaming and non-streaming chat interfaces.
117131
- **🔌 Extensible**: Easily extend and customize memory modules, data sources, and LLM integrations.
132+
- **🏂 Lightweight Deployment** 🆕: Support for quick mode and complete mode deployment options.
118133

119134
## 🚀 Getting Started
120135

0 commit comments

Comments
 (0)