Skip to content
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c7df5ad
feat: add product API and related functionality (cleaned sensitive data)
fridayL Jul 7, 2025
4e3f77b
feat: add singleton for memos and llm
fridayL Jul 8, 2025
fd72dd6
fix:fix persistent_user_manager
fridayL Jul 8, 2025
2f3b0fc
feat:update prompt and rm readme
fridayL Jul 8, 2025
a3ac092
fix:ci code
fridayL Jul 8, 2025
4ab316c
feat: update demo and add user manager (#31)
fridayL Jul 8, 2025
5c3164a
Feature & Fix bugs: mem scheduler with rabbitmq and web log submission
tangg555 Jul 9, 2025
efc4eed
fix:UserRole error
fridayL Jul 9, 2025
2c6d664
Merge branch 'feat/demo-product' into feat/mos-product-api-dev
fridayL Jul 9, 2025
d066452
update: update product api
fridayL Jul 9, 2025
95f22af
fix: suggestion mem
fridayL Jul 10, 2025
2841354
update:fix add mem
fridayL Jul 10, 2025
0f193cf
feat: update chat
fridayL Jul 10, 2025
567ef10
fix: add uuid and product think
fridayL Jul 10, 2025
e60651e
update: search data
fridayL Jul 11, 2025
62a25d3
fix:update
fridayL Jul 11, 2025
afb1bdb
fix:chat mem
fridayL Jul 11, 2025
036a99f
feat:vllm llm support version0
kakack Jul 11, 2025
300ca15
feat:vllm llm support version0
kakack Jul 11, 2025
5452668
vllm llm support (#60)
fridayL Jul 11, 2025
094c3ca
feat: update zh en and mem
fridayL Jul 11, 2025
5b5448d
feat: update cube ids
fridayL Jul 11, 2025
87e4359
Merge branch 'feat/demo-product' into feat/mos-product-api-dev
fridayL Jul 11, 2025
a51e1a3
feat:mos product api dev (#63)
fridayL Jul 11, 2025
a5cefac
feat:vllm llm support version0.5
kakack Jul 13, 2025
370623b
Merge branch 'feat/demo-product' into main
fridayL Jul 13, 2025
54c99fb
feat:vllm llm support version0.5 (#68)
fridayL Jul 13, 2025
3ec4035
feat: add multi-language feature in mem-reader
CaralHsi Jul 13, 2025
a17756d
feat: add multi-language feature in mem-reader
CaralHsi Jul 13, 2025
61b5da2
feat: add multi-language feature in tree reorganizer
CaralHsi Jul 13, 2025
771a09f
feat: reinforce language
CaralHsi Jul 13, 2025
41cd03a
Feat/multi language tree playground (#70)
fridayL Jul 13, 2025
9323ede
fix bugs & refactor the code: mem scheduler support web log feature
tangg555 Jul 11, 2025
eb16685
refactor & fix bugs: mem scheduler related codes including modules li…
tangg555 Jul 13, 2025
82e1db6
feat:vllm llm support streaming generate and add benchmark script
kakack Jul 14, 2025
e072baa
Merge branch 'feat/demo-product' of github.com:MemTensor/MemOS
kakack Jul 14, 2025
c103b32
fix:merge error
kakack Jul 14, 2025
0f6c286
fix:merge error
kakack Jul 14, 2025
9da9a87
fix:update gitignore
kakack Jul 16, 2025
3932d72
fix:merge error
kakack Jul 16, 2025
5a58b19
fix:merge error
kakack Jul 16, 2025
5f710de
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Jul 18, 2025
bd8a764
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Aug 1, 2025
2a8d782
feat:update .gitignore
kakack Aug 1, 2025
fe90fc3
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Aug 4, 2025
75545dd
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Aug 6, 2025
4e5ca8f
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Aug 7, 2025
8a97004
docs:MemOS v0.2.3 release
kakack Aug 7, 2025
761726e
Merge branch 'dev' of github.com:MemTensor/MemOS
kakack Aug 7, 2025
341a7af
docs:MemOS v0.2.3 release
kakack Aug 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ MemOS is licensed under the [Apache 2.0 License](./LICENSE).

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

- **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.
- **2025-08-07** - 🎉 *MemOS v0.2.3 (Our Very First MemCube)*: A word game to inspire user engagement (MemCube), enhanced LongMemEval, BochaAISearchRetriever integration, NebulaGraph database support, improved search contextual understanding and semantic control, bug fixes, and our official Playground.
- **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.
- **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.
- **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.
Expand Down
Loading