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).

包名
dsh-tool-hermes-web
版本
0.4.0
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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-...