faettt/dsh-web-search-tavily ↗★ 1
dsh-web-search-tavily
Tavily web search provider for DeepSeek Harness (DSH): registers the 'tavily' search provider, a tavily_search model tool, and a settings card with an enable switch that falls back to the default search channel.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置项
| 字段 | 默认 | 说明 |
|---|---|---|
enabled | true | 开关;关闭后搜索走默认通道 |
apiKeyEnv | TAVILY_API_KEY | 凭据引用名(环境变量/凭据服务) |
apiKey | — | 字面 API Key(secret,不走设置文档) |
searchDepth | basic | basic / advanced |
maxResults | 5 | 每次搜索最多来源条数(1-20) |
includeAnswer | true | 是否生成总结 answer |
includeImages | false | 是否附带图片结果 |
topic | general | general / news / finance |
days | — | 仅搜索最近 N 天内容 |
registerTool | true | 是否注册 tavily_search 模型工具 |