Skip to main content

checkpoint_log_path

Function checkpoint_log_path 

Source
pub fn checkpoint_log_path(
    workspace: &Path,
    workspace_slug: &str,
    session_id: &str,
) -> PathBuf
Expand description

Convenience: locate checkpoints.jsonl for a session given the workspace root and a session id. Mirrors the path layout chosen by SessionWriter.