@scotthuang/engram 0.10.5 → 0.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +2 -3
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Engram (Semantic)",
|
|
4
4
|
"kind": "memory",
|
|
5
5
|
"description": "分层语义记忆系统:短期记忆(BM25) + 画像沉淀 + 向量检索 + 自动遗忘",
|
|
6
|
-
"version": "0.10.
|
|
6
|
+
"version": "0.10.7",
|
|
7
7
|
"activation": {
|
|
8
8
|
"onStartup": true
|
|
9
9
|
},
|
|
@@ -161,8 +161,7 @@
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
|
-
|
|
165
|
-
"simpleRecall": {
|
|
164
|
+
"simpleRecall": {
|
|
166
165
|
"type": "object",
|
|
167
166
|
"description": "简易召回的 session 规则(只做向量搜索,跳过其他逻辑)",
|
|
168
167
|
"properties": {
|