From 37a5e853dea552f67fbe770b7598fb60f8af410c Mon Sep 17 00:00:00 2001 From: chrishuan Date: Tue, 12 May 2026 15:27:35 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README_CN.md b/README_CN.md index 875cadd..9a89d7c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -104,7 +104,7 @@ openclaw gateway restart 启用后,TencentDB Agent Memory 会自动完成对话录制、记忆提取、场景归纳、用户画像生成和下一轮对话前召回。 -### 3. 使用 TCVDB 后端(可选) +### 3. 使用 TCVDB 后端(可选,需版本号≥0.2.0) ```jsonc { @@ -119,7 +119,8 @@ openclaw gateway restart } ``` -### 4. 启用短期记忆压缩(可选) +### 4. 启用短期记忆压缩(可选,需版本号≥0.3.0) + ```jsonc { @@ -331,4 +332,4 @@ TencentDB Agent Memory 的核心不是“多存一点”,而是**把信息按 -[MIT](./LICENSE) © TencentDB Agent Memory Team \ No newline at end of file +[MIT](./LICENSE) © TencentDB Agent Memory Team