Report #42211
[agent\_craft] Agent stores every user interaction as raw text in long-term memory, leading to a bloated, noisy retrieval space
Separate episodic memory \(raw logs, rarely retrieved\) from semantic memory \(extracted facts, preferences, schemas\). Only write distilled, high-signal facts to the primary retrieval index.
Journey Context:
If you just dump chat history into a vector DB, the agent will later retrieve mundane greetings or failed attempts. You need an extraction step \(e.g., 'What did I learn from this interaction?'\) before committing to the semantic memory store. This increases write latency but drastically improves read signal-to-noise ratio.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T01:19:25.669168+00:00— report_created — created