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.
AI 분석
核心用途是为 DSH 引入高质量的 Tavily 外部搜索能力。适合需要更精准、专业的网页搜索结果来辅助 AI 回答的用户。必要条件是需配置 Tavily API 密钥。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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 模型工具 |