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_store needed

2. Hybrid Retrieval Engine

Query โ†’ [Vector Search + BM25 FTS] โ†’ Cross-Encoder Rerank โ†’ Weibull Decay โ†’ Filter
- Vector + BM25 fusion (configurable weights) - Jina/SiliconFlow/Voyage cross-encoder reranking - Weibull decay + access frequency reinforcement - 3-tier system: Core โ†” Working โ†” Peripheral

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
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. ๐Ÿง โœจ

Original Article: View Original

Share this article