From 97a2ebaec44768007ab6e7604754cd70ab378f30 Mon Sep 17 00:00:00 2001 From: xiaohuisu <564970381@qq.com> Date: Thu, 5 Feb 2026 15:01:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=83=20docs::=20add=20MemOS=20Cloud?= =?UTF-8?q?=20OpenClaw=20Plugin=20to=20Resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe9d04ea1..75e673dbd 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,9 @@ Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=g - **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](https://github.com/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](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin)
From 56ada232e8daf064b5f2129cfb0acf0852d4eed5 Mon Sep 17 00:00:00 2001 From: harvey_xiang Date: Fri, 6 Feb 2026 18:02:49 +0800 Subject: [PATCH 2/2] feat: test format --- src/memos/api/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memos/api/client.py b/src/memos/api/client.py index 91bc86829..a8dad5f21 100644 --- a/src/memos/api/client.py +++ b/src/memos/api/client.py @@ -56,7 +56,7 @@ def get_message( message_limit_number: int = 6, source: str | None = None, ) -> MemOSGetMessagesResponse | None: - """Get messages""" + """Get message""" # Validate required parameters self._validate_required_params(user_id=user_id)