Loading repository dataโฆ
Loading repository dataโฆ
sologuy / repository
๐ฆ A curated list of memory systems, architectures, skills & best practices in the OpenClaw ecosystem. OpenClaw ่ฎฐๅฟ็ณป็ป็ฒพ้๏ผ่ฎบๆใๆกๆถใๅฎ็ฐไธๆไฝณๅฎ่ทตใ
OpenClaw is an open-source autonomous AI virtual assistant originally developed by Austrian software engineer Peter Steinberger. First released on GitHub as "Clawdbot" in November 2025, later renamed to "Moltbot" and finally "OpenClaw" in January 2026, the project has since grown to over 200K GitHub stars and sparked a global wave of adoption. OpenClaw can be deployed locally on macOS/Windows, calls various AI models and APIs, and receives user instructions via WhatsApp, Telegram, Signal, Discord and other messaging platforms to autonomously handle tasks like scheduling, messaging, file management, and coding.
A key differentiator of OpenClaw is its persistent memory โ it stores configuration data and interaction history locally, enabling cross-session continuity. However, the design, security, and scalability of this memory system remain an active frontier for the community.
Awesome-OpenClaw-Memory is a curated collection dedicated to memory systems, architectures, and best practices within the OpenClaw ecosystem. This repository gathers research papers, open-source memory frameworks, and practical implementations relevant to enhancing OpenClaw's memory capabilities.
Whether you're extending OpenClaw's built-in local memory, integrating external frameworks like Mem0 or Zep, or researching agent memory security (e.g., memory poisoning attacks) โ this is your one-stop resource.
Our mission is to build the most comprehensive knowledge base for OpenClaw memory systems, serving both researchers exploring agent memory frontiers and practitioners deploying memory-enhanced OpenClaw agents in production. We aim to accelerate the development of OpenClaw's persistent memory capabilities โ from local interaction history to scalable, secure, cross-session knowledge management.
This repository focuses on memory mechanisms and system designs that extend or augment OpenClaw's cognitive capabilities, encompassing both theoretical research and engineering practices.
๐ Included Content (In Scope)
๐ Excluded Content (Out of Scope)
OpenClaw's Built-in Memory: OpenClaw stores configuration data and interaction history locally on the user's device, providing persistent memory across sessions. This local-first design ensures privacy but introduces challenges in scalability, retrieval accuracy, and memory management as interaction history grows.
Memory Layers:
Memory Challenges for OpenClaw:
Systems below are ordered by publication date:
| System | Time | Stars | GitHub & Website |
|---|---|---|---|
| Zep | 2023-05-19 | https://github.com/getzep/zephttps://www.getzep.com/ | |
| Agentmemory | 2023-07-07 | https://github.com/elizaOS/agentmemoryNo official website | |
| Cognee | 2023-10-09 | https://github.com/topoteretes/cogneehttps://www.cognee.ai/ | |
| Letta | 2023-10-26 | https://github.com/letta-ai/lettahttps://www.letta.com/ | |
| Supermemory | 2024-02-22 | https://github.com/supermemoryai/supermemoryhttps://supermemory.ai/ | |
| Memary | 2024-04-26 | https://github.com/kingjulio8238/MemaryNo official website | |
| Second-Me | 2024-06-26 | https://github.com/mindverse/Second-Me |
| Mem0 | 2024-07-11 | https://github.com/mem0ai/mem0https://mem0.ai/ |
| Memobase | 2024-10-05 | https://github.com/memodb-io/memobasehttps://www.memobase.io/ |
| LangMem | 2025-01-22 | https://github.com/langchain-ai/la |