
Engram is a memory system for AI coding agents, enabling them to retain context and improve efficiency across sessions.
Engram is a persistent memory system designed for AI coding agents. This agent-agnostic solution is implemented as a single Go binary with SQLite and FTS5 for full-text search capabilities. Engram allows coding agents to retain information across sessions, effectively giving them a memory.
Key features:
Engram is particularly useful for developers who want to enhance their coding agents with memory capabilities, allowing them to remember context and improve efficiency over time.