II.
MemoryStore JSON
Structured · livememory-store:symphony-conversation-buffer
Symphony conversation buffer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-store:symphony-conversation-buffer",
"_kind": "MemoryStore",
"_file": "extensions/memory/memory-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony conversation buffer",
"kind": "conversation-buffer",
"scope": "session",
"notes": "Last-N-turns rolling conversation buffer; trimmed once exceeded.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "memory-store:symphony-conversation-buffer",
"kind": "has_memory",
"attributes": {}
},
{
"from": "context-bundle:symphony-default",
"to": "memory-store:symphony-conversation-buffer",
"kind": "backed_by_memory",
"attributes": {}
}
]
}