iiRecord
Agentic AI Atlas · MemoryStore.kind
meta-attribute:memory-store--kinda5c.ai
II.
MetaAttribute JSON

meta-attribute:memory-store--kind

Structured · live

MemoryStore.kind json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-context-engineering.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:memory-store--kind",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "MemoryStore.kind",
    "name": "kind",
    "parentNodeKindId": "meta-node-kind:memory-store",
    "type": "enum<vector,document,knowledge-graph,prompt-cache,conversation-buffer,summarized-history>",
    "required": false,
    "description": "discriminator for the memory backing."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:memory-store--kind",
      "to": "meta-node-kind:memory-store",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:memory-store",
      "to": "meta-attribute:memory-store--kind",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-enum:memory-store-kind",
      "to": "meta-attribute:memory-store--kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ]
}