Persistent memory for Pi agents — one local-or-cloud brain shared across sessions, compactions, and MCP agents
Engram server: ingest agent session events, persist via a pluggable adapter, expose search.
Interactive SDD model selection and profile management for opencode
Cognitive memory engine for AI agents — episodic, semantic, procedural memory with consolidation
EngramMCP — local-first semantic memory layer for AI agents
Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.
Host SDK for engram. Records agent session steps and ships them to an engram server.
SQLite storage adapter for Engram — zero-config local memory with vector search and FTS5
PostgREST storage adapter for Engram — works against Supabase, self-hosted Postgres + PostgREST, or any PostgREST-compatible deployment. pgvector + full-text search.
OpenAI intelligence adapter for Engram — embeddings, summarization, entity extraction, cross-encoder reranking
Neo4j neural graph adapter for Engram — spreading activation, community detection, engram cells
PLUR CLI — persistent memory for AI agents from the command line
Import WeClone-preprocessed chat exports to bootstrap Remnic memory
DEPRECATED — renamed to @engram-mem/postgrest. This package is a thin re-export shim and will be removed in v0.5.0. See README.
OpenClaw plugin for Engram — persistent cross-session memory for OpenClaw AI agents
Official TypeScript client for Engram — durable, explainable memory for AI agents.
Local cross-encoder reranker for Engram — runs mxbai-rerank-v1 via ONNX Runtime (no API calls)
MCP server for Engram memory — recall, ingest, forget, timeline, overview tools for Claude Code and any MCP client
OpenAI-compatible proxy adding Remnic persistent memory to WeClone avatars
Benchmark harness for Engram — LoCoMo and LongMemEval evaluation with comparison mode
AI-native dual-graph knowledge representation — build, query, and persist typed knowledge graphs in-process.
Universal memory layer for AI agents. Remember, recall, consolidate.
Isomorphic storage client for Supabase.
Simple key-value storage with support for multiple backends
SQLite storage with FTS5
SQLite + FTS5 storage for engram v2