1624318455/dsh-plugin-tavily

1624318455★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

Tavily-backed web search provider plugin for DeepSeek Harness (dsh) — registers a tavily search provider into ctx.web with a settings card in the web GUI

README 摘要

dsh-plugin-tavily English 中文 A Tavily-backed web search provider plugin for DeepSeek Harness (dsh). It registers a tavily search provider into the harness's ctx.web seam, so the built-in web search tool searches the web through Tavily — and ships a settings card in the web GUI ( 设置 → 插件 → 网页搜索 ) where you paste your API key. One install, both halves. Features - Drop-in search backend : select tavily and the built-in web search tool (plus the agent's own search) is answered by Tavily — no model-facing changes. - Settings card in the GUI : edit the API key, the default result count, and the recency window from 设置 → 插件 → 网页搜索 ; the key is written through the credentials service, never into a configuration file. - Config-file control for the rest : endpoint, search depth, topic, generated answer, and the credential reference are set in cordis.patch.yml and are never overwritten by the card. - Credential-first key handling : per-search resolution order is literal apiKey → credentials service ( apiKeyEnv ) → process.env[apiKeyEnv] . Install During development, install from a local path instead: The plugin registers the provider and its card only — it does not override your profile's chos…

在 GitHub 查看完整 README →
搜索deepseek-harnessdsh-plugintavilyweb-searchagentsearch

分类