mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 03:54:46 +08:00
feat: support arxiv & brave search
This commit is contained in:
@@ -8,6 +8,8 @@ load_dotenv()
|
||||
class SearchEngine(enum.Enum):
|
||||
TAVILY = "tavily"
|
||||
DUCKDUCKGO = "duckduckgo"
|
||||
BRAVE_SEARCH = "brave_search"
|
||||
ARXIV = "arxiv"
|
||||
|
||||
|
||||
# Tool configuration
|
||||
|
||||
Reference in New Issue
Block a user