coderdailyone/dsh-plugin-web-search-tavily

coderdailyone★ 2TypeScript最后同步: 2026-08-14

在 GitHub 打开

Tavily search provider bundle for DeepSeek Harness (dsh) — community plugin registering a WebSearchProvider into ctx.web

README 摘要

dsh-plugin-web-search-tavily English 中文 A community Tavily search provider for DeepSeek Harness ( dsh ). It registers a WebSearchProvider into the ctx.web capability seam, so the shipped web search tool can be served by Tavily without touching any model-facing schema. Ships as a dsh bundle : installing it into a profile inserts its plugin row automatically. Install Provide the API key through the environment ( TAVILY API KEY , e.g. in $DSH HOME/.env ) or through plugin config. When more than one search provider is usable in your composition, pin the selection with $DSH WEB SEARCH PROVIDER=tavily or by patching the web row's searchProvider in your profile's cordis.patch.yml ; with Tavily as the only usable provider, selection is automatic. Verify without booting, then boot: Config Override any field by patching the web-search-tavily row in your profile's cordis.patch.yml (a patch replaces the whole config value — restate the fields you keep): Key Default Meaning apiKey $TAVILY API KEY Tavily API key. Empty makes the provider registered-but-unavailable. baseURL https://api.tavily.com Endpoint base; /search is appended. searchDepth basic Tavily search depth . advanced returns richer s…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-plugintavilysearch

分类