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