JanisKroja/dsh-web-search-crw ↗★ 0
dsh-web-search-crw
CRW (Firecrawl-compatible) search provider for the DeepSeek Harness web capability seam (ctx.web): registers a WebSearchProvider that calls CRW POST /v1/search
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Settings namespace web-search-crw (also editable live under
Settings → Plugins → Plugin configuration → Web search (CRW)):
| Key | Default | Meaning |
|---|---|---|
baseURL | http://localhost:3000 | CRW base; /v1/search is appended. Env fallback: CRW_SEARCH_BASE_URL |
apiKey | — | Optional bearer key. Env fallback: CRW_SEARCH_API_KEY |
limit | 5 | Result-count fallback when the tool passes no maxResults |
timeoutMs | 30000 | Per-search deadline; keep below the tool layer's searchTimeoutMs |