iiRecord
Agentic AI Atlas · Tool-call lane
agent-flow-lane:claude-example--tool-calla5c.ai
II.
AgentFlowLane JSON

agent-flow-lane:claude-example--tool-call

Structured · live

Tool-call lane json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/session-flow-projections/session-flow-projections.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}