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

Artificial-life: A 300-line Python reproduction of Computational Life research
A Python implementation reproducing the Computational Life paper, where 240x135 grid of Brainfuck-like programs interact and evolve self-replicating code through random pairing and instruction tape concatenation.

Cowork Chrome Extension Automates Personal Data Removal from Data Brokers
A Reddit user reports that using the Cowork Chrome extension with a Gmail connection automated filling forms, writing emails, and verifying removal requests to delete personal data from major data providers in just a few hours.

Zeude: Self-Hosted Monitoring Dashboard for Claude Code and OpenAI Codex
Zeude is a self-hosted dashboard that tracks Claude Code and OpenAI Codex usage, providing per-prompt token and cost breakdowns, weekly leaderboards, and team skill management. Version 1.0.0 adds Windows support, Codex integration, and per-user skill opt-out.

Qwen 3.6 27B with MTP on V100 32GB: 54 t/s via llama.cpp Branch
am17an's MTP branch of llama.cc runs Qwen 3.6 27B at 54 t/s on V100 32GB via PCIe adapter, dropping to 29-30 t/s without MTP.