@openclaw/memory-lancedb 2026.9.3 → 2026.9.5
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/README.md +5 -2
- package/assets/activity/memory_forget.svg +4 -0
- package/assets/activity/memory_store.svg +4 -0
- package/assets/activity.svg +4 -0
- package/assets/icon.png +0 -0
- package/dist/{dist-BsS9bYPg.js → .setup/dist-DQC6YpsS.mjs} +953 -362
- package/dist/doctor-contract-api.js +2 -2
- package/dist/embeddings.js +7 -1
- package/dist/index.js +2 -0
- package/dist/lancedb-runtime.js +17 -27
- package/dist/lancedb-store.js +4 -1
- package/openclaw.plugin.json +33 -0
- package/package.json +19 -15
- /package/dist/{rolldown-runtime-BMI-E3GI.js → .setup/rolldown-runtime-BMI-E3GI.mjs} +0 -0
package/README.md
CHANGED
|
@@ -23,10 +23,13 @@ Restart the Gateway after installing or updating the plugin.
|
|
|
23
23
|
|
|
24
24
|
Use the memory plugin docs for embedding provider setup, storage paths, indexing, and recall behavior:
|
|
25
25
|
|
|
26
|
-
- https://docs.openclaw.ai/plugins/memory-lancedb
|
|
26
|
+
- <https://docs.openclaw.ai/plugins/memory-lancedb>
|
|
27
27
|
|
|
28
28
|
## Package
|
|
29
29
|
|
|
30
30
|
- Plugin id: `memory-lancedb`
|
|
31
31
|
- Package: `@openclaw/memory-lancedb`
|
|
32
|
-
-
|
|
32
|
+
- Enforced minimum OpenClaw host (`openclaw.install.minHostVersion`): `>=2026.5.31`
|
|
33
|
+
- Enforced plugin API compatibility (`openclaw.compat.pluginApi`): `>=2026.9.3`
|
|
34
|
+
|
|
35
|
+
The installer checks these ranges independently. Both must be satisfied.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.8 5.6A8.5 8.5 0 1 0 18.8 18.4 M15.8 8.7a4.3 4.3 0 1 0 0 6.6 M17.5 12H22" />
|
|
3
|
+
<path fill="currentColor" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.65 12a1.35 1.35 0 1 0 2.7 0a1.35 1.35 0 1 0 -2.7 0Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.8 5.6A8.5 8.5 0 1 0 18.8 18.4 M15.8 8.7a4.3 4.3 0 1 0 0 6.6 M17.5 12H22M19.75 9.75v4.5" />
|
|
3
|
+
<path fill="currentColor" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.65 12a1.35 1.35 0 1 0 2.7 0a1.35 1.35 0 1 0 -2.7 0Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.8 5.6A8.5 8.5 0 1 0 18.8 18.4 M15.8 8.7a4.3 4.3 0 1 0 0 6.6" />
|
|
3
|
+
<path fill="currentColor" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.65 12a1.35 1.35 0 1 0 2.7 0a1.35 1.35 0 1 0 -2.7 0Z" />
|
|
4
|
+
</svg>
|
package/assets/icon.png
ADDED
|
Binary file
|