anht3889/dsh-web-search--packages-bundle ↗★ 0
@anht3889/dsh-web-search-bundle
DeepSeek Harness 多引擎网络搜索提供商及设置面板插件。
AI 分析
核心用途是为 Agent 提供多引擎网络搜索能力,并在设置中提供可视化配置。适合需要联网检索实时信息的任务。需要配置相应的搜索 API 密钥。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:anht3889/dsh-web-search#0b7888f83545e3ac0adcbbc8ef9b7d865107af92&path:packages/bundle說明文件
閱讀完整 README ↗Configuration and secrets
| Data | Default location |
|---|---|
| Engine selection and base URLs; no secret values | $DSH_HOME/web-search/config.json |
| Fallback key storage | $DSH_HOME/web-search/secrets.yaml |
| Key references | TAVILY_API_KEY, BRAVE_API_KEY |
Secret resolution uses the first non-empty value from the mounted ctx.credentials service, the private fallback file, then the process environment. Settings writes keys through ctx.credentials when it is mounted; otherwise it writes the fallback file. The HTTP API and Settings status expose only whether each key is configured, never its value.
If no Host webserver is mounted, the provider still supports headless searches, but the Settings UI and management HTTP routes are unavailable. Configure the same catalog and secret locations before starting that composition.