iiRecord
Agentic AI Atlas · Symphony Anthropic prompt cache
memory-store:symphony-prompt-cachea5c.ai
II.
MemoryStore JSON

memory-store:symphony-prompt-cache

Structured · live

Symphony Anthropic prompt cache 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-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": {}
    }
  ]
}