From 645c8899b1b6b47286729455e15d2a665b2360d3 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sun, 1 Feb 2026 12:38:00 +0800 Subject: [PATCH] fix: remove tool --- agent/tools/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/tools/__init__.py b/agent/tools/__init__.py index a749633..a8863ce 100644 --- a/agent/tools/__init__.py +++ b/agent/tools/__init__.py @@ -21,7 +21,6 @@ from agent.tools.memory.memory_get import MemoryGetTool # Import web tools from agent.tools.web_fetch.web_fetch import WebFetch -from agent.tools.bocha_search.bocha_search import BochaSearch # Import tools with optional dependencies def _import_optional_tools(): @@ -94,7 +93,6 @@ __all__ = [ 'MemorySearchTool', 'MemoryGetTool', 'WebFetch', - 'BochaSearch', # Optional tools (may be None if dependencies not available) 'GoogleSearch', 'FileSave',