{
  "nodes": [
    {
      "id": "Resource:research-agent",
      "label": "Resource",
      "properties": {
        "service_name": "research-agent"
      }
    },
    {
      "id": "Operation:aaaaaaaaaaaaaaa1",
      "label": "Operation",
      "properties": {
        "span_id": "aaaaaaaaaaaaaaa1",
        "trace_id": "11111111111111111111111111111111",
        "type": "invoke_agent",
        "start_ns": 1737000100000000000,
        "end_ns": 1737000103000000000,
        "status": "OK",
        "service_name": "research-agent"
      }
    },
    {
      "id": "Session:conv-2",
      "label": "Session",
      "properties": {
        "id": "conv-2"
      }
    },
    {
      "id": "Agent:agent-A",
      "label": "Agent",
      "properties": {
        "id": "agent-A"
      }
    },
    {
      "id": "Operation:aaaaaaaaaaaaaaa2",
      "label": "Operation",
      "properties": {
        "span_id": "aaaaaaaaaaaaaaa2",
        "trace_id": "11111111111111111111111111111111",
        "type": "chat",
        "start_ns": 1737000100100000000,
        "end_ns": 1737000100700000000,
        "status": "OK",
        "input_tokens": 200,
        "output_tokens": 150,
        "service_name": "research-agent"
      }
    },
    {
      "id": "Model:anthropic/claude-sonnet-4-5",
      "label": "Model",
      "properties": {
        "provider": "anthropic",
        "name": "claude-sonnet-4-5"
      }
    },
    {
      "id": "Operation:aaaaaaaaaaaaaaa3",
      "label": "Operation",
      "properties": {
        "span_id": "aaaaaaaaaaaaaaa3",
        "trace_id": "11111111111111111111111111111111",
        "type": "execute_tool",
        "start_ns": 1737000100800000000,
        "end_ns": 1737000101500000000,
        "status": "OK",
        "service_name": "research-agent"
      }
    },
    {
      "id": "Tool:web_search",
      "label": "Tool",
      "properties": {
        "name": "web_search"
      }
    },
    {
      "id": "Operation:aaaaaaaaaaaaaaa4",
      "label": "Operation",
      "properties": {
        "span_id": "aaaaaaaaaaaaaaa4",
        "trace_id": "11111111111111111111111111111111",
        "type": "chat",
        "start_ns": 1737000101600000000,
        "end_ns": 1737000102900000000,
        "status": "OK",
        "input_tokens": 300,
        "output_tokens": 200,
        "service_name": "research-agent"
      }
    }
  ],
  "edges": [
    {
      "id": "e0",
      "source": "Operation:aaaaaaaaaaaaaaa3",
      "target": "Tool:web_search",
      "type": "CALLED",
      "properties": {}
    },
    {
      "id": "e1",
      "source": "Operation:aaaaaaaaaaaaaaa4",
      "target": "Model:anthropic/claude-sonnet-4-5",
      "type": "EXECUTED",
      "properties": {}
    },
    {
      "id": "e2",
      "source": "Session:conv-2",
      "target": "Operation:aaaaaaaaaaaaaaa4",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e3",
      "source": "Session:conv-2",
      "target": "Operation:aaaaaaaaaaaaaaa1",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e4",
      "source": "Operation:aaaaaaaaaaaaaaa1",
      "target": "Operation:aaaaaaaaaaaaaaa2",
      "type": "PARENT_OF",
      "properties": {}
    },
    {
      "id": "e5",
      "source": "Operation:aaaaaaaaaaaaaaa2",
      "target": "Model:anthropic/claude-sonnet-4-5",
      "type": "EXECUTED",
      "properties": {}
    },
    {
      "id": "e6",
      "source": "Session:conv-2",
      "target": "Operation:aaaaaaaaaaaaaaa2",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e7",
      "source": "Operation:aaaaaaaaaaaaaaa1",
      "target": "Operation:aaaaaaaaaaaaaaa3",
      "type": "PARENT_OF",
      "properties": {}
    },
    {
      "id": "e8",
      "source": "Agent:agent-A",
      "target": "Operation:aaaaaaaaaaaaaaa1",
      "type": "INVOKED",
      "properties": {}
    },
    {
      "id": "e9",
      "source": "Session:conv-2",
      "target": "Operation:aaaaaaaaaaaaaaa3",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e10",
      "source": "Operation:aaaaaaaaaaaaaaa1",
      "target": "Operation:aaaaaaaaaaaaaaa4",
      "type": "PARENT_OF",
      "properties": {}
    }
  ]
}