Implement DuckDuckGo search (#1432)

* Implement DuckDuckGo search

* docs: add DuckDuckGo web search to config example
This commit is contained in:
Ben Piper
2026-03-26 21:20:22 -04:00
committed by GitHub
parent 1c542ab7f1
commit c13793386f
3 changed files with 107 additions and 3 deletions

View File

@@ -231,12 +231,18 @@ tool_groups:
# Configure available tools for the agent to use
tools:
# Web search tool (requires Tavily API key)
# Web search tool (uses DuckDuckGo, no API key required)
- name: web_search
group: web
use: deerflow.community.tavily.tools:web_search_tool
use: deerflow.community.ddg_search.tools:web_search_tool
max_results: 5
# api_key: $TAVILY_API_KEY # Set if needed
# Web search tool (requires Tavily API key)
# - name: web_search
# group: web
# use: deerflow.community.tavily.tools:web_search_tool
# max_results: 5
# # api_key: $TAVILY_API_KEY # Set if needed
# Web search tool (uses InfoQuest, requires InfoQuest API key)
# - name: web_search