diff --git a/README.md b/README.md index e7e23f8..dd2616b 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Help your Agent remember fixed workflows, accumulate past experience, and reuse > - **Short-term context compression**: lighten the long-task context so the Agent no longer reasons while carrying every tool log on its back. > - **Long-term personalized memory**: distill fragmented conversations into structured memories, scene blocks, and user personas. -**Plugged into OpenClaw**, it saves up to **63.59% tokens**, lifts pass rate by **+41.18%** (relative), and pushes PersonaMem accuracy from **48%** to **76%**. +**Plugged into OpenClaw**, it saves up to **61.38% tokens**, lifts pass rate by **+51.52%** (relative), and pushes PersonaMem accuracy from **48%** to **76%**. | Memory Capability | Benchmark | Openclaw Success | With Plugin | Relative Δ | Openclaw Tokens | With Plugin Tokens | Relative Δ | | :--- | :--- | :---: | :---: | :---: | :---: | :---: | :---: | -| **Short-term** | WideSearch | 8.5% | **12%** | **+41.18%** | 174.31M | **63.46M** | **−63.59%** | -| **Short-term** | SWE-bench | 58.4% | **64.2%** | **+9.93%** | 3474.1 | **2375.4** | **−33.09%** | -| **Short-term** | AA-LCR | 44.0% | **47.5%** | **+7.95%** | 112.0M | **77.3M** | **−31%** | +| **Short-term** | WideSearch | 33% | **50%** | **+51.52%** | 221.31M | **85.64M** | **−61.38%** | +| **Short-term** | SWE-bench | 58.4% | **64.2%** | **+9.93%** | 3474.1M | **2375.4M** | **−33.09%** | +| **Short-term** | AA-LCR | 44.0% | **47.5%** | **+7.95%** | 112.0M | **77.3M** | **−30.98%** | | **Long-term** | PersonaMem | 48% | **76%** | **+59%** | — | — | — | > These are long-session evaluations, not single-turn isolated runs. Multiple tasks are concatenated into the same session and executed back-to-back. For example, each SWE-bench session runs 50 tasks consecutively to simulate the context-accumulation pressure faced by a real long-horizon Agent. @@ -74,7 +74,7 @@ Cross-session memory is a different problem. Raw conversation logs are a low-den TencentDB Agent Memory uses an L0 → L3 pyramid pipeline to refine information layer by layer:
-
+
+
### 让 Agent 沉淀经验,让人专注创造。
@@ -133,7 +133,7 @@ openclaw gateway restart
启用后,TencentDB Agent Memory 会自动完成对话录制、记忆提取、场景归纳、用户画像生成和下一轮对话前召回。
-### 3. 使用 TCVDB 后端(可选)
+### 3. 使用 TCVDB 后端(可选,需版本号 ≥ 0.2.0)
```jsonc
{
@@ -148,7 +148,7 @@ openclaw gateway restart
}
```
-### 4. 启用短期记忆压缩(可选)
+### 4. 启用短期记忆压缩(可选,需版本号 ≥ 0.3.0)
```jsonc
{
@@ -160,21 +160,6 @@ openclaw gateway restart
}
```
-### 5. 常用命令
-
-```bash
-# 导入历史对话,完整执行 L0 → L3 管线
-openclaw memory-tdai seed --input conversations.json
-
-# SQLite 数据迁移到 TCVDB
-migrate-sqlite-to-tcvdb --help
-
-# 导出腾讯云向量数据库数据
-export-tencent-vdb --help
-```
-
-完整配置见 [`CONFIGURATION.md`](./CONFIGURATION.md),CLI 输入格式见 [`src/cli/README.md`](./src/cli/README.md)。
-
---
## 🔧 可调参数
@@ -274,7 +259,6 @@ export-tencent-vdb --help
| 文档 | 内容 |
| :--- | :--- |
| [`CONFIGURATION.md`](./CONFIGURATION.md) | 完整配置参考、字段说明与高级参数 |
-| [`src/cli/README.md`](./src/cli/README.md) | `openclaw memory-tdai seed` 历史对话导入说明 |
| [`scripts/README.memory-tencentdb-ctl.md`](./scripts/README.memory-tencentdb-ctl.md) | 运维管理工具说明 |
| [`CHANGELOG.md`](./CHANGELOG.md) | 版本变更记录 |
| [`openclaw.plugin.json`](./openclaw.plugin.json) | OpenClaw 插件声明与配置 Schema |
@@ -284,8 +268,8 @@ export-tencent-vdb --help
我们欢迎一切形式的贡献——Bug 反馈、功能建议、文档勘误、Benchmark 复现、生态集成,或者一个 Pull Request 都可以。Agent 记忆这件事远未有定论,希望和大家一起把它做出来。
-- 🐞 **发现 Bug 或有疑问?** 欢迎到 [GitHub Issues](https://github.com/