iiRecord
Agentic AI Atlas · Symphony entity knowledge graph
memory-store:symphony-knowledge-grapha5c.ai
II.
MemoryStore JSON

memory-store:symphony-knowledge-graph

Structured · live

Symphony entity knowledge graph json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/memory/memory-stores.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}