agents that remember you between sessions, which setups actually do this well?
Summary
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.
Similar Articles
How are people handling long-term memory + replay/debugging for AI agents?
A developer discusses limitations in current AI agent memory systems and proposes a new memory layer tool with episode storage and replay debugging, seeking community validation.
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.
I kept losing agent memory between sessions, so I built a memory broker that isolates per-agent and survives restarts
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.
Agentmemory
Agentmemory offers persistent memory for AI models such as Codex, Hermes, OpenClaw, and Claude, allowing them to maintain long-term context across interactions.
Question: how should Hermes agents handle persistent memory across sessions?
A community discussion about how Hermes agents should handle persistent memory across sessions, exploring an external memory layer (8mem) and comparing memory-aware vs generic outputs.