feat: replace subagent and skills with unified summon extension (#6964)

Signed-off-by: Travis Longwell <travis@block.xyz>
This commit is contained in:
tlongwell-block
2026-02-10 14:13:38 -05:00
committed by GitHub
parent 1168d7d9b1
commit 7ea19f5c83
26 changed files with 2616 additions and 1935 deletions
@@ -163,11 +163,7 @@ pub async fn apply_recipe_to_agent(
include_final_output_tool: bool,
) -> Option<String> {
agent
.apply_recipe_components(
recipe.sub_recipes.clone(),
recipe.response.clone(),
include_final_output_tool,
)
.apply_recipe_components(recipe.response.clone(), include_final_output_tool)
.await;
recipe.instructions.as_ref().map(|instructions| {