Knowledge Graph Memory is a structured memory architecture for autonomous agents that stores information as a graph of interconnected entities (nodes) and their semantic relationships (edges). Unlike a Vector Memory Store, which relies on similarity search in a high-dimensional space, this architecture enables explicit, symbolic reasoning over facts. It allows an agent to perform complex queries, such as multi-hop inference and pathfinding, to answer questions that require understanding connections between concepts. This structure is foundational for deterministic factual grounding and complex reasoning within Agentic Cognitive Architectures.
