II.
AgentFlowSegment JSON
Structured · liveagent-flow-segment:codex-example--assistant-1
Codex assistant turn json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-flow-segment:codex-example--assistant-1",
"_kind": "AgentFlowSegment",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Codex assistant turn",
"laneId": "agent-flow-lane:codex-example--agent-action",
"kind": "message"
},
"outgoingEdges": [
{
"from": "agent-flow-segment:codex-example--assistant-1",
"to": "agent-flow-lane:codex-example--agent-action",
"kind": "segment_in_lane",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-flow-lane:codex-example--agent-action",
"to": "agent-flow-segment:codex-example--assistant-1",
"kind": "contains_segment",
"attributes": {}
}
]
}