Topology
Visualize agent relationships, call chains, and data flows in an interactive graph.
/topologyOverview#
The Topology page renders an interactive graph of all agents in your workspace. Nodes represent agents; edges represent call relationships and data flows between them. It is a Web-only feature designed for visual exploration of your agent ecosystem.
Use the topology view to identify call chains, spot isolated agents, and understand how data flows across your agent network. Node details are available on click, showing the agent profile, recent activity, and connection summary.
Prerequisites#
- Multiple agents synced from at least one connector
- Agent call or session data available (so relationships can be inferred)
Expected Results#
After agents are synced and have interaction data, the Topology page shows:
- -Interactive graph with draggable nodes representing each agent
- -Directional edges showing call relationships and data flow direction
- -Node detail panel on click, showing agent profile, recent calls, and connection count
Web Operations#
The Topology page is a single interactive canvas with the following interaction patterns:
Graph Navigation
Pan by dragging the background. Zoom with scroll or pinch. Double-click to reset the view. Nodes can be dragged to rearrange the layout. The graph auto-layouts using a force-directed algorithm.
Node Details
Click any node to open a detail panel showing the agent name, health status, model, and a summary of inbound/outbound connections. Links to the full Agent detail page are provided.
Call Chains
Edges between nodes indicate A2A call relationships. Thicker edges represent higher call volume. Hover over an edge to see the call count and average latency. Dashed edges indicate inactive or historical connections.