JanisKroja/dsh-web-search-crw0

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

AI 分析

适合需要将CRW搜索源接入DSH网页搜索能力接口的开发者或用户。

パッケージ
dsh-web-search-crw
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/12

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

Settings namespace web-search-crw (also editable live under Settings → Plugins → Plugin configuration → Web search (CRW)):

KeyDefaultMeaning
baseURLhttp://localhost:3000CRW base; /v1/search is appended. Env fallback: CRW_SEARCH_BASE_URL
apiKeyOptional bearer key. Env fallback: CRW_SEARCH_API_KEY
limit5Result-count fallback when the tool passes no maxResults
timeoutMs30000Per-search deadline; keep below the tool layer's searchTimeoutMs