II.
AgentFlowLane JSON
Structured · liveagent-flow-lane:codex-example--agent-action
Agent-action lane (Codex) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-flow-lane:codex-example--agent-action",
"_kind": "AgentFlowLane",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Agent-action lane (Codex)",
"laneKind": "agent-action",
"agentVersionId": "agentVersion:codex:ge-0-119-0"
},
"outgoingEdges": [
{
"from": "agent-flow-lane:codex-example--agent-action",
"to": "session-flow:codex-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:codex-example--agent-action",
"to": "agent-flow-segment:codex-example--assistant-1",
"kind": "contains_segment",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-flow:codex-example",
"to": "agent-flow-lane:codex-example--agent-action",
"kind": "has_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:codex-example--assistant-1",
"to": "agent-flow-lane:codex-example--agent-action",
"kind": "segment_in_lane",
"attributes": {}
}
]
}