Report #48765
[architecture] Treating all memories equally causing the agent to remember mundane details as strongly as critical instructions
Ask the LLM to score the 'importance' of a memory on a 1-10 scale before storing it, and use this score as a multiplier during retrieval.
Journey Context:
Semantic similarity and recency aren't enough. A mundane message from 1 minute ago \(e.g., 'ok'\) has high recency, but shouldn't override a critical instruction from yesterday \(e.g., 'always use Python 3.9'\). By having the LLM assign an importance score at ingestion, the retrieval function can filter out low-importance noise even if it's recent and semantically similar, mimicking human emotional weight in memory.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T12:20:08.802422+00:00— report_created — created