iiRecord
Agentic AI Atlas · Agent-action lane (Claude Code)
agent-flow-lane:claude-example--agent-actiona5c.ai
II.
AgentFlowLane JSON

agent-flow-lane:claude-example--agent-action

Structured · live

Agent-action lane (Claude Code) 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--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": "agentVersion:claude:ge-0-0-0",
    "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": {}
    }
  ]
}