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

Claudeck: Browser UI for Claude Code with Agents, Cost Tracking, and Plugin System
Claudeck is a browser-based UI that wraps the Claude Code SDK, featuring autonomous agent orchestration, cost tracking, git worktree isolation, persistent memory, and a plugin system. Install with npx claudeck@latest.

UIUC AI Teaching Assistant Runs 11 Models in Parallel for Sub-2s Responses
UIUC's AI TA chatbot runs 11 models in parallel for text/image retrieval, generation, moderation and ranking, achieving median 2-second response time. Open source with Pinecone RAG and RLHF dataset.
Give Your OpenClaw Agent a Phone: Open Source Plugin for Voice Calls
A developer open-sourced a plugin that lets OpenClaw make phone calls. Unlike $20/mo SaaS alternatives, this is free and self-hosted.

Open-source Gmail MCP server adds multi-account support and write access
An open-source MCP server enables Claude AI to connect to multiple Gmail accounts with full read/write capabilities, including archiving, labeling, and auto-unsubscribe functionality. It supports Gmail search syntax and can be deployed to Railway in 5 minutes or self-hosted.