Skip to content
Developer Preview

SubagentControlStatus

Subagent control status. Open; the generic item status is the terminal authority.

  • "accepted"
  • "closed"
  • "closing"
  • "manualReconciliation"
  • "recoveryPending"
  • "resultReady"
  • "running"
  • "starting"
Source

schema/msp/experimental/msp.schema.json#/types/SubagentControlStatus

{
"description": "Subagent control status. Open; the generic item `status` is the terminal\nauthority.",
"enum": [
"accepted",
"starting",
"running",
"resultReady",
"closing",
"closed",
"recoveryPending",
"manualReconciliation"
],
"type": "string",
"x-msp-openness": "open"
}