II.
MemoryStore JSON
Structured · livememory-store:symphony-knowledge-graph
Symphony entity knowledge graph json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-store:symphony-knowledge-graph",
"_kind": "MemoryStore",
"_file": "extensions/memory/memory-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony entity knowledge graph",
"kind": "knowledge-graph",
"scope": "tenant",
"notes": "Triple-store of extracted entities and relations from prior conversations,\nused for entity-resolution and grounding.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "memory-store:symphony-knowledge-graph",
"kind": "has_memory",
"attributes": {}
}
]
}