Report #15800
[architecture] Agent fails to recall the exact sequence of debugging steps from a previous session
Store episodic memory \(timestamped action/observation pairs\) separately from semantic memory \(facts about the codebase\). Retrieve episodic memory via time-window queries, and semantic memory via similarity search.
Journey Context:
Vector DBs are great for semantic facts \('where is the auth module?'\) but terrible for temporal sequences \('what did I try yesterday to fix the auth bug?'\). Flattening sequences into chunks destroys temporal ordering. Episodic memory preserves the trajectory, enabling agents to learn from past action sequences.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T01:09:25.286400+00:00— report_created — created