Report #102582
[architecture] Agent treats all memories as timeless facts and fails to reason about sequences, deadlines, or 'what happened before X'.
Store every memory with a timestamp and, where possible, temporal relations \(before/after/during\); use time-aware retrieval and explicit timeline tools to order events before answering.
Journey Context:
Vector similarity is atemporal: 'Q2 revenue grew 3%' and 'Q3 revenue fell 2%' may both be top hits for 'revenue', but the agent needs chronology to explain trends. Zep/Graphiti builds a temporally-aware knowledge graph from conversations and structured data, outperforming flat memory on temporal reasoning benchmarks. Combine this with decay so recent events are preferred and with graph edges for causal links. The cost is schema discipline; without timestamps every memory is a factoid floating in time.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:07:12.202083+00:00— report_created — created