Merge branch 'main' into pr-1180

This commit is contained in:
Re-bin
2026-02-25 16:16:18 +00:00
7 changed files with 30 additions and 20 deletions

View File

@@ -124,6 +124,7 @@ class SubagentManager:
working_dir=str(self.workspace),
timeout=self.exec_config.timeout,
restrict_to_workspace=self.restrict_to_workspace,
path_append=self.exec_config.path_append,
))
tools.register(WebSearchTool(api_key=self.brave_api_key))
tools.register(WebFetchTool())