openclaw/extensions/memory-lancedb
2026-05-30 06:49:13 +01:00
..
api.ts refactor: tighten plugin runtime sdk boundaries 2026-04-27 14:15:53 +01:00
cli-metadata.ts Fix memory plugin CLI help dispatch (#83841) 2026-05-18 20:35:55 -05:00
config.test.ts fix(memory): validate non-finite lancedb numeric config 2026-05-28 23:22:32 -04:00
config.ts fix(memory): validate non-finite lancedb numeric config 2026-05-28 23:22:32 -04:00
index.test.ts test(memory-lancedb): stabilize aggregate mocks 2026-05-29 13:09:30 +02:00
index.ts fix(memory-lancedb): centralize cli integer parsing 2026-05-29 06:24:22 -04:00
lancedb-runtime.ts chore(lint): remove underscore-dangle allow list (#83542) 2026-05-18 14:56:06 +01:00
memory-lancedb.live.test.ts test: share lancedb temp fixtures 2026-04-20 21:52:13 +01:00
npm-shrinkwrap.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
openclaw.plugin.json fix(memory): validate non-finite lancedb numeric config 2026-05-28 23:22:32 -04:00
package.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
test-helpers.ts test(extensions): fix shared test helper contracts 2026-04-20 21:56:17 +01:00
tsconfig.json

@openclaw/memory-lancedb

Official LanceDB-backed long-term memory plugin for OpenClaw.

This plugin adds persistent memory tools backed by LanceDB, vector search, auto-recall, and auto-capture.

Install

openclaw plugins install @openclaw/memory-lancedb

Restart the Gateway after installing or updating the plugin.

What it provides

  • memory_store
  • memory_recall
  • memory_forget
  • LanceDB vector storage and hybrid memory retrieval.

Configure

Use the memory plugin docs for embedding provider setup, storage paths, indexing, and recall behavior:

Package

  • Plugin id: memory-lancedb
  • Package: @openclaw/memory-lancedb
  • Minimum OpenClaw host: 2026.4.10