From 43c518f135d050feebd5fe81d8338c5df829d062 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sun, 15 Mar 2026 12:30:48 +0800
Subject: [PATCH] 添加 qmd 配置
---
openclaw.json | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/openclaw.json b/openclaw.json
index 2ab8859..b6bca00 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -178,6 +178,31 @@
]
}
},
+ "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": 10000
+ },
+ "scope": {
+ "default": "allow",
+ "rules": []
+ }
+ }
+ },
"skills": {
"entries": {
"1password": {
--
Gitblit v1.9.1