tabsp/dsh-web-search-chrome0

dsh-web-search-chrome

Free Google search provider for the DeepSeek Harness web seam (ctx.web): drives local Chrome through the agent-browser CLI (headless, --profile) with no paid search API

AI 分析

核心用于实现免费的网页搜索与信息检索。适合预算有限、需要让 AI 获取最新网络信息的任务。必要条件是本地需安装 Chrome 浏览器及 agent-browser 依赖。

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

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultMeaning
agentBrowserPathagent-browserExecutable: a bare name resolved through PATH, or a full path (e.g. a Windows-side exe used from WSL).
profilePathrequiredChrome profile directory passed to --profile. Created if missing.
enginebingSearch engine: bing or google. Bing is the default (far more tolerant of VPN/datacenter IPs); google is available where it works.
headedfalseShow the Chrome window (--headed) instead of headless.
hlenEngine interface/result language (hl for Google, setlang for Bing).
num10Upper bound of results requested from the engine.
timeoutMs20000Hard per-search timeout.
cacheTtlMs86400000Disk-cache TTL; 0 disables the disk cache (session cache always stays on).
queueConcurrency1Serial queue — 0.1 supports exactly 1.
cachePathOS cache dirDisk-cache file override (~/.cache/dsh-web-search-chrome/cache.json on POSIX, %LOCALAPPDATA%\dsh-web-search-chrome\cache.json on Windows).

Full reference: docs/configuration.md · docs/README.md (documentation index).