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 Analysis
核心用途是为 DSH 引入高质量的 Tavily 外部搜索能力。适合需要更精准、专业的网页搜索结果来辅助 AI 回答的用户。必要条件是需配置 Tavily API 密钥。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 模型工具 |