Files
16gagent/test/fixtures/agent-registry/deprecated-agent.json
T
2026-06-06 10:40:48 +08:00

30 lines
761 B
JSON

{
"schemaVersion": "1.0",
"agents": [
{
"agentId": "claw-prod",
"agentType": "claw",
"displayName": "Claw Production",
"status": "active",
"owner": "team-memory",
"workspacePath": "memory/",
"adapter": "claw",
"baselineVersion": "v4",
"compatibilityStatus": "supported",
"lastCertifiedAt": "2026-06-04T00:00:00.000Z"
},
{
"agentId": "old-claw-beta",
"agentType": "claw",
"displayName": "Old Claw Beta",
"status": "deprecated",
"owner": "team-memory",
"workspacePath": "legacy-memory/",
"adapter": "claw",
"baselineVersion": "v1",
"compatibilityStatus": "deprecated",
"lastCertifiedAt": "2025-06-01T00:00:00.000Z"
}
]
}