mmyhj/dsh-tool-hermes-web0

dsh-tool-hermes-web

Hermes-backed web search/fetch for DeepSeek Harness: DuckDuckGo (ddgs) primary + Tavily fallback search, Firecrawl extraction. Backends and paths configured in the Settings page (hermes-web section).

AI 分析

核心用途是为 DSH 提供联网搜索与网页内容解析能力。适合需要智能体实时检索互联网信息并提取干净正文的各种调研任务。

パッケージ
dsh-tool-hermes-web
バージョン
0.4.0
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

All options live in the Settings → Hermes Web Search section (namespace hermes-web):

OptionMeaningDefault
search_backendddgs (free) or tavilyddgs
extract_backendfirecrawlfirecrawl
proxyHTTP(S) proxy for the ddgs child process; empty = no proxyhttp://127.0.0.1:7897
hermes_envPath to the .env file holding API keysempty → HERMES_ENV env var → D:/Hermes/.env
hermes_pythonPython interpreter with ddgs installedempty → HERMES_PYTHON env var → D:/Hermes/hermes-agent/venv/Scripts/python.exe

Example .env:

TAVILY_API_KEY=tvly-...
FIRECRAWL_API_KEY=fc-...