openclaw/extensions/memory-lancedb
Momo 16d2b7e467
fix(memory-lancedb): make table initialization atomic (#105896)
* fix(memory-lancedb): make table init atomic

# Conflicts:
#	extensions/memory-lancedb/index.ts

* fix(memory-lancedb): stabilize concurrent table init
2026-07-27 12:57:24 +08:00
..
api.ts
cli-metadata.ts
config.test.ts
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): close previous embedding provider before replacement (#113471) 2026-07-26 03:00:22 -04:00
index.test.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
index.ts fix(memory): close previous embedding provider before replacement (#113471) 2026-07-26 03:00:22 -04: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(memory): close previous embedding provider before replacement (#113471) 2026-07-26 03:00:22 -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 chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
README.md
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