Report #103084
[architecture] Agent uses a vector store for all memory types indiscriminately
Match memory type to store: raw observations in episodic/vector form, facts and entities in structured/semantic memory, and active plan state in a small working-context buffer.
Journey Context:
Vector similarity is great for fuzzy retrieval of raw observations but terrible for exact facts, relational reasoning, and current state. A pure vector approach forces the model to do the work of inferring relationships from chunks. Hybrid architectures separate episodic memory \(what happened\), semantic memory \(what is true\), and procedural memory \(how to act\). GraphRAG and similar systems show that combining vector search with knowledge graphs improves multi-hop reasoning over long documents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T04:59:05.590367+00:00— report_created — created