feat: consolidate subagent execution for dynamic tasks (#3444)

Co-authored-by: Lifei Zhou <lifei@squareup.com>
This commit is contained in:
Wendy Tang
2025-07-17 18:48:00 -07:00
committed by GitHub
parent 9f65455cc3
commit 4771ffbb5b
36 changed files with 751 additions and 1062 deletions
-5
View File
@@ -146,11 +146,6 @@ pub struct SubRecipe {
#[serde(default)]
pub sequential_when_repeated: bool,
}
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Execution {
#[serde(default)]
pub parallel: bool,
}
fn deserialize_value_map_as_string<'de, D>(
deserializer: D,