Real-time Agent Collaboration Network Graph
Objective
Visualize agent-to-agent interactions as live network graph in Grafana.
Features
- Nodes = agents (size = activity level)
- Edges = communications (thickness = frequency)
- Color = agent health (green/yellow/red)
- Animation = real-time message flow
- Click node → drill down to agent details
Data Sources
- Phoenix traces for agent interactions
- Prometheus for agent health metrics
- Qdrant for agent relationships
Implementation
- Use Grafana Node Graph panel
- Query Phoenix GraphQL for spans with agent communication
- Transform to node/edge format
- Update every 5s for live view
Acceptance Criteria
- Live updates with <1s latency
- Support 50+ agents simultaneously
- Interactive drill-down