Expand description
Replay verification API: cryptographically verify run integrity.
This module provides ReplayVerifier to validate the integrity of a run:
- State hash equality: verifies event stream hash matches expected.
- Tool checksum: hashes all tool calls in the run.
- Interrupt consistency: every Interrupt must have a matching Resumed.
Structs§
- Replay
Verifier - Replay verifier: validates run integrity.
- Verify
Config - Verification config: what to verify.
Enums§
- Verification
Failure - Verification failure reasons.
Type Aliases§
- Verification
Result - Verification result: Ok(()) if all checks pass, or Err with the failure reason.