mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
[good first issue] docs: recommend exact version install for OpenClaw (#144)
* docs(openclaw): recommend exact version install Signed-off-by: yangjj-iso <3202137046@qq.com> * Revise OpenClaw plugin installation instructions Updated installation instructions for OpenClaw plugin to remove version specification and added upgrade command. * Revise TencentDB memory plugin installation instructions Updated installation instructions for the TencentDB memory plugin to remove the specific version and added a note on using the OpenClaw command for upgrades. --------- Signed-off-by: yangjj-iso <3202137046@qq.com> Co-authored-by: 十五便士 <95488710+Maxwell-Code07@users.noreply.github.com>
This commit is contained in:
@@ -143,6 +143,11 @@ openclaw plugins install @tencentdb-agent-memory/memory-tencentdb
|
||||
openclaw gateway restart
|
||||
```
|
||||
|
||||
> 升级插件请优先使用 OpenClaw 原生更新命令,该方式可以避免因语义化版本范围导致插件禁用:
|
||||
> ```bash
|
||||
> openclaw plugins update @tencentdb-agent-memory/memory-tencentdb
|
||||
> ```
|
||||
|
||||
### 1.2 零配置启用
|
||||
|
||||
默认使用本地 `SQLite + sqlite-vec` 后端。
|
||||
|
||||
Reference in New Issue
Block a user