of1102/dsh-web-search-ark ↗★ 0
dsh-web-search-ark
Volcengine Ark (火山方舟) web-search provider for the DSH web seam: calls the Ark Responses API with the native web_search tool and maps url_citation annotations to search sources.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:of1102/dsh-web-search-ark说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
apiKeyEnv | VOLCENGINE_API_KEY | Credential reference: resolved from the credentials service, the launching environment, or a literal apiKey in this section |
baseURL | https://ark.cn-beijing.volces.com/api/v3 | Responses-API base; /responses is appended. Env override: ARK_SEARCH_BASE_URL |
model | deepseek-v4-flash-ga-260731 | Model id used for the search sub-task |
maxKeyword | 5 | Max keyword searches per round (Ark allows 1–50) |
The bundle patch (cordis.patch.yml) presets apiKeyEnv, model, and
maxKeyword; a user patch only needs web.searchProvider: ark-official.
See examples/example-cordis.patch.yml.