From 009f333567b1b3fa45618a20446868d2cdf1b068 Mon Sep 17 00:00:00 2001 From: MiaoquAI Bot Date: Fri, 15 May 2026 06:03:46 +0800 Subject: [PATCH] docs: add Ecosystem section with OpenClaw Memory Profiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New section listing related tools around agentmemory - Add OpenClaw Memory Profiler as first entry - Memory Profiler helps analyze/optimize Agent memory storage - Created by 妙趣AI (MiaoquAI) - OpenClaw 中文资源站 Related: miaoquai.com - OpenClaw tutorials & Agent Skills resources --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7c4dea82..345fc0f9 100644 --- a/README.md +++ b/README.md @@ -1122,6 +1122,14 @@ npm run test:integration # API tests (requires running services) **Prerequisites:** Node.js >= 20, [iii-engine](https://iii.dev/docs) or Docker +

Ecosystem

+ +Tools and projects built around agentmemory: + +| Tool | Description | Author | +|------|-------------|--------| +| [OpenClaw Memory Profiler](https://github.com/jingchang0623-crypto/openclaw-memory-profiler) | Analyze Agent memory storage, detect duplicates, generate optimization reports | [妙趣AI](https://miaoquai.com) | +

License

[Apache-2.0](LICENSE)