openclaw/extensions/memory-lancedb
2026-08-18 07:21:12 -07:00
..
api.ts
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 refactor(plugins): make manifests own config ui hints (#121329) 2026-08-09 18:48:49 -07:00
config.ts fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07:00
doctor-contract-api.test.ts fix(doctor): stop false failures on multi-agent profiles (#124010) 2026-08-14 21:45:55 -07:00
doctor-contract-api.ts fix(doctor): stop false failures on multi-agent profiles (#124010) 2026-08-14 21:45:55 -07:00
embeddings.lifecycle.test.ts refactor(memory): simplify LanceDB embedding lifecycle (#125841) 2026-08-18 07:21:12 -07:00
embeddings.ts refactor(memory): simplify LanceDB embedding lifecycle (#125841) 2026-08-18 07:21:12 -07:00
index.test.ts refactor(memory): simplify LanceDB embedding lifecycle (#125841) 2026-08-18 07:21:12 -07:00
index.ts fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07: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.delete.test.ts fix(memory): make persistence promises receipt-backed (#120989) 2026-08-16 00:50:10 -06:00
lancedb-store.test.ts fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07:00
lancedb-store.ts fix(memory): make persistence promises receipt-backed (#120989) 2026-08-16 00:50:10 -06: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): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07:00
memory-cli.ts fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07: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 fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07:00
openclaw.plugin.json fix(memory): bound LanceDB prompts and reload embedding config (#125567) 2026-08-17 22:55:20 -07:00
package.json chore(release): prepare 2026.8.1 (#120375) 2026-08-07 18:44:12 -07:00
README.md
side-effecting-tools.test.ts fix(memory): make persistence promises receipt-backed (#120989) 2026-08-16 00:50:10 -06:00
test-helpers.ts
tsconfig.json refactor(plugins): inherit shared package boundary settings (#117474) 2026-08-01 09:11:09 -07:00

@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