{
"success": true,
"data": {
"nodes": [
{ "id": "agt_abc123", "type": "agent", "label": "production-summarizer", "status": "healthy" },
{ "id": "agt_def456", "type": "agent", "label": "support-bot", "status": "healthy" },
{ "id": "prv_openai", "type": "provider", "label": "openai" },
{ "id": "prv_anthropic", "type": "provider", "label": "anthropic" },
{ "id": "mdl_gpt4o", "type": "model", "label": "gpt-4o", "provider": "openai" },
{ "id": "mdl_claude", "type": "model", "label": "claude-sonnet-4-20250514", "provider": "anthropic" }
],
"edges": [
{ "source": "agt_abc123", "target": "mdl_gpt4o", "weight": 980 },
{ "source": "agt_abc123", "target": "mdl_claude", "weight": 320 },
{ "source": "agt_def456", "target": "mdl_gpt4o", "weight": 450 },
{ "source": "mdl_gpt4o", "target": "prv_openai", "weight": 1430 },
{ "source": "mdl_claude", "target": "prv_anthropic", "weight": 320 }
]
}
}