crayonlu/dsh-web-search-tavily ↗★ 1
@crayonlu/dsh-web-search-tavily
Tavily-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)
AI 분석
核心用途是为 DSH 提供基于 Tavily 的高质量联网搜索与答案生成。适合需要精准网页检索的用户。必要条件是需配置 Tavily API 密钥。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
Every field is optional:
| Field | Default | Meaning |
|---|---|---|
apiKey | — | Literal Tavily key (write it here instead of apiKeyEnv only if you must; it lands in a config file). |
apiKeyEnv | TAVILY_API_KEY | Credential reference resolved per search through ctx.credentials (inherited env > $DSH_HOME/.credentials.yaml > project/user .env). |
baseURL | https://api.tavily.com | Endpoint base; /search is appended. |
maxResults | 5 | Default result count when a request carries no maxResults. |
includeAnswer | true | Carry Tavily's generated answer as the search result content. |
searchDepth | basic | basic or advanced (Tavily's search_depth). |
The key resolves once per search, so an empty TAVILY_API_KEY fails the request with WEB_MISSING_CREDENTIAL rather than falling through to an unrelated credential.