Report #102577
[architecture] Old memories keep equal retrieval weight, so the agent answers with outdated facts and obsolete preferences.
Combine recency decay with importance and relevance at retrieval time; timestamp every memory; periodically re-evaluate semantic facts and either update, invalidate, or archive them when contradicted.
Journey Context:
Without decay, the agent's 'favorite tool' from six months ago competes equally with yesterday's correction. Static vector stores make this worse because nearest-neighbor retrieval ignores time. The Generative Agents retrieval function explicitly weights recency with an exponential decay, and MemGPT-style systems evict old messages while keeping recursive summaries. You also need an active curation loop: contradictions should bump confidence down or spawn a new version. The tradeoff is that aggressive decay can lose rare but still-valid facts, so tune half-life by domain.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:06:22.710714+00:00— report_created — created