Engram: Hybrid Memory Plugin for OpenClaw Agents — Vector + Semantic Search with Decay

Engram is a memory plugin for OpenClaw agents that adds persistent, hybrid recall between sessions. Originally built as a hybrid memory system combining vector and semantic search with a memory decay architecture, it was broken by a recent OpenClaw update. Now fixed and released on GitHub under the name Engram (the biometric trace that enables memory).
How It Works
Engram backs agent memory with two stores:
- SQLite + FTS5 for exact, structured recall and full-text search over fact text.
- LanceDB for fuzzy semantic search over embeddings.
The two are queried together in a hybrid recall that returns both structured key/value facts and semantically similar vectors.
Features
- Hybrid recall: structured key/value facts + semantic vector search, queried together.
- FTS5 full-text search over fact text.
- Categories:
preference,fact,decision,entity,other. - Decay classes:
permanent,stable,active,session,checkpointwith confidence decay. - Auto-capture / auto-recall hooks (configurable).
- Local-first: memory stays on your machine.
- Embeddings via OpenAI (
text-embedding-3-smallortext-embedding-3-large).
Who It's For
Developers running OpenClaw agents who need persistent, intelligent memory that survives restarts and can distinguish between session and permanent knowledge.
Get It
Star the repo on GitHub at nanoflow-io/engram.
📖 Read the full source: r/clawdbot
👀 See Also

Chrome Skills: Save and Reuse AI Prompts as One-Click Tools
Google's Chrome Skills feature lets users save AI prompts as reusable workflows that run with a single click on any webpage. Skills can be accessed by typing forward slash (/) or clicking the plus sign (+) in Gemini in Chrome.

RUNE Protocol: Save AI Session Memory Across Platforms
RUNE (Relational User Notation for Entities) is an open-source protocol that saves your AI relationship to an encrypted .rune file, solving the cold-start problem where AI assistants forget you between sessions. Created with Claude Opus 4.6, it works across Claude and GPT platforms.

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.

Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management
Manifest router now supports ZAI subscriptions, allowing all ZAI models to appear in routing tiers with automatic model selection per request. The tool is in beta, free, open source, and includes a dashboard for tracking costs per agent, message, and model.