verify_agent_trace
Verify signed agent trace envelopes offline for CI or auditor handoff; optionally confirm trace bytes match the signed hash, returning run ID, step count, or error.
Instructions
Verify a signed agent trace envelope offline; optional trace byte check.
Use in CI or auditor handoff. Read-only; no network.
Returns ``{ok, run_id?, step_count?, error?}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | No | Optional live `.jsonl` path to confirm bytes match the signed hash. | |
| envelope_path | Yes | Signed matrixscroll.agent_trace.v1 envelope JSON. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||