iiRecord
Agentic AI Atlas · RunAttempt (meta)
meta-node-kind:run-attempta5c.ai
II.
MetaNodeKind JSON

meta-node-kind:run-attempt

Structured · live

RunAttempt (meta) json

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

File · catalog-meta/meta-registry/meta-registry-agent-stack-extras.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-node-kind:run-attempt",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-agent-stack-extras.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "RunAttempt (meta)",
    "name": "RunAttempt",
    "cluster": "6-lifecycle",
    "prefix": "run-attempt",
    "origin": "derived",
    "purpose": "a single attempt within a Run, carrying retry-backoff and per-attempt status/identity (replaces ad-hoc Run.status churn)",
    "exampleCount": 0,
    "invariants": [
      "id starts with run-attempt:",
      "attemptNumber >= 1"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:run-attempt",
      "to": "meta-cluster:agent-stack",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:run-attempt",
      "to": "meta-attribute:run-attempt--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:run-attempt",
      "to": "meta-attribute:run-attempt--display-name",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:run-attempt",
      "to": "meta-attribute:run-attempt--status",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-attribute:run-attempt--id",
      "to": "meta-node-kind:run-attempt",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:run-attempt--display-name",
      "to": "meta-node-kind:run-attempt",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:run-attempt--status",
      "to": "meta-node-kind:run-attempt",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-cluster:agent-stack",
      "to": "meta-node-kind:run-attempt",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    }
  ]
}