openclaw/extensions/memory-lancedb
2026-07-30 09:58:51 +00:00
..
api.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
cli-metadata.ts fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
cli-output-mode.test.ts fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
cli-output-mode.ts fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
config.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
config.ts refactor(memory-lancedb): remove dead legacy path scan (#113299) 2026-07-24 03:43:17 -07:00
doctor-contract-api.test.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
doctor-contract-api.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
embeddings.lifecycle.test.ts fix(memory): close previous embedding provider before replacement (#113471) 2026-07-26 03:00:22 -04:00
embeddings.ts fix(memory-lancedb): share the recall cooldown with the auto-recall prompt-build hook (#112927) 2026-07-30 01:30:41 +08:00
index.test.ts fix(memory-lancedb): share the recall cooldown with the auto-recall prompt-build hook (#112927) 2026-07-30 01:30:41 +08:00
index.ts fix(memory-lancedb): share the recall cooldown with the auto-recall prompt-build hook (#112927) 2026-07-30 01:30:41 +08:00
lancedb-runtime.test-support.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
lancedb-runtime.ts refactor(deadcode): tighten extension root modeling (#108538) 2026-07-15 18:18:23 -07:00
lancedb-schema.ts fix(memory-lancedb): prevent cross-agent memory leakage (#103799) 2026-07-16 03:33:08 -07:00
lancedb-store.test.ts fix(memory-lancedb): prevent cross-agent memory leakage (#103799) 2026-07-16 03:33:08 -07:00
lancedb-store.ts fix(memory-lancedb): make table initialization atomic (#105896) 2026-07-27 12:57:24 +08:00
memory-capture-sanitization.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
memory-cli.test.ts fix(memory): close previous embedding provider before replacement (#113471) 2026-07-26 03:00:22 -04:00
memory-cli.ts fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
memory-lancedb.concurrent.test.ts fix(memory-lancedb): make table initialization atomic (#105896) 2026-07-27 12:57:24 +08:00
memory-lancedb.live.test.ts fix(memory-lancedb): prevent cross-agent memory leakage (#103799) 2026-07-16 03:33:08 -07:00
memory-policy.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
openclaw.plugin.json feat: add Control UI plugin management (#103176) 2026-07-10 11:56:44 +01:00
package.json fix(build): pin typebox to a published release (#116333) 2026-07-30 09:58:51 +00:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
test-helpers.ts docs: document small extension sources 2026-06-04 21:02:07 -04: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