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).
安装
此插件尚未提供可验证的 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-...