@dshp-inx/tavily-search
Tavily AI search provider for DeepSeek Harness: replaces the official DeepSeek web search and adds a settings page for key management and connectivity testing.
AI Analysis
核心用途是使用 Tavily 搜索引擎接管 DSH 的默认网页搜索。适合需要更精准外部检索能力的用户。必要条件:需注册 Tavily 获取 API Key 并配置到设置中。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yinxe/dsh-tavily-searchREADME
Read the full README ↗配置密钥
- 注册 tavily.com(有免费额度),取
tvly-…格式的 API Key; - 设置 → Tavily 搜索 → 粘贴密钥 → 保存密钥。「API Key」行变绿(已配置)、「搜索引擎」行显示「Tavily · 当前生效」即接管完成;
- 在连接测试框输入任意查询点「运行测试」,返回结果列表即全链路通。
密钥通过 DSH credentials 服务持久化到 ~/.dsh/.credentials.yaml,不回显、不进模型上下文;写入/清除即时生效,无需重启。