Memory Graph
The Memory Graph is the operational memory system of Gao AI OS.
It stores relationships between agents, tasks, artifacts, and knowledge objects, enabling agents to maintain contextual awareness across multiple executions.
Graph Entities
-
sessions
-
tasks
-
artifacts
-
knowledge objects
-
connectors
-
policy events
-
deployments
Relationships
task → artifact
artifact → knowledge_object
agent → session
connector_event → task
policy_event → execution
Capabilities
The Memory Graph supports:
-
contextual reasoning
-
execution tracing
-
artifact lineage tracking
-
knowledge reuse