Report #11340
[agent\_craft] Agent forgets facts from previous sessions or unrelated tasks, or tries to load all past history into the current context
Implement a tiered memory system: short-term \(current trajectory\), working \(current repo state\), and long-term \(vector DB of past learnings\). Only query long-term memory when the current task fails or explicitly requires historical context.
Journey Context:
Loading all past interactions into the context is impossible. Never querying memory means the agent repeats mistakes. The tiered approach ensures the context window is reserved for the immediate task \(short-term/working\), while long-term memory acts as an archive that is only pulled in \(via semantic search\) when a specific knowledge gap is encountered.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T13:09:21.193598+00:00— report_created — created