🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user