mmyhj / dsh-tool-hermes-web

목록에 있음

Hermes-backed web search/fetch for DeepSeek Harness: ddgs + Tavily search, Firecrawl extraction

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:mmyhj/dsh-tool-hermes-web

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 470b237동기화 2026. 8. 18.

dsh-tool-hermes-web

Hermes-backed web search/fetch for the DeepSeek Harness (DSH).

  • Search: DuckDuckGo via a Python venv ddgs package (free, unlimited) as primary, Tavily as fallback.
  • Fetch / extract: Firecrawl (markdown extraction).
  • Backends are chosen in the DSH Settings → Hermes Web Search section, hot-reloaded (no file editing).
  • API keys are read from a plain .env file (default D:/Hermes/.env, configurable) and are never stored in settings.
  • Registers the ctx.web providers under the id hermes-web (works with web_search / web_fetch).

Built from the Hermes personal-assistant setup at D:/Hermes; paths are configurable so any layout works.

Install

dsh plugin --profile web add dsh-tool-hermes-web
# or from source: dsh plugin --profile web add D:/path/to/dsh-tool-hermes-web

Restart dsh web, then open Settings → Hermes Web Search to pick backends.

Requirements

  • ddgs backend: a Python interpreter with the ddgs package installed (e.g. pip install ddgs), and optionally a proxy for DuckDuckGo (default http://127.0.0.1:7897 — Clash-style).
  • Tavily backend: TAVILY_API_KEY in the .env file.
  • Firecrawl backend: FIRECRAWL_API_KEY in the .env file.

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

Security notes

  • API keys live only in the .env file (read at call time, never logged, never written to settings).
  • ddgs runs as a local child process with an explicit proxy env when configured.
  • The plugin is MIT-licensed; review the source before installing (it runs inside the DSH host process).

License

MIT

저장소 정보

언어
JavaScript
라이선스
보고되지 않음
마지막 업데이트
2026. 8. 16. 오전 11:03

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.