Joeytisaly/dsh-web-search-tokenrhythm ↗★ 0
dsh-web-search-tokenrhythm
Token Rhythm (OpenAI Responses web_search) search provider for the DeepSeek Harness web capability seam (ctx.web)
AI 분석
核心用途是为 DSH 智能体引入外部网页搜索能力。适合需要让模型检索最新网络信息、且拥有 Token Rhythm 接口凭证的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Joeytisaly/dsh-web-search-tokenrhythmConfiguration
| Key | Default | Meaning |
|---|---|---|
apiKeyEnv | DEEPSEEK_API_KEY | Credential reference resolved for each search. |
baseURL | https://tokenrhythm.studio/v1 | OpenAI-compatible endpoint base; /responses is appended. |
model | deepseek-v4-flash-0731 | Search model; must declare webSearch: true on your gateway. |
maxTokens | 2048 | Upper bound on generated answer tokens. |
maxRetries | 2 | Retries for transient gateway 503 responses. |
Switching to another gateway
Override the row from your own profile cordis.patch.yml (later layers win):
- id: web-search-tokenrhythm
name: dsh-web-search-tokenrhythm
config:
apiKeyEnv: MY_GATEWAY_API_KEY
baseURL: https://my-gateway.example/v1
model: my-web-search-model
Or edit the web-search-tokenrhythm section in the GUI Settings page — it takes effect on the next search without a restart.
Not using a gateway with web_search?
This provider cannot help. Install a different search backend instead (e.g. @deepseek-ai/dsh-web-search-exa or @deepseek-ai/dsh-web-search-perplexity) and set searchProvider to its id.