From 8303f25906f4c1ae631486af62224ce3579a83ac Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 07:16:59 +0800
Subject: [PATCH] 优化三层记忆管理每日总结的 session 聚合能力

---
 openclaw.json |   26 +-------------------------
 1 files changed, 1 insertions(+), 25 deletions(-)

diff --git a/openclaw.json b/openclaw.json
index 6928b52..697713c 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -180,31 +180,7 @@
       ]
     }
   },
-  "memory": {
-    "backend": "qmd",
-    "citations": "auto",
-    "qmd": {
-      "command": "qmd",
-      "searchMode": "query",
-      "includeDefaultMemory": true,
-      "update": {
-        "interval": "5m",
-        "debounceMs": 15000,
-        "onBoot": true,
-        "waitForBootSync": false
-      },
-      "limits": {
-        "maxResults": 6,
-        "maxSnippetChars": 500,
-        "maxInjectedChars": 2000,
-        "timeoutMs": 12000
-      },
-      "scope": {
-        "default": "allow",
-        "rules": []
-      }
-    }
-  },
+
   "skills": {
     "entries": {
       "1password": {

--
Gitblit v1.9.1