II.
MemoryStore JSON
Structured · livememory-store:symphony-summarized-history
Symphony summarized history json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}