Report #82427
[architecture] Treating all long-term memories with equal relevance regardless of when they were formed
Apply a temporal decay multiplier to memory retrieval scores. Combine vector similarity score with a recency score \(e.g., exponential decay based on time since last access/creation\) before ranking.
Journey Context:
A fact retrieved from 3 years ago might have high cosine similarity to the query but be entirely obsolete \(e.g., an old API key, a deprecated library preference\). Pure vector search is time-agnostic. By blending semantic similarity with a recency heuristic, the agent naturally forgets or de-prioritizes stale information, mirroring human memory decay and preventing outdated context from polluting current reasoning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T20:56:34.405895+00:00— report_created — created