iiRecord
Agentic AI Atlas · Session-flow projection for an example Codex session
session-flow:codex-examplea5c.ai
II.
SessionFlowProjection JSON

session-flow:codex-example

Structured · live

Session-flow projection for an example Codex session json

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

File · extensions/session-flow-projections/session-flow-projections.yamlCluster · extensions
Record JSON
{
  "id": "session-flow:codex-example",
  "_kind": "SessionFlowProjection",
  "_file": "extensions/session-flow-projections/session-flow-projections.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Session-flow projection for an example Codex session",
    "generatedAt": "2026-05-02T00:00:00Z",
    "laneCount": 2,
    "segmentKinds": [
      "user",
      "assistant",
      "tool",
      "error"
    ],
    "hasFileAttention": false,
    "hasCostBreakdown": true
  },
  "outgoingEdges": [
    {
      "from": "session-flow:codex-example",
      "to": "agent-flow-lane:codex-example--agent-action",
      "kind": "has_lane",
      "attributes": {}
    },
    {
      "from": "session-flow:codex-example",
      "to": "agent-flow-lane:codex-example--error",
      "kind": "has_lane",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-flow-lane:codex-example--agent-action",
      "to": "session-flow:codex-example",
      "kind": "lane_of_projection",
      "attributes": {}
    },
    {
      "from": "agent-flow-lane:codex-example--error",
      "to": "session-flow:codex-example",
      "kind": "lane_of_projection",
      "attributes": {}
    }
  ]
}