memory-lancedb-pro: OpenClaw AI Memory Plugin
memory-lancedb-pro: Give Your OpenClaw Agents a Brain That Remembers
Most AI agents suffer from amnesia โ they forget everything between sessions. memory-lancedb-pro changes that with production-grade long-term memory for OpenClaw agents.
๐ Why You Need This
Without memory: Every chat starts from zero. "Use tabs, not spaces" โ next session: "I told you TABS!" ๐ค
With memory-lancedb-pro: Agent auto-recalls your preferences, past decisions, and project context:
You: "PostgreSQL over MongoDB?"
Agent: "Feb 12 discussion: PostgreSQL chosen for [reasons]..." โ
โจ Core Features
1. Smart Auto-Capture
- LLM-powered 6-category extraction: profiles, preferences, entities, events, cases, patterns
- L0/L1/L2 layered storage with two-stage deduplication
- Triggers after 2+ messages, no manual
memory_storeneeded
2. Hybrid Retrieval Engine
Query โ [Vector Search + BM25 FTS] โ Cross-Encoder Rerank โ Weibull Decay โ Filter
3. Production Ready
- Multi-scope isolation: global, agent:, project:, user:
- Any OpenAI-compatible embedding (Jina, OpenAI, Ollama, Gemini)
- Full CLI: list/search/stats/delete/export/import/upgrade
- One-click setup script handles upgrades, repairs, config validation
๐ ๏ธ One-Click Install (Recommended)
curl -fsSL https://raw.githubusercontent.com/CortexReach/toolbox/main/memory-lancedb-pro-setup/setup-memory.sh -o setup-memory.sh
bash setup-memory.sh
Or via OpenClaw CLI:
openclaw plugins install memory-lancedb-pro@beta
โ๏ธ Quick Config (add to openclaw.json)
{
"plugins": {
"slots": { "memory": "memory-lancedb-pro" },
"entries": {
"memory-lancedb-pro": {
"config": {
"embedding": {
"provider": "openai-compatible",
"apiKey": "${OPENAI_API_KEY}",
"model": "text-embedding-3-small"
},
"autoCapture": true,
"autoRecall": true,
"smartExtraction": true
}
}
}
}
}
Restart: openclaw gateway restart
๐ฏ Pro Features (v1.1.0-beta.10)
โ OpenClaw 2026.3+ native hook support โ Smart extraction with 6 semantic categories โ Lifecycle decay โ important memories persist longer โ Multi-provider reranking (Jina, SiliconFlow free tier) โ OAuth auth for LLM extraction โ /lesson skill integration
๐ Compared to Built-in memory-lancedb
| Feature | Built-in | Pro |
|---|---|---|
| Hybrid retrieval | โ | โ |
| Cross-encoder rerank | โ | โ |
| Smart extraction | โ | โ |
| Multi-scope | โ | โ |
| Management CLI | โ | โ |
๐ Multi-Language Docs
English | ็ฎไฝไธญๆ | ๆฅๆฌ่ช | Franรงais | Espaรฑol | Deutsch...
๐ Get Started Today
Star the repo: https://github.com/CortexReach/memory-lancedb-pro
Install: bash setup-memory.sh
Watch demo: YouTube
Your agents will thank you โ with memories that actually stick. ๐ง โจ