of1102/dsh-web-search-ark0

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.

AI 분석

核心用途是为 DSH 提供高质量的联网搜索能力。适合需要模型获取最新时效性信息的用户;必要条件是需配置火山引擎的 API Key。

패키지
dsh-web-search-ark
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 8. 25.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:of1102/dsh-web-search-ark

Configuration

KeyDefaultDescription
apiKeyEnvVOLCENGINE_API_KEYCredential reference: resolved from the credentials service, the launching environment, or a literal apiKey in this section
baseURLhttps://ark.cn-beijing.volces.com/api/v3Responses-API base; /responses is appended. Env override: ARK_SEARCH_BASE_URL
modeldeepseek-v4-flash-ga-260731Model id used for the search sub-task
maxKeyword5Max 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.