JPA957/dsh-web-search-anysearch ↗★ 0
@jpa957/dsh-web-search-anysearch
AnySearch-backed search provider plugin for DeepSeek Harness (ctx.web) with round-robin API-key rotation and per-key cooldown failover
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JPA957/dsh-web-search-anysearch说明文档
阅读完整 README ↗Configuration
All fields are optional; the provider searches anonymously without any key.
| Field | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Literal AnySearch API key; a comma-separated list is split into the pool. |
apiKeys | string[] | — | API key pool for rotation/failover; merged with apiKey. |
baseURL | string | https://api.anysearch.com | Endpoint base; /v1/search is appended. |
maxResults | number | 10 | Result count sent as max_results when the request carries none (1-10). |
Key-pool merge order: apiKeys array, then comma-separated apiKey, then comma-separated $ANYSEARCH_API_KEY from the launch environment. Duplicates collapse; an empty result means anonymous.