Zh1rV/dsh-web-search-tavily ↗★ 0
dsh-web-search-tavily
Standalone Tavily-backed web search provider plugin for DeepSeek Harness (registers into the ctx.web capability seam)
AI Analysis
核心用途是为 DSH 提供高质量的专业网页检索。适合需要精准、结构化搜索结果(如新闻、金融领域)的 AI 辅助任务。
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 ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
apiKey | — | 字面量 Tavily API Key(更推荐 apiKeyEnv,避免密钥进配置文件) |
apiKeyEnv | TAVILY_API_KEY | 每次搜索解析的凭据引用名 |
baseURL | https://api.tavily.com | 接口基础地址,末尾追加 /search |
enabled | false | 用 Tavily 替代启动时的搜索提供方 |
searchDepth | basic | basic、advanced、fast 或 ultra-fast |
topic | general | general、news 或 finance |
maxResults | 5 | 发送给 Tavily 的最大结果数(1–20) |
includeAnswer | false | 是否让 Tavily 额外生成答案 |
请求使用 Bearer 认证,API Key 不会写入搜索正文或标准化结果。原始网页内容和图片默认关闭, 模型只接收答案、标题、URL 和有限长度摘要。