II.
AgentFlowLane JSON
Structured · liveagent-flow-lane:claude-example--human-turn
Human turn lane json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-flow-lane:claude-example--human-turn",
"_kind": "AgentFlowLane",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Human turn lane",
"laneKind": "human-turn",
"description": "User-authored messages and replies in the example Claude Code session."
},
"outgoingEdges": [
{
"from": "agent-flow-lane:claude-example--human-turn",
"to": "session-flow:claude-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:claude-example--human-turn",
"to": "agent-flow-segment:claude-example--user-1",
"kind": "contains_segment",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-flow:claude-example",
"to": "agent-flow-lane:claude-example--human-turn",
"kind": "has_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:claude-example--user-1",
"to": "agent-flow-lane:claude-example--human-turn",
"kind": "segment_in_lane",
"attributes": {}
}
]
}