feat: recipes can retry with success criteria (#3474)

This commit is contained in:
Prem Pillai
2025-07-22 10:49:21 +10:00
committed by GitHub
parent 5f3c7d339c
commit 99cc0a9c81
17 changed files with 1078 additions and 82 deletions
+2
View File
@@ -1204,6 +1204,7 @@ async fn run_scheduled_job_internal(
schedule_id: Some(job.id.clone()),
execution_mode: job.execution_mode.clone(),
max_turns: None,
retry_config: None,
};
match agent
@@ -1424,6 +1425,7 @@ mod tests {
settings: None,
response: None,
sub_recipes: None,
retry: None,
};
let mut recipe_file = File::create(&recipe_filename)?;
writeln!(