Agent Plugin

OpenClaw Memory LanceDB
Provides persistent LanceDB memory with vector retrieval, automatic recall, capture, and explicit forgetting.
What is OpenClaw Memory LanceDB?
Memory LanceDB is OpenClaw's official external long-term memory plugin. It stores durable memories in a local LanceDB-backed index, exposes tools for storage, recall, and deletion, and can automatically surface relevant context before a model response. Embedding provider, storage location, indexing, capture, and recall behavior remain explicit configuration choices rather than hidden application state.
Key capabilities
Persistent vector store
Keeps durable agent memories in a LanceDB-backed local index.
Hybrid retrieval
Combines vector-backed memory lookup with the plugin's retrieval behavior.
Explicit lifecycle tools
Provides memory_store, memory_recall, and memory_forget operations.
Use cases
Preference continuity
Recall stable user or project preferences across separate sessions.
Project decisions
Retrieve earlier constraints and decisions when related work returns.
Local memory control
Keep the memory store under operator-controlled storage and embedding settings.
Included components
Hooks
Automatic Recall
Retrieves relevant stored memories before a model response.
Automatic Capture
Captures configured durable context after eligible interactions.
Installation scope
- OpenClaw 2026.4.10 or newer
- A configured embedding provider
- A writable LanceDB storage path
- A gateway restart after installation or updates
