Agent-action lane (Claude Code)
agent-flow-lane:claude-example--agent-action
AgentFlowLaneextensions/session-flow-projections/session-flow-projections.yaml·Open in Graph → {
"id": "agent-flow-lane:claude-example--agent-action",
"_kind": "AgentFlowLane",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Agent-action lane (Claude Code)",
"laneKind": "agent-action",
"agentVersionId": "agent-version:claude-code@1.x",
"description": "Assistant messages and thinking blocks emitted by Claude Code."
},
"outgoingEdges": [
{
"from": "agent-flow-lane:claude-example--agent-action",
"to": "session-flow:claude-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:claude-example--agent-action",
"to": "agent-flow-segment:claude-example--assistant-1",
"kind": "contains_segment",
"attributes": {}
},
{
"from": "agent-flow-lane:claude-example--agent-action",
"to": "agent-flow-segment:claude-example--thinking-1",
"kind": "contains_segment",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-flow:claude-example",
"to": "agent-flow-lane:claude-example--agent-action",
"kind": "has_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:claude-example--assistant-1",
"to": "agent-flow-lane:claude-example--agent-action",
"kind": "segment_in_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:claude-example--thinking-1",
"to": "agent-flow-lane:claude-example--agent-action",
"kind": "segment_in_lane",
"attributes": {}
}
]
}