II.
MemoryStore JSON
Structured · livememory-store:symphony-vector-pinecone
Symphony semantic memory (Pinecone) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-store:symphony-vector-pinecone",
"_kind": "MemoryStore",
"_file": "extensions/memory/memory-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony semantic memory (Pinecone)",
"kind": "vector",
"scope": "tenant",
"ttl": "365d",
"notes": "Long-term semantic memory for the symphony agent, indexed in Pinecone\nwith text-embedding-3-large.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "memory-store:symphony-vector-pinecone",
"kind": "has_memory",
"attributes": {}
},
{
"from": "context-bundle:symphony-default",
"to": "memory-store:symphony-vector-pinecone",
"kind": "backed_by_memory",
"attributes": {}
}
]
}