返回插件市场

dsh-web-search-tavily

模型与数据

cnChenKai/dsh-web-search-tavily

为 DeepSeek Harness 提供基于 Tavily 的网页搜索提供器,支持无密钥模式和可选 API 密钥升级。

  • agent-plugin
  • deepseek-harness
  • dsh-plugin
  • tavily
  • web-search
GitHub Stars
3GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.2.2dsh-web-search-tavily
最近推送
2026年8月16日GitHub
许可证
MITJavaScript
插件类型
Host运行于 DSH Host

README

查看源文件

dsh-web-search-tavily

English | 中文

A Tavily-backed search provider for the DeepSeek Harness web capability seam (ctx.web): it makes the built-in web_search tool run on Tavily's search API instead of the shipped DeepSeek route.

Features

  • Keyless mode - no API key needed at all: the provider sends the official X-Tavily-Access-Mode: keyless header when no key is configured. Responses are identical to keyed ones.
  • Keyed upgrade - set TAVILY_API_KEY in ~/.dsh/.credentials.yaml or the environment to use the keyed tier (1,000 free credits/month at app.tavily.com). The key is resolved fresh for every search.
  • Official defaults - search_depth: basic (1 credit), include_answer: false, max_results: 5, chunks_per_source: 3, per Tavily's agent guidance.

Install

dsh plugin --profile web add dsh-web-search-tavily

Then set your API key (optional - keyless mode works without one):

# ~/.dsh/.credentials.yaml
TAVILY_API_KEY: tvly-...

Select the provider (the bundle patch does this automatically; to switch manually):

# your profile's cordis.patch.yml
- id: web
  name: '@deepseek-ai/dsh-web'
  config:
    searchProvider: tavily

License

MIT

评论

0
最新优先