freshcrate
Skin:/
Home > AI Agents > MemOS

MemOS

AI memory OS for LLM and Agent systems(moltbot,clawdbot,openclaw), enabling persistent Skill memory for cross-task skill reuse and evolution.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

AI memory OS for LLM and Agent systems(moltbot,clawdbot,openclaw), enabling persistent Skill memory for cross-task skill reuse and evolution.

README

MemOS Banner

MemOS Logo MemOS 2.0: 星尘(Stardust) Preview Badge

Static Badge PyPI Version Supported Python versions Supported Platforms Documentation ArXiv Paper GitHub Discussions Discord WeChat Group License Awesome AI Memory

🎯 +43.70% Accuracy vs. OpenAI Memory
🏆 Top-tier long-term memory + personalization
💰 Saves 35.24% memory tokens
LoCoMo 75.80 • LongMemEval +40.43% • PrefEval-10 +2568% • PersonaMem +40.75%

🦞 Enhanced OpenClaw with MemOS Plugin

🦞 Your lobster now has a working memory system — choose Cloud or Local to get started.

☁️ Cloud Plugin — Hosted Memory Service

Get your API key: MemOS Dashboard Full tutorial → MemOS-Cloud-OpenClaw-Plugin

🧠 Local Plugin — 100% On-Device Memory

  • Zero cloud dependency — all data stays on your machine, persistent local SQLite storage
  • Hybrid search + task & skill evolution — FTS5 + vector search, auto task summarization, reusable skills that self-upgrade
  • Multi-agent collaboration + Memory Viewer — memory isolation, skill sharing, full web dashboard with 7 management pages

🌐 Homepage · 📖 Documentation · 📦 NPM

📌 MemOS: Memory Operating System for AI Agents

MemOS is a Memory Operating System for LLMs and AI agents that unifies store / retrieve / manage for long-term memory, enabling context-aware and personalized interactions with KB, multi-modal, tool memory, and enterprise-grade optimizations built in.

Key Features

  • Unified Memory API: A single API to add, retrieve, edit, and delete memory—structured as a graph, inspectable and editable by design, not a black-box embedding store.
  • Multi-Modal Memory: Natively supports text, images, tool traces, and personas, retrieved and reasoned together in one memory system.
  • Multi-Cube Knowledge Base Management: Manage multiple knowledge bases as composable memory cubes, enabling isolation, controlled sharing, and dynamic composition across users, projects, and agents.
  • Asynchronous Ingestion via MemScheduler: Run memory operations asynchronously with millisecond-level latency for production stability under high concurrency.
  • Memory Feedback & Correction: Refine memory with natural-language feedback—correcting, supplementing, or replacing existing memories over time.

