Report #103089
[architecture] Agent cannot answer questions that require connecting facts from multiple memories
Build an explicit retrieval graph: link memories by entity, time, and source, and support iterative retrieval where each found memory becomes the query for the next hop.
Journey Context:
Single-hop vector retrieval can answer 'what is X?' but fails on 'which user reported the bug that was fixed by the commit that introduced this regression?'. That requires chaining retrievals across commits, issues, and code. Vector similarity alone has no notion of follow-the-link. Add structured indexes \(entity tables, temporal edges, source provenance\) and a loop that lets the LLM issue follow-up retrievals based on partial results.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T04:59:56.831809+00:00— report_created — created