Skip to main content

AgentRun Adapter Envelope

  • Source: api/schemas/agent_run.json
  • Type: object
  • Required properties: adapter, version, action, run_id, timestamp

Properties

PropertyTypeRequiredNotes
actionenum (start, emit, checkpoint, restore, complete, error)Yesallowed values: start, emit, checkpoint, restore, complete, error
adapterstringYes
attemptintegerNominimum: 0
attestation_idsarray<string>No
capability_tokenreference https://schemas.fleetforge.dev/capability_token.jsonNo
capability_token_idstringNoformat: uuid
checkpointobjectNo
material_digestsobjectNo
payloadobjectNo
policy_decision_idstringNoformat: uuid
run_idstringYesformat: uuid
step_idstringNoformat: uuid
subject_idstringNo
timestampstringYesformat: date-time
traceparentstringNo
versionstringYes

Additional properties are permitted.