Expand description
Checkpoint validation for resume functionality.
This module provides validation for checkpoint state before resuming, ensuring the environment matches the checkpoint and detecting configuration changes.
Structs§
- Validation
Result - Result of checkpoint validation.
Functions§
- validate_
agent_ config - Validate that an agent configuration matches the current registry.
- validate_
checkpoint - Validate a checkpoint before resuming.
- validate_
iteration_ counts - Validate iteration counts between checkpoint and current config.
- validate_
prompt_ md - Validate that PROMPT.md hasn’t changed since checkpoint.
- validate_
working_ directory - Validate that the working directory matches the checkpoint.