mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 13:24:44 +08:00
feat: lite deep researcher implementation
This commit is contained in:
11
src/tools/__init__.py
Normal file
11
src/tools/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .crawl import crawl_tool
|
||||
from .python_repl import python_repl_tool
|
||||
from .search import tavily_tool
|
||||
from .bash_tool import bash_tool
|
||||
|
||||
__all__ = [
|
||||
"bash_tool",
|
||||
"crawl_tool",
|
||||
"tavily_tool",
|
||||
"python_repl_tool",
|
||||
]
|
||||
Reference in New Issue
Block a user