iiRecord
Agentic AI Atlas · Error lane
agent-flow-lane:codex-example--errora5c.ai
II.
AgentFlowLane JSON

agent-flow-lane:codex-example--error

Structured · live

Error lane 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": "agent-flow-lane:codex-example--error",
  "_kind": "AgentFlowLane",
  "_file": "extensions/session-flow-projections/session-flow-projections.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Error lane",
    "laneKind": "error"
  },
  "outgoingEdges": [
    {
      "from": "agent-flow-lane:codex-example--error",
      "to": "session-flow:codex-example",
      "kind": "lane_of_projection",
      "attributes": {}
    },
    {
      "from": "agent-flow-lane:codex-example--error",
      "to": "agent-flow-segment:codex-example--error-1",
      "kind": "contains_segment",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "session-flow:codex-example",
      "to": "agent-flow-lane:codex-example--error",
      "kind": "has_lane",
      "attributes": {}
    },
    {
      "from": "agent-flow-segment:codex-example--error-1",
      "to": "agent-flow-lane:codex-example--error",
      "kind": "segment_in_lane",
      "attributes": {}
    }
  ]
}