feat: consolidate subagent execution for dynamic tasks (#3444)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
This commit is contained in:
@@ -11,13 +11,11 @@ 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_execution_tool;
|
||||
pub mod subagent_handler;
|
||||
pub mod subagent_manager;
|
||||
pub mod subagent_tools;
|
||||
pub mod subagent_types;
|
||||
mod subagent_task_config;
|
||||
mod tool_execution;
|
||||
mod tool_router_index_manager;
|
||||
pub(crate) mod tool_vectordb;
|
||||
@@ -27,7 +25,6 @@ pub use agent::{Agent, AgentEvent};
|
||||
pub use extension::ExtensionConfig;
|
||||
pub use extension_manager::ExtensionManager;
|
||||
pub use prompt_manager::PromptManager;
|
||||
pub use subagent::{SubAgent, SubAgentConfig, SubAgentProgress, SubAgentStatus};
|
||||
pub use subagent_manager::SubAgentManager;
|
||||
pub use subagent_types::SpawnSubAgentArgs;
|
||||
pub use subagent::{SubAgent, SubAgentProgress, SubAgentStatus};
|
||||
pub use subagent_task_config::TaskConfig;
|
||||
pub use types::{FrontendTool, SessionConfig};
|
||||
|
||||
Reference in New Issue
Block a user