58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"description": "Expected output for multi-agent dashboard with mixed risk",
|
|
"dashboard": [
|
|
{
|
|
"agentId": "claw-prod",
|
|
"agentType": "claw",
|
|
"displayName": "Claw Production",
|
|
"status": "active",
|
|
"baselineVersion": "v4",
|
|
"compatibilityStatus": "supported",
|
|
"certificationStatus": "production_ready",
|
|
"lastReleaseResult": "success",
|
|
"riskLevel": "low"
|
|
},
|
|
{
|
|
"agentId": "mock-staging",
|
|
"agentType": "mock",
|
|
"displayName": "Mock Staging",
|
|
"status": "active",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "compatible_with_warnings",
|
|
"certificationStatus": "conditionally_ready",
|
|
"lastReleaseResult": "success",
|
|
"riskLevel": "medium"
|
|
},
|
|
{
|
|
"agentId": "old-claw-beta",
|
|
"agentType": "claw",
|
|
"displayName": "Old Claw Beta",
|
|
"status": "unsupported",
|
|
"baselineVersion": "v1",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "not_ready",
|
|
"lastReleaseResult": "failed",
|
|
"riskLevel": "high"
|
|
},
|
|
{
|
|
"agentId": "unknown-sdk-v1",
|
|
"agentType": "unknown",
|
|
"displayName": "Unknown SDK Agent",
|
|
"status": "unsupported",
|
|
"baselineVersion": "unknown",
|
|
"compatibilityStatus": "unsupported",
|
|
"certificationStatus": "unknown",
|
|
"lastReleaseResult": "unknown",
|
|
"riskLevel": "high"
|
|
}
|
|
],
|
|
"summary": {
|
|
"totalAgents": 4,
|
|
"activeAgents": 2,
|
|
"productionReadyAgents": 1,
|
|
"unsupportedAgents": 2,
|
|
"highRiskAgents": 2,
|
|
"unknownRiskAgents": 0
|
|
}
|
|
}
|