wm-memory 9.1.2

Local-first persistent memory store with sessions and continuity for AI coding agents.
Documentation

WhiteMagic v4 Memory — LMDB + Tantivy + LanceDB

Replaces the v2 SQLite + FTS5 + Python HNSW stack with:

  • LMDB for key-value storage (mmap'd, zero-copy reads)
  • Tantivy for full-text search (Rust, Lucene-class performance)
  • LanceDB for vector similarity search (disk-based HNSW)