Tool-call lane
agent-flow-lane:claude-example--tool-call
AgentFlowLaneextensions/session-flow-projections/session-flow-projections.yaml·Open in Graph → {
"id": "agent-flow-lane:claude-example--tool-call",
"_kind": "AgentFlowLane",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Tool-call lane",
"laneKind": "tool-call",
"description": "Tool invocations and their results during the example session."
},
"outgoingEdges": [
{
"from": "agent-flow-lane:claude-example--tool-call",
"to": "session-flow:claude-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:claude-example--tool-call",
"to": "agent-flow-segment:claude-example--tool-1",
"kind": "contains_segment",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-flow:claude-example",
"to": "agent-flow-lane:claude-example--tool-call",
"kind": "has_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:claude-example--tool-1",
"to": "agent-flow-lane:claude-example--tool-call",
"kind": "segment_in_lane",
"attributes": {}
}
]
}