II.
MemoryStore JSON
Structured · livememory-store:symphony-prompt-cache
Symphony Anthropic prompt cache json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-store:symphony-prompt-cache",
"_kind": "MemoryStore",
"_file": "extensions/memory/memory-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony Anthropic prompt cache",
"kind": "prompt-cache",
"scope": "global",
"ttl": "5m",
"notes": "Anthropic ephemeral prompt cache for the system prompt + tool\ndefinitions; 5-minute TTL.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "memory-store:symphony-prompt-cache",
"kind": "has_memory",
"attributes": {}
}
]
}