dsh-freeweb
Keyless web-search provider for DeepSeek Harness (dsh): DuckDuckGo + Startpage scrapers and Perplexity's anonymous ask endpoint behind a consensus fan-out. No API keys, no signup, no quota owner.
AI 분석
核心用途是提供免费的网页搜索能力。适合需要联网搜索功能,但不想注册或付费购买第三方搜索 API 密钥的 DSH 用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
Defaults live on the plugin entry; every value is optional:
- id: freeweb
name: 'dsh-freeweb'
config:
engines:
duckduckgo: true
startpage: true
perplexity: true
firecrawl: auto # auto = only when a key/endpoint exists; true|false also accepted
firecrawlApiKey: '' # or env FIRECRAWL_API_KEY; free tier at firecrawl.dev, no card
softDeadlineMs: 6000 # early-return once ≥1 engine answered
hardDeadlineMs: 27000 # absolute cap; stragglers aborted
engineTimeoutMs: 25000 # per-engine transport timeout
The deadlines bound each call: engines get 25 s individually, the whole fan-out returns early at 6 s once something has answered, and nothing outlives 27 s. Config changes take effect after a dsh restart.