mmyhj/dsh-tool-hermes-web ↗★ 0
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 提供联网搜索与网页内容解析能力。适合需要智能体实时检索互联网信息并提取干净正文的各种调研任务。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
All options live in the Settings → Hermes Web Search section (namespace hermes-web):
| Option | Meaning | Default |
|---|---|---|
search_backend | ddgs (free) or tavily | ddgs |
extract_backend | firecrawl | firecrawl |
proxy | HTTP(S) proxy for the ddgs child process; empty = no proxy | http://127.0.0.1:7897 |
hermes_env | Path to the .env file holding API keys | empty → HERMES_ENV env var → D:/Hermes/.env |
hermes_python | Python interpreter with ddgs installed | empty → HERMES_PYTHON env var → D:/Hermes/hermes-agent/venv/Scripts/python.exe |
Example .env:
TAVILY_API_KEY=tvly-...
FIRECRAWL_API_KEY=fc-...