diff --git a/README.md b/README.md index 45a372ed1..8684572a6 100644 --- a/README.md +++ b/README.md @@ -50,30 +50,42 @@ ๐Ÿ† Top-tier long-term memory + personalization
๐Ÿ’ฐ Saves 35.24% memory tokens
LoCoMo 75.80 โ€ข LongMemEval +40.43% โ€ข PrefEval-10 +2568% โ€ข PersonaMem +40.75% - +

-Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=github) + ---- + -
+ ## ๐Ÿฆž Enhanced OpenClaw with MemOS Plugin + ![](https://cdn.memtensor.com.cn/img/1770612303123_mnaisk_compressed.png) -- [**72% lower token usage**](https://x.com/MemOS_dev/status/2020854044583924111) โ€“ intelligent memory retrieval instead of loading full chat history -- [**Multi-agent memory sharing**](https://x.com/MemOS_dev/status/2020538135487062094) โ€“ multi-instance agents share memory via same user_id. Automatic context handoff. +๐Ÿฆž Your lobster now has a working memory system โ€” choose **Cloud** or **Local** to get started. + +### โ˜๏ธ Cloud Plugin โ€” Hosted Memory Service -๐Ÿฆž Your lobster now has a working memory system. +- [**72% lower token usage**](https://x.com/MemOS_dev/status/2020854044583924111) โ€” intelligent memory retrieval instead of loading full chat history +- [**Multi-agent memory sharing**](https://x.com/MemOS_dev/status/2020538135487062094) โ€” multi-instance agents share memory via same user_id, automatic context handoff Get your API key: [MemOS Dashboard](https://memos-dashboard.openmem.net/cn/login/) -Try it: Full tutorial โ†’ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin) +Full tutorial โ†’ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/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](https://memos-claw.openmem.net) ยท +๐Ÿ“– [Documentation](https://memos-claw.openmem.net/docs/index.html) ยท ๐Ÿ“ฆ [NPM](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin) ## ๐Ÿ“Œ MemOS: Memory Operating System for AI Agents @@ -92,6 +104,9 @@ Try it: Full tutorial โ†’ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTe ### 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](https://github.com/MemTensor/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.
@@ -283,6 +298,9 @@ Try it: Full tutorial โ†’ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTe - **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](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin) +- **MemOS Local OpenClaw Plugin** + 100% on-device memory plugin for OpenClaw with persistent local SQLite storage, hybrid search (FTS5 + vector), task summarization & skill evolution, multi-agent collaboration, and a full-featured Memory Viewer web dashboard. Zero cloud dependency, complete privacy. +- **Get started** ๐Ÿ‘‰ [memos-local-openclaw](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw) ยท **Install:** `openclaw plugins install @memtensor/memos-local-openclaw-plugin`
diff --git a/apps/memos-local-openclaw/README.md b/apps/memos-local-openclaw/README.md index 7778f8f83..01c8513eb 100644 --- a/apps/memos-local-openclaw/README.md +++ b/apps/memos-local-openclaw/README.md @@ -1,9 +1,16 @@ # ๐Ÿง  MemOS โ€” OpenClaw Memory Plugin +[![npm version](https://img.shields.io/npm/v/@memtensor/memos-local-openclaw-plugin)](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/MemTensor/MemOS/blob/main/LICENSE) +[![Node.js >= 18](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/) +[![GitHub](https://img.shields.io/badge/GitHub-Source-181717?logo=github)](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw) + Persistent local conversation memory for [OpenClaw](https://github.com/nicepkg/openclaw) AI Agents. Every conversation is automatically captured, semantically indexed, and instantly recallable โ€” with **task summarization & skill evolution**, and **multi-agent collaborative memory**. **Full-write | Hybrid Search | Task Summarization & Skill Evolution | Multi-Agent Collaboration | Memory Viewer** +> **Homepage:** [Website](https://memtensor.github.io/MemOS/apps/memos-local-openclaw/www/) ยท [Documentation](https://memtensor.github.io/MemOS/apps/memos-local-openclaw/docs/) ยท [NPM](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin) ยท [GitHub](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw) + ## Why MemOS | Problem | Solution | @@ -615,7 +622,7 @@ This section is for contributors who want to develop, test, or modify the plugin ### Clone & Setup ```bash -git clone https://github.com/tangbotony/MemOS.git +git clone https://github.com/MemTensor/MemOS.git cd MemOS/apps/memos-local-openclaw npm install ``` diff --git a/apps/memos-local-openclaw/package.json b/apps/memos-local-openclaw/package.json index 6f829a2fc..7ee152e49 100644 --- a/apps/memos-local-openclaw/package.json +++ b/apps/memos-local-openclaw/package.json @@ -1,6 +1,6 @@ { "name": "@memtensor/memos-local-openclaw-plugin", - "version": "0.3.20", + "version": "1.0.0", "description": "MemOS Local memory plugin for OpenClaw โ€” full-write, hybrid-recall, progressive retrieval", "type": "module", "main": "index.ts",