Skip to main content

Module validation

Module validation 

Source
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§

ValidationResult
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.