Skip to content

Commit 9825f87

Browse files
kakackfridayLtangg555CaralHsi
authored
MemOS v0.2.3 release (#225)
* feat: add product API and related functionality (cleaned sensitive data) * feat: add singleton for memos and llm * fix:fix persistent_user_manager * feat:update prompt and rm readme * fix:ci code * feat: update demo and add user manager (#31) * feat: add product API and related functionality (cleaned sensitive data) * feat: add singleton for memos and llm * fix:fix persistent_user_manager * feat:update prompt and rm readme * fix:ci code * Feature & Fix bugs: mem scheduler with rabbitmq and web log submission * fix bug of message consuming * add a range of configs * support rabbitmq * add new docs for the beginner * add more examples * fix:UserRole error * update: update product api * fix: suggestion mem * update:fix add mem * feat: update chat * fix: add uuid and product think * update: search data * fix:update * fix:chat mem * feat:vllm llm support version0 * feat: update zh en and mem * feat: update cube ids * feat:vllm llm support version0.5 * feat: add multi-language feature in mem-reader * feat: add multi-language feature in mem-reader * feat: add multi-language feature in tree reorganizer * feat: reinforce language * fix bugs & refactor the code: mem scheduler support web log feature * refactor & fix bugs: mem scheduler related codes including modules like dispatcher and retriever, the dependencies and the unittest. * feat:vllm llm support streaming generate and add benchmark script * fix:merge error * fix:merge error * fix:update gitignore * fix:merge error * feat:update .gitignore * docs:MemOS v0.2.3 release --------- Co-authored-by: fridayL <[email protected]> Co-authored-by: chunyu li <[email protected]> Co-authored-by: chentang <[email protected]> Co-authored-by: 席阳阳 <[email protected]>
1 parent eb73b75 commit 9825f87

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ evaluation/configs/*
1717
.env
1818
evaluation/scripts/personamem
1919

20+
# benchmarks
21+
benchmarks/
22+
2023
# Byte-compiled / optimized / DLL files
2124
__pycache__/
2225
*.py[cod]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ MemOS is licensed under the [Apache 2.0 License](./LICENSE).
251251

252252
Stay up to date with the latest MemOS announcements, releases, and community highlights.
253253

254-
- **2025-07-29** – 🎉 MemOS v0.2.2 (Nebula Update): Internet search+Nebula DB integration, refactored memory scheduler, KV Cache stress tests, MemCube Cookbook release (CN/EN), and 4b/1.7b/0.6b memory ops models.
255-
- **2025-07-21** – 🎉 MemOS v0.2.1 (Neo Release): Lightweight Neo version with plaintext+KV Cache functionality, Docker/multi-tenant support, MCP expansion, and new Cookbook/Mud game examples.
254+
- **2025-08-07** - 🎉 *MemOS v0.2.3 (Our Very First MemCube)*: Our very first MemCube, a word game to inspire users to use it, LongMemEval eval, Integration with BochaAISearchRetriever, NebulaGraph database supported, better search contextual understanding and semantic control capabilities, bug fixed.
255+
- **2025-07-29** – 🎉 *MemOS v0.2.2 (Nebula Update)*: Internet search+Nebula DB integration, refactored memory scheduler, KV Cache stress tests, MemCube Cookbook release (CN/EN), and 4b/1.7b/0.6b memory ops models.
256+
- **2025-07-21** – 🎉 *MemOS v0.2.1 (Neo Release)*: Lightweight Neo version with plaintext+KV Cache functionality, Docker/multi-tenant support, MCP expansion, and new Cookbook/Mud game examples.
256257
- **2025-07-11** – 🎉 *MemOS v0.2.0 (Cross-Platform)*: Added doc search/bilingual UI, MemReader-4B (local deploy), full Win/Mac/Linux support, and playground end-to-end connection.
257258
- **2025-07-07** – 🎉 *MemOS 1.0 (Stellar) Preview Release*: A SOTA Memory OS for LLMs is now open-sourced.
258259
- **2025-07-04** – 🎉 *MemOS Paper Released*: [MemOS: A Memory OS for AI System](https://arxiv.org/abs/2507.03724) was published on arXiv.

0 commit comments

Comments
 (0)