anht3889/dsh-web-search--packages-bundle0

@anht3889/dsh-web-search-bundle

DeepSeek Harness multi-engine web-search provider and Settings section

AI 분석

核心用途是为 Agent 提供多引擎网络搜索能力,并在设置中提供可视化配置。适合需要联网检索实时信息的任务。需要配置相应的搜索 API 密钥。

패키지
@anht3889/dsh-web-search-bundle
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:anht3889/dsh-web-search#0b7888f83545e3ac0adcbbc8ef9b7d865107af92&path:packages/bundle

Configuration and secrets

DataDefault 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 referencesTAVILY_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.