AgentRun Adapter Envelope
- Source:
api/schemas/agent_run.json - Type:
object - Required properties:
adapter,version,action,run_id,timestamp
Properties
| Property | Type | Required | Notes |
|---|---|---|---|
action | enum (start, emit, checkpoint, restore, complete, error) | Yes | allowed values: start, emit, checkpoint, restore, complete, error |
adapter | string | Yes | |
attempt | integer | No | minimum: 0 |
attestation_ids | array<string> | No | |
capability_token | reference https://schemas.fleetforge.dev/capability_token.json | No | |
capability_token_id | string | No | format: uuid |
checkpoint | object | No | |
material_digests | object | No | |
payload | object | No | |
policy_decision_id | string | No | format: uuid |
run_id | string | Yes | format: uuid |
step_id | string | No | format: uuid |
subject_id | string | No | |
timestamp | string | Yes | format: date-time |
traceparent | string | No | |
version | string | Yes |
Additional properties are permitted.