iiRecord
Agentic AI Atlas · Symphony summarized history
memory-store:symphony-summarized-historya5c.ai
II.
MemoryStore JSON

memory-store:symphony-summarized-history

Structured · live

Symphony summarized history 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-summarized-history",
  "_kind": "MemoryStore",
  "_file": "extensions/memory/memory-stores.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Symphony summarized history",
    "kind": "summarized-history",
    "scope": "session",
    "notes": "Recursive-summary of older conversation turns once the buffer is\ntrimmed; preserves long-horizon context within a token budget.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "memory-store:symphony-summarized-history",
      "kind": "has_memory",
      "attributes": {}
    }
  ]
}