Skip to main content

subagent_tools_arc

Function subagent_tools_arc 

Source
pub fn subagent_tools_arc(skills: Arc<Vec<Skill>>) -> Vec<Arc<dyn Tool>>
Expand description

Subagent toolset as Arc - for use in AgentTool and SubagentExecutor. Does NOT include AgentTool itself to avoid recursive spawning.