Use command line to run sub agent and sub recipe (in sequence or parallel) (#3190)

This commit is contained in:
Lifei Zhou
2025-07-04 13:13:31 +10:00
committed by GitHub
parent 4ae0ada23c
commit 2e9a2a53be
11 changed files with 660 additions and 78 deletions
+1
View File
@@ -11,6 +11,7 @@ mod reply_parts;
mod router_tool_selector;
mod router_tools;
mod schedule_tool;
pub mod sub_recipe_execution_tool;
pub mod sub_recipe_manager;
pub mod subagent;
pub mod subagent_handler;