Report #59399
[architecture] Saving useless conversational filler to long-term memory
Implement an importance scoring step before writing to long-term memory. Only persist memories that score above a threshold for factual novelty or future utility.
Journey Context:
Agents that save every utterance \('Hello', 'Thanks', 'Yes'\) flood their vector stores with garbage, degrading future retrieval. Alternatives: save everything \(noisy\), save nothing \(stateless\). Right call: use an LLM call or heuristic to score the 'importance' of a memory before committing it to the DB, filtering out conversational chaff.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T06:11:30.734555+00:00— report_created — created