@@ -117,8 +117,19 @@ showcasing its capabilities in **information extraction**, **temporal and cross-
117117 - ** Textual Memory** : For storing and retrieving unstructured or structured text knowledge.
118118 - ** Activation Memory** : Caches key-value pairs (` KVCacheMemory ` ) to accelerate LLM inference and context reuse.
119119 - ** 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.
120131- ** 🔌 Extensible** : Easily extend and customize memory modules, data sources, and LLM integrations.
121-
132+ - ** 🏂 Lightweight Deployment ** 🆕: Support for quick mode and complete mode deployment options.
122133
123134## 📦 Installation
124135
@@ -346,4 +357,4 @@ We welcome contributions from the community! Please read our [contribution guide
346357
347358## 📄 License
348359
349- MemOS is licensed under the [ Apache 2.0 License] ( ./LICENSE ) .
360+ MemOS is licensed under the [ Apache 2.0 License] ( ./LICENSE ) .
0 commit comments