ApiSchemas
SubagentCycleEncoded
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"SubagentCycle"
]
},
"path": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"_tag",
"path"
],
"additionalProperties": false
}