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

12 lines
179 B
JSON

{
"schemaVersion": "1.0",
"agents": [
{
"agentId": "claw-demo",
"displayName": "Claw Demo",
"status": "active",
"owner": "team-memory"
}
]
}