subagents

This commit is contained in:
Ahmed Ibrahim
2025-08-23 11:31:52 -07:00
parent 76c209d78c
commit 5bbf94bd93
11 changed files with 369 additions and 20 deletions

View File

@@ -515,6 +515,7 @@ pub(crate) fn get_openai_tools(
if config.subagent_tool {
tracing::trace!("Adding subagent tool");
tools.push(crate::subagents::SUBAGENT_TOOL.clone());
tools.push(crate::subagents::SUBAGENT_LIST_TOOL.clone());
}
if let Some(mcp_tools) = mcp_tools {