openclaw/extensions/memory-lancedb
2026-05-29 21:00:29 +01:00
..
api.ts
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
npm-shrinkwrap.json chore(release): prepare 2026.5.28 2026-05-28 01:48:07 +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): prepare 2026.5.28 2026-05-28 01:48:07 +01:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
test-helpers.ts
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