Report #21214
[architecture] Agent remembers everything and retrieval degrades over time
Assign an 'importance' score \(e.g., 1-10\) to memories at ingestion time. Periodically run a curation cycle to discard or consolidate low-importance, low-relevance, old memories.
Journey Context:
Storing every token forever leads to retrieval degradation and cost blowout. Not all memories are equal \(e.g., 'user likes python' vs 'user ate a sandwich'\). By scoring importance at creation, the agent can later prune the memory stream. High importance \+ low recency = archive/summarize. Low importance \+ low recency = delete.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:00:46.395084+00:00— report_created — created