pub fn record_execution(
task_id: &str,
runner: &str,
model: &str,
phase_count: u8,
phase_durations: HashMap<ExecutionPhase, Duration>,
total_duration: Duration,
cache_dir: &Path,
) -> Result<()>Expand description
Record a completed execution to history.