@xdarkicex/openclaw-memory-libravdb 1.9.6 → 1.9.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 +5 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "libravdb-memory",
|
|
3
3
|
"name": "LibraVDB Memory",
|
|
4
4
|
"description": "Persistent vector memory with three-tier hybrid scoring",
|
|
5
|
-
"version": "1.9.
|
|
5
|
+
"version": "1.9.7",
|
|
6
6
|
"kind": [
|
|
7
7
|
"memory",
|
|
8
8
|
"context-engine"
|
|
@@ -181,6 +181,10 @@
|
|
|
181
181
|
"beforeTurnTimeoutMs": {
|
|
182
182
|
"type": "number"
|
|
183
183
|
},
|
|
184
|
+
"assembleTimeoutMs": {
|
|
185
|
+
"type": "number",
|
|
186
|
+
"description": "Timeout in milliseconds for the AssembleContextInternal gRPC call. Default: 30000"
|
|
187
|
+
},
|
|
184
188
|
"beforeTurnMaxMemories": {
|
|
185
189
|
"type": "number"
|
|
186
190
|
},
|