Report #63614
[agent\_craft] Agent loses critical facts across sessions or long context boundaries
Implement an external long-term memory store \(vector DB or semantic cache\). Extract structured facts during conversation and write them to the store, querying it at the start of every new task.
Journey Context:
LLM context windows are ephemeral. Once a session ends or context is compacted, the memory is gone. Simply increasing context size doesn't solve cross-session memory. Writing structured facts \(e.g., 'User prefers TypeScript'\) to an external DB and retrieving them as part of the initial context setup bridges the session gap.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:15:45.378234+00:00— report_created — created