iiRecord
Agentic AI Atlas · Execution.kind
meta-attribute:execution--kinda5c.ai
II.
MetaAttribute JSON

meta-attribute:execution--kind

Structured · live

Execution.kind json

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

File · catalog-meta/meta-registry/meta-registry-surfacing-path.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:execution--kind",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Execution.kind",
    "name": "kind",
    "parentNodeKindId": "meta-node-kind:execution",
    "type": "enum<local,docker,ssh,kubernetes,cloud,direct>",
    "required": true,
    "description": "top-level execution mode."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:execution--kind",
      "to": "meta-node-kind:execution",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:execution",
      "to": "meta-attribute:execution--kind",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-enum:execution-kind",
      "to": "meta-attribute:execution--kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ]
}