iiRecord
Agentic AI Atlas · Running Symphony LiveSession
live-session:running-examplea5c.ai
II.
LiveSession JSON

live-session:running-example

Structured · live

Running Symphony LiveSession json

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

File · lifecycle/live-sessions/live-sessions-symphony.yamlCluster · lifecycle
Record JSON
{
  "id": "live-session:running-example",
  "_kind": "LiveSession",
  "_file": "lifecycle/live-sessions/live-sessions-symphony.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Running Symphony LiveSession",
    "threadId": "thr_01KQHJZ9ABC",
    "turnId": "turn_01KQHJZAXYZ",
    "sessionIdComposition": "${threadId}-${turnId}",
    "agentSubprocessPid": 48217,
    "startedAt": "2026-05-01T10:25:00Z",
    "lastEventAt": "2026-05-01T10:31:12Z",
    "lastEvent": "turn_completed",
    "lastMessage": "Applied patch to packages/cloud/src/runtime.ts",
    "turnCount": 4,
    "inputTokens": 12450,
    "outputTokens": 3210,
    "totalTokens": 15660,
    "tokenAccountingMode": "absolute"
  },
  "outgoingEdges": [
    {
      "from": "live-session:running-example",
      "to": "session:01kqex-session-001",
      "kind": "shadows_session",
      "attributes": {}
    },
    {
      "from": "live-session:running-example",
      "to": "run-attempt:retrying-example",
      "kind": "driven_by_run_attempt",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "run-attempt:retrying-example",
      "to": "live-session:running-example",
      "kind": "has_live_session",
      "attributes": {}
    }
  ]
}