audit_chain_verify_live
Verify the integrity of a live audit chain by performing an end-to-end check on the server's full history, returning validity status and break details.
Instructions
Ask a running audit-stream-py instance to walk its own chain end-to-end and report whether it's still intact. This is the canonical compliance answer, covers the FULL server-side history, not just events the agent has in context. Returns the same shape as the local audit_chain_verify tool (valid, checked, first_break_at, reason) but for the live chain. Requires AUDIT_STREAM_URL; returns a structured error otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||