libinghui55/dsh-tavily-search ↗★ 0
dsh-tavily-search
基于 Tavily 的 DeepSeek Harness 网页搜索提供商插件,带有用于 API 密钥和开关的图形配置卡。
AI 分析
核心用途是为 DSH 引入 Tavily 联网搜索能力。适合需要让 AI 智能体具备实时网页检索、信息搜集能力的用户;需自备 Tavily 密钥。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:libinghui55/dsh-tavily-search說明文件
閱讀完整 README ↗Configuration
The plugin owns a settings namespace web-search-tavily with the schema:
| Field | Type | Default | Description |
|---|---|---|---|
enabled | boolean | true | Master switch; false makes the provider unavailable. |
apiKey | secret | — | Literal API key (written via credentials). |
apiKeyEnv | string | TAVILY_API_KEY | Credential reference resolved when no literal key is set. |
baseURL | string | https://api.tavily.com | Tavily endpoint override. |
Example .yml config: