iiRecord
Agentic AI Atlas · Human turn lane
agent-flow-lane:claude-example--human-turna5c.ai
II.
AgentFlowLane JSON

agent-flow-lane:claude-example--human-turn

Structured · live

Human turn 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--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": {}
    }
  ]
}