News

  • 2026-03-08 · 🦞 MemOS OpenClaw Plugin — Cloud & Local Official OpenClaw memory plugins launched. Cloud Plugin: hosted memory service with 72% lower token usage and multi-agent memory sharing (MemOS-Cloud-OpenClaw-Plugin). Local Plugin (v1.0.0): 100% on-device memory with persistent SQLite, hybrid search (FTS5 + vector), task summarization & skill evolution, multi-agent collaboration, and a full Memory Viewer dashboard.

  • 2025-12-24 · 🎉 MemOS v2.0: Stardust (星尘) Release Comprehensive KB (doc/URL parsing + cross-project sharing), memory feedback & precise deletion, multi-modal memory (images/charts), tool memory for agent planning, Redis Streams scheduling + DB optimizations, streaming/non-streaming chat, MCP upgrade, and lightweight quick/full deployment.

    New Features

    Knowledge Base & Memory

    • Added knowledge base support for long-term memory from documents and URLs

    Feedback & Memory Management

    • Added natural language feedback and correction for memories
    • Added memory deletion API by memory ID
    • Added MCP support for memory deletion and feedback

    Conversation & Retrieval

    • Added chat API with memory-aware retrieval
    • Added memory filtering with custom tags (Cloud & Open Source)

    Multimodal & Tool Memory

    • Added tool memory for tool usage history
    • Added image memory support for conversations and documents
    📈 Improvements

    Data & Infrastructure

    • Upgraded database for better stability and performance

    Scheduler

    • Rebuilt task scheduler with Redis Streams and queue isolation
    • Added task priority, auto-recovery, and quota-based scheduling

    Deployment & Engineering

    • Added lightweight deployment with quick and full modes
    🐞 Bug Fixes

    Memory Scheduling & Updates

    • Fixed legacy scheduling API to ensure correct memory isolation
    • Fixed memory update logging to show new memories correctly
  • 2025-08-07 · 🎉 MemOS v1.0.0 (MemCube) Release First MemCube release with a word-game demo, LongMemEval evaluation, BochaAISearchRetriever integration, improved search capabilities, and the official Playground launch.

    New Features

    Playground

    • Expanded Playground features and algorithm performance.

    MemCube Construction

    • Added a text game demo based on the MemCube novel.

    Extended Evaluation Set

    • Added LongMemEval evaluation results and scripts.
    📈 Improvements

    Plaintext Memory

    • Integrated internet search with Bocha.
    • Expanded graph database support.
    • Added contextual understanding for the tree-structured plaintext memory search interface.
    🐞 Bug Fixes

    KV Cache Concatenation

    • Fixed the concat_cache method.

    Plaintext Memory

    • Fixed graph search-related issues.
  • 2025-07-07 · 🎉 MemOS v1.0: Stellar (星河) Preview Release A SOTA Memory OS for LLMs is now open-sourced.

  • 2025-07-04 · 🎉 MemOS Paper Release MemOS: A Memory OS for AI System is available on arXiv.

  • 2024-07-04 · 🎉 Memory3 Model Release at WAIC 2024 The Memory3 model, featuring a memory-layered architecture, was unveiled at the 2024 World Artificial Intelligence Conference.


🚀 Quickstart Guide

☁️ 1、Cloud API (Hosted)

Get API Key

Next Steps

🖥️ 2、Self-Hosted (Local/Private)

  1. Get the repository.
    git clone https://github.com/MemTensor/MemOS.git
    cd MemOS
    pip install -r ./docker/requirements.txt
  2. Configure docker/.env.example and copy to MemOS/.env
  • The OPENAI_API_KEY,MOS_EMBEDDER_API_KEY,MEMRADER_API_KEY and others can be applied for through BaiLian.
  • Fill in the corresponding configuration in the MemOS/.env file.
  • Supported LLM providers: OpenAI, Azure OpenAI, Qwen (DashScope), DeepSeek, MiniMax, Ollama, HuggingFace, vLLM. Set MOS_CHAT_MODEL_PROVIDER to select the backend (e.g., openai, qwen, deepseek, minimax).
  1. Start the service.
  • Launch via Docker

    Tips: Please ensure that Docker Compose is installed successfully and that you have navigated to the docker directory (via cd docker) before executing the following command.
    # Enter docker directory
    docker compose up
    For detailed steps, see theDocker Reference.
  • Launch via the uvicorn command line interface (CLI)

    Tips: Please ensure that Neo4j and Qdrant are running before executing the following command.
    cd src
    uvicorn memos.api.server_api:app --host 0.0.0.0 --port 8001 --workers 1
    For detailed integration steps, see the CLI Reference.

Basic Usage (Self-Hosted)

  • Add User Message
    import requests
    import json
    
    data = {
        "user_id": "8736b16e-1d20-4163-980b-a5063c3facdc",
        "mem_cube_id": "b32d0977-435d-4828-a86f-4f47f8b55bca",
        "messages": [
            {
                "role": "user",
                "content": "I like strawberry"
            }
        ],
        "async_mode": "sync"
    }
    headers = {
        "Content-Type": "application/json"
    }
    url = "http://localhost:8000/product/add"
    
    res = requests.post(url=url, headers=headers, data=json.dumps(data))
    print(f"result: {res.json()}")
  • Search User Memory
    import requests
    import json
    
    data = {
        "query": "What do I like",
        "user_id": "8736b16e-1d20-4163-980b-a5063c3facdc",
        "mem_cube_id": "b32d0977-435d-4828-a86f-4f47f8b55bca"
    }
    headers = {
        "Content-Type": "application/json"
    }
    url = "http://localhost:8000/product/search"
    
    res = requests.post(url=url, headers=headers, data=json.dumps(data))
    print(f"result: {res.json()}")

📚 Resources

  • Awesome-AI-Memory This is a curated repository dedicated to resources on memory and memory systems for large language models. It systematically collects relevant research papers, frameworks, tools, and practical insights. The repository aims to organize and present the rapidly evolving research landscape of LLM memory, bridging multiple research directions including natural language processing, information retrieval, agentic systems, and cognitive science.
  • Get started 👉 IAAR-Shanghai/Awesome-AI-Memory
  • MemOS Cloud OpenClaw Plugin Official OpenClaw lifecycle plugin for MemOS Cloud. It automatically recalls context from MemOS before the agent starts and saves the conversation back to MemOS after the agent finishes.
  • Get started 👉 MemTensor/MemOS-Cloud-OpenClaw-Plugin

💬 Community & Support

Join our community to ask questions, share your projects, and connect with other developers.

  • GitHub Issues: Report bugs or request features in our GitHub Issues.
  • GitHub Pull Requests: Contribute code improvements via Pull Requests.
  • GitHub Discussions: Participate in our GitHub Discussions to ask questions or share ideas.
  • Discord: Join our Discord Server.
  • WeChat: Scan the QR code to join our WeChat group.
QR Code

📜 Citation

Note

We publicly released the Short Version on May 28, 2025, making it the earliest work to propose the concept of a Memory Operating System for LLMs.

If you use MemOS in your research, we would appreciate citations to our papers.

@article{li2025memos_long,
  title={MemOS: A Memory OS for AI System},
  author={Li, Zhiyu and Song, Shichao and Xi, Chenyang and Wang, Hanyu and Tang, Chen and Niu, Simin and Chen, Ding and Yang, Jiawei and Li, Chunyu and Yu, Qingchen and Zhao, Jihao and Wang, Yezhaohui and Liu, Peng and Lin, Zehao and Wang, Pengyuan and Huo, Jiahao and Chen, Tianyi and Chen, Kai and Li, Kehang and Tao, Zhen and Ren, Junpeng and Lai, Huayi and Wu, Hao and Tang, Bo and Wang, Zhenren and Fan, Zhaoxin and Zhang, Ningyu and Zhang, Linfeng and Yan, Junchi and Yang, Mingchuan and Xu, Tong and Xu, Wei and Chen, Huajun and Wang, Haofeng and Yang, Hongkang and Zhang, Wentao and Xu, Zhi-Qin John and Chen, Siheng and Xiong, Feiyu},
  journal={arXiv preprint arXiv:2507.03724},
  year={2025},
  url={https://arxiv.org/abs/2507.03724}
}

@article{li2025memos_short,
  title={MemOS: An Operating System for Memory-Augmented Generation (MAG) in Large Language Models},
  author={Li, Zhiyu and Song, Shichao and Wang, Hanyu and Niu, Simin and Chen, Ding and Yang, Jiawei and Xi, Chenyang and Lai, Huayi and Zhao, Jihao and Wang, Yezhaohui and others},
  journal={arXiv preprint arXiv:2505.22101},
  year={2025},
  url={https://arxiv.org/abs/2505.22101}
}

@article{yang2024memory3,
author = {Yang, Hongkang and Zehao, Lin and Wenjin, Wang and Wu, Hao and Zhiyu, Li and Tang, Bo and Wenqiang, Wei and Wang, Jinbo and Zeyun, Tang and Song, Shichao and Xi, Chenyang and Yu, Yu and Kai, Chen and Xiong, Feiyu and Tang, Linpeng and Weinan, E},
title = {Memory$^3$: Language Modeling with Explicit Memory},
journal = {Journal of Machine Learning},
year = {2024},
volume = {3},
number = {3},
pages = {300--346},
issn = {2790-2048},
doi = {https://doi.org/10.4208/jml.240708},
url = {https://global-sci.com/article/91443/memory3-language-modeling-with-explicit-memory}
}

🙌 Contributing

We welcome contributions from the community! Please read our contribution guidelines to get started.


📄 License

MemOS is licensed under the Apache 2.0 License.

Release History

VersionChangesUrgencyDate
v2.0.17## What's Changed * chore(memos-local-plugin): rename web/ to viewer/, drop unused site/ scaffolding by @hijzy in https://github.com/MemTensor/MemOS/pull/1666 * fix(memos-local-plugin): infer embedding dimensions for rebuilds by @hijzy in https://github.com/MemTensor/MemOS/pull/1682 * feat: enhance memos-local-plugin Windows installation experience by @Hun-ger in https://github.com/MemTensor/MemOS/pull/1684 * doc: add contributing md by @CaralHsi in https://github.com/MemTensor/MemOS/pull/16High5/26/2026
v2.0.16## What's Changed * chore(memos-local-plugin): rename web/ to viewer/, drop unused site/ scaffolding by @hijzy in https://github.com/MemTensor/MemOS/pull/1666 * fix(memos-local-plugin): infer embedding dimensions for rebuilds by @hijzy in https://github.com/MemTensor/MemOS/pull/1682 * feat: enhance memos-local-plugin Windows installation experience by @Hun-ger in https://github.com/MemTensor/MemOS/pull/1684 * doc: add contributing md by @CaralHsi in https://github.com/MemTensor/MemOS/pull/16High5/19/2026
v2.0.15## What's Changed * feat: add stage log by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1486 * chunking & polardb metadata bug fix by @bittergreen in https://github.com/MemTensor/MemOS/pull/1485 * feat: add .env.example-full and fix .env.example by @lijicode in https://github.com/MemTensor/MemOS/pull/1502 * feat: optimize dispatcher task by @wustzdy in https://github.com/MemTensor/MemOS/pull/1504 * feat: add upload skill logic by @Wang-Daoji in https://github.com/MemTensor/MemOS/pulHigh5/11/2026
v2.0.14## What's Changed * feat: add stage log by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1486 * chunking & polardb metadata bug fix by @bittergreen in https://github.com/MemTensor/MemOS/pull/1485 * feat: add .env.example-full and fix .env.example by @lijicode in https://github.com/MemTensor/MemOS/pull/1502 * feat: optimize dispatcher task by @wustzdy in https://github.com/MemTensor/MemOS/pull/1504 * feat: add upload skill logic by @Wang-Daoji in https://github.com/MemTensor/MemOS/pulHigh4/23/2026
v2.0.13## What's Changed * chore: revert move memory to system prompt by @hijzy in https://github.com/MemTensor/MemOS/pull/1330 * fix(memos-local): scope sharing state by hubInstanceId and fix owner … by @tangbotony in https://github.com/MemTensor/MemOS/pull/1331 * feat(memos-local-openclaw): hub embedding & parallel recall, auto-update reliability fix by @tangbotony in https://github.com/MemTensor/MemOS/pull/1341 * fix: use npm replace npx when installing package by @hijzy in https://github.com/MeHigh4/10/2026
v2.0.12## What's Changed * chore: revert move memory to system prompt by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1330 * fix(memos-local): scope sharing state by hubInstanceId and fix owner … by @tangbotony in https://github.com/MemTensor/MemOS/pull/1331 * feat: modify memory share by @Wang Daoji in https://github.com/MemTensor/MemOS/pull/1368 ## New Contributors **Full Changelog**: https://github.com/MemTensor/MemOS/compare/v2.0.11...v2.0.12Medium4/7/2026
v2.0.11## What's Changed * fix: fix windows dir error by @hijzy in https://github.com/MemTensor/MemOS/pull/1295 * chore: update website doc by @hijzy in https://github.com/MemTensor/MemOS/pull/1299 * feat(memos-local-openclaw): add multi-OpenClaw sharing, dual-instance isolation, and viewer improvements by @tangbotony in https://github.com/MemTensor/MemOS/pull/1321 * feat:optimize thread pool by @wustzdy in https://github.com/MemTensor/MemOS/pull/1326 * feat: add install scripts by @hijzy in httpsMedium3/27/2026
v2.0.10## What's Changed * feat(memreader/LLM): add backup config for openai memreader by @fridayL in https://github.com/MemTensor/MemOS/pull/1246 * feat(Scheduler): change Scheduler default llm to general_llm by @fridayL in https://github.com/MemTensor/MemOS/pull/1252 * fix: The issue of the file name being stored as part of the memory as well by @whipser030 in https://github.com/MemTensor/MemOS/pull/1222 * fix(graph_dbs): add missing status parameter to Neo4jCommunityGraphDB… by @baranchen in hLow3/20/2026
v2.0.9## What's Changed * feat: add auto_cleanup_working; add image_id/file_info by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1169 * Fix/return message by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1175 * Feat/merge main 2.0.9 by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1190 * feat(memreader): add general configs and training memreader model by @fridayL in https://github.com/MemTensor/MemOS/pull/1185 * feat(memreader): callback image llm parser to general llm byLow3/16/2026
v2.0.8## What's Changed * fix: downgrade AuthConfig partial-init log from WARNING to INFO by @anatolykoptev in https://github.com/MemTensor/MemOS/pull/1052 * fix: activation memory config crashes get_default() with OpenAI by @anatolykoptev in https://github.com/MemTensor/MemOS/pull/1051 * fix: Add Unicode sanitization for cloud embedders by @anatolykoptev in https://github.com/MemTensor/MemOS/pull/1048 * chore: sync from main by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1147 * feat: OpLow3/9/2026
v2.0.7## What's Changed * fix: add full text search for neo4j db by @hijzy in https://github.com/MemTensor/MemOS/pull/1095 * fix: Add toggle for fulltext retrieval path by @hijzy in https://github.com/MemTensor/MemOS/pull/1096 * fix: Add toggle for fulltext retrieval path (#1096) by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1098 * fix: add full text search for neo4j db (#1095) by @CaralHsi in https://github.com/MemTensor/MemOS/pull/1099 * feat: add return_fields parameter to search metLow2/28/2026
v2.0.6## What's Changed * fix: allow get_user_names_by_memory_ids supports all types of db by @tangg555 in https://github.com/MemTensor/MemOS/pull/1063 * 📃 docs: update the ReadME by @XiaohuiSu in https://github.com/MemTensor/MemOS/pull/1070 * feat: optimization v2.0.6 by @Wang-Daoji in https://github.com/MemTensor/MemOS/pull/1071 * feat: add keyword search by @hijzy in https://github.com/MemTensor/MemOS/pull/1073 * fix: replace relativity with score for pref_mem by @hijzy in https://github.com/Low2/12/2026
v2.0.5## What's Changed * feat: Initialize data structures and class for managing memory versions by @bittergreen in https://github.com/MemTensor/MemOS/pull/992 * fix: avoid adding fileurl to memoryvalue by @whipser030 in https://github.com/MemTensor/MemOS/pull/995 * feat: add delete_node_by_mem_cube_id && recover_memory_by_mem_kube_id by @wustzdy in https://github.com/MemTensor/MemOS/pull/1001 * feat: add PostgreSQL + pgvector graph database backend by @anatolykoptev in https://github.com/MemTensLow2/10/2026
v2.0.4## What's Changed * feat: add openwork by @CaralHsi in https://github.com/MemTensor/MemOS/pull/918 * merge dev v2.0.3 into main by @hijzy in https://github.com/MemTensor/MemOS/pull/947 * feat: add recaller for fast-add process by @bittergreen in https://github.com/MemTensor/MemOS/pull/958 * chore: update pr template by @CarltonXiang in https://github.com/MemTensor/MemOS/pull/959 * feat: skill memory by @Wang-Daoji in https://github.com/MemTensor/MemOS/pull/964 * fix: playground chat bug byLow1/30/2026
v2.0.3## What's Changed * feat: refactor & reorganize examples with unified structure and updated demos by @CaralHsi in https://github.com/MemTensor/MemOS/pull/903 * fix: refine config for rerank input is too long by @whipser030 in https://github.com/MemTensor/MemOS/pull/920 * fix: modifying api examples by @CaralHsi in https://github.com/MemTensor/MemOS/pull/917 * fix: component_init initialize scheduler every time by @tangg555 in https://github.com/MemTensor/MemOS/pull/915 * fix: parse in sim-sLow1/23/2026
v2.0.2## What's Changed * fix: knowledge base adopt raw text by @whipser030 in https://github.com/MemTensor/MemOS/pull/836 * Feat/optimize cloud service api by @Wang-Daoji in https://github.com/MemTensor/MemOS/pull/839 * Feat/fix palyground bug by @Wang-Daoji in https://github.com/MemTensor/MemOS/pull/841 * refactor & fix bugs: fix a range of bugs in scheduler and revise fine add apis by @tangg555 in https://github.com/MemTensor/MemOS/pull/840 * feat: merge dev 0112 by @CarltonXiang in https://giLow1/16/2026
v2.0.1## What's Changed * update requirements by @pursues in https://github.com/MemTensor/MemOS/pull/772 * update scheduler and add operation for dehallucination by @tangg555 in https://github.com/MemTensor/MemOS/pull/769 * fix: update README.md by @zZhangSir in https://github.com/MemTensor/MemOS/pull/774 * feat: update readme by @zZhangSir in https://github.com/MemTensor/MemOS/pull/776 * feat: add export_graph data page by @wustzdy in https://github.com/MemTensor/MemOS/pull/778 * fix: optimize Low1/9/2026
v2.0.0## What's Changed * feat: simplify simple tree by @CaralHsi in https://github.com/MemTensor/MemOS/pull/461 * feat: max worker by @CaralHsi in https://github.com/MemTensor/MemOS/pull/475 * Feat/dedup mem by @Wang-Daoji in https://github.com/MemTensor/MemOS/pull/473 * feat: add topk for working mem by @fridayL in https://github.com/MemTensor/MemOS/pull/476 * feat: update readme by @fridayL in https://github.com/MemTensor/MemOS/pull/477 * feat: change url by @fridayL in https://github.com/MemLow12/24/2025
v1.1.3## What's Changed * add: change deafult pre_load by @fridayL in https://github.com/MemTensor/MemOS/pull/338 * feat: add memory size in product api by @CaralHsi in https://github.com/MemTensor/MemOS/pull/348 * Feat: update load cubes by @fridayL in https://github.com/MemTensor/MemOS/pull/350 * eat:reoganize prompt with reference in user content by @kakack in https://github.com/MemTensor/MemOS/pull/351 * hotfix:noe4j community dataformat by @fridayL in https://github.com/MemTensor/MemOS/pull/Low11/7/2025
v1.1.2## What's Changed * fix: api client get_message models by @CarltonXiang in https://github.com/MemTensor/MemOS/pull/359 **Full Changelog**: https://github.com/MemTensor/MemOS/compare/v1.1.1...v1.1.2Low10/11/2025
v1.1.1## What's Changed * feat: delete custom_logger_handler by @CarltonXiang in https://github.com/MemTensor/MemOS/pull/289 * fix: change env model name by @fridayL in https://github.com/MemTensor/MemOS/pull/292 * fix:#286:https://github.com/MemTensor/MemOS/issues/286 by @kakack in https://github.com/MemTensor/MemOS/pull/293 * Feat:add self defined memcube id for reg user by @fridayL in https://github.com/MemTensor/MemOS/pull/295 * Feat/add opentelmetry by @CarltonXiang in https://github.com/MemLow9/24/2025
v1.1.0## What's Changed * feat: delete custom_logger_handler by @CarltonXiang in https://github.com/MemTensor/MemOS/pull/289 * fix: change env model name by @fridayL in https://github.com/MemTensor/MemOS/pull/292 * fix:#286:https://github.com/MemTensor/MemOS/issues/286 by @kakack in https://github.com/MemTensor/MemOS/pull/293 * Feat:add self defined memcube id for reg user by @fridayL in https://github.com/MemTensor/MemOS/pull/295 * Feat/add opentelmetry by @CarltonXiang in https://github.com/MemLow9/24/2025
v1.0.1## What's Changed * feat: use different template for different language input by @Nyakult in https://github.com/MemTensor/MemOS/pull/232 * fix: time hullucination by @CaralHsi in https://github.com/MemTensor/MemOS/pull/234 * fix: chat time bug by @CaralHsi in https://github.com/MemTensor/MemOS/pull/235 * push locomo rag eval code by @CSLiuPeng in https://github.com/MemTensor/MemOS/pull/180 * feat: add further questions for dialogue by @fridayL in https://github.com/MemTensor/MemOS/pull/236 Low9/10/2025
v1.0.0## What's Changed * update readme by @tangg555 in https://github.com/MemTensor/MemOS/pull/194 * fix: nebula multi-embedding & add BochaAI Search Retriever by @CaralHsi in https://github.com/MemTensor/MemOS/pull/195 * feat: modify product config by @CaralHsi in https://github.com/MemTensor/MemOS/pull/199 * fix: fix bug when calling _concat_caches in kv.py (from pr#177) by @spitzblattr in https://github.com/MemTensor/MemOS/pull/205 * Feat/reorg dev by @Nyakult in https://github.com/MemTensor/Low8/7/2025
v0.2.2## What's Changed * feat: reorganizer config code and add remove dup nodes for playground-demo by @fridayL in https://github.com/MemTensor/MemOS/pull/135 * refactor: improve architecture and configurations for memory scheduler by @tangg555 in https://github.com/MemTensor/MemOS/pull/142 * fix: date parse error and fix memreader by @Nyakult in https://github.com/MemTensor/MemOS/pull/132 * fix: General text memory by @Nyakult in https://github.com/MemTensor/MemOS/pull/140 * feat: add try catchLow7/29/2025
v0.2.1## What's Changed * fix: reorganizer bug by @CaralHsi in https://github.com/MemTensor/MemOS/pull/64 * Feat: add volcengine embedding support by @ioo0s in https://github.com/MemTensor/MemOS/pull/57 * Fix/general text memory. embed one sentence by @J1awei-Yang in https://github.com/MemTensor/MemOS/pull/76 * feat: add neo4j share-db example by @CaralHsi in https://github.com/MemTensor/MemOS/pull/59 * Feat/api embedding by @CaralHsi in https://github.com/MemTensor/MemOS/pull/81 * feat: Add embLow7/21/2025
v0.2.0We are thrilled to officially release MemOS v0.2.0 (Stellar, 星河), an early preview version of MemOS v1.0. MemOS is an operating system for Large Language Models (LLMs) designed to enhance their long-term memory capabilities. This framework enables LLMs to store, retrieve, and manage information, facilitating more context-aware, consistent, and personalized interactions. The current release includes the following features: * Support for CRUD operations across three memory layers: Memory MaLow7/11/2025
v0.1.13## What's Changed * ci: add issue templates and update pull request template by @Ki-Seki in https://github.com/MemTensor/MemOS/pull/17 * Add long version of MemOS paper by @Ki-Seki in https://github.com/MemTensor/MemOS/pull/20 * docs: update citations by @Ki-Seki in https://github.com/MemTensor/MemOS/pull/25 * feat(eval): add eval configs example by @Duguce in https://github.com/MemTensor/MemOS/pull/19 * feat(eval): add run locomo eval script by @Duguce in https://github.com/MemTensor/MemOSLow7/9/2025
v0.1.12**Full Changelog**: https://github.com/MemTensor/MemOS/commits/v0.1.12Low7/8/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

memsearchA Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.v0.4.6
LRATThe implementation for SIGIR 2026: Learning to Retrieve from Agent Trajectories.main@2026-06-04
daily_stock_analysisLLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.v3.20.0
Awesome-Agent-MemoryCurated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-term context, retrieval, and reasoning.main@2026-06-02
MaiBotMaiSaka, an LLM-based intelligent agent, is a digital lifeform devoted to understanding you and interacting in the style of a real human. She does not pursue perfection, nor does she seek efficiency; 1.0.0-rc.4

More from MemTensor

skills-voteThe Next-Gen Agent-Native Skill Recommendation Engine

More in AI Agents

hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
CopilotKitThe Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol
e2bE2B SDK that give agents cloud environments