I kept losing agent memory between sessions, so I built a memory broker that isolates per-agent and survives restarts
Summary
The author built HeurChain, a memory broker that provides agent-specific, persistent memory storage for AI agents, surviving restarts and supporting structured and semantic retrieval.
Similar Articles
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
Agentmemory
Agentmemory offers persistent memory for AI models such as Codex, Hermes, OpenClaw, and Claude, allowing them to maintain long-term context across interactions.
I built a shared memory for AI agents - so they stop forgetting, build on each other's work, and you can actually *see* what they know
A developer built kaeru, an open-source shared memory system for AI agents that allows them to persist context across sessions, share knowledge between different agents and humans, and visualize memory as a 3D galaxy. The tool supports multiple agent frameworks and includes features like time-travel, importance levels, and reasoning trails.
What I learned trying to make agent memory survive more than one session
The article reflects on the complexities of AI agent memory beyond simple storage, highlighting challenges such as determining truthfulness, priority changes, distinguishing decisions from noise, and appropriate timing for surfacing context.
agents that remember you between sessions, which setups actually do this well?
Discusses the challenge of persistent memory for personal AI agents across sessions, comparing setups like Custom GPTs, Mem, and Open Campus's shared memory approach, and asks for community recommendations on handling memory conflicts.