iiRecord
Agentic AI Atlas · Clean runtime snapshot (2 running, 1 retrying)
runtime-snapshot:example-cleana5c.ai
II.
RuntimeSnapshot JSON

runtime-snapshot:example-clean

Structured · live

Clean runtime snapshot (2 running, 1 retrying) json

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

File · extensions/runtime-snapshots/runtime-snapshots-symphony.yamlCluster · extensions
Record JSON
{
  "id": "runtime-snapshot:example-clean",
  "_kind": "RuntimeSnapshot",
  "_file": "extensions/runtime-snapshots/runtime-snapshots-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Clean runtime snapshot (2 running, 1 retrying)",
    "generatedAt": "2026-05-01T10:31:15Z",
    "snapshotStatus": "clean",
    "runningLiveSessionIds": [
      "live-session:running-example"
    ],
    "retryingRunAttemptIds": [
      "run-attempt:retrying-example"
    ],
    "codexTotals": {
      "inputTokens": 1245000,
      "outputTokens": 321000,
      "totalTokens": 1566000,
      "secondsRunning": 7320
    },
    "lastRateLimitObservation": {
      "capturedAt": "2026-05-01T10:30:55Z",
      "vendor": "anthropic",
      "primaryLimit": {
        "used": 4200,
        "max": 5000,
        "resetAt": "2026-05-01T11:00:00Z"
      }
    },
    "tokenAccountingSemantics": "absolute"
  },
  "outgoingEdges": [
    {
      "from": "runtime-snapshot:example-clean",
      "to": "orchestrator-state:default",
      "kind": "snapshots_state",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "dashboard:default-html",
      "to": "runtime-snapshot:example-clean",
      "kind": "derives_from",
      "attributes": {}
    },
    {
      "from": "dashboard:tui-panel",
      "to": "runtime-snapshot:example-clean",
      "kind": "derives_from",
      "attributes": {}
    }
  ]
}