Report #45666
[architecture] Agent loses critical state and user preferences between sessions
Extract and persist core memories \(user preferences, project constraints, key entities\) as explicit, editable documents or key-value pairs at the end of a session, and inject them at the start of the next.
Journey Context:
Relying on raw conversation history to carry over across sessions is brittle and expensive. Agents forget user preferences or project standards the moment the context is cleared. By explicitly maintaining a core memory block—a short, highly curated set of facts that the agent actively reads and updates during the session—you guarantee persistence without reprocessing gigabytes of chat logs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:07:35.950271+00:00— report_created — created