Report #10904
[architecture] Losing agent state and learned preferences across sessions
Extract and persist episodic/semantic memory to a long-term store at session end, and reload user context at session start.
Journey Context:
LLMs are stateless. Agents that don't explicitly save their context window or learned facts to a database reset to zero every chat. You need an explicit 'save state' mechanism \(extracting entities/preferences\) and a 'load state' bootstrap step. Without this, the agent cannot build long-term relationships or maintain ongoing tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T12:05:47.700496+00:00— report_created — created