Hermes Agent

Integrations › Hermes Agent

Search + extract plugin

A standalone plugin that follows the Hermes third-party-provider policy: it registers a Keenable web_search / web_extract backend through the normal plugin discovery path, so nothing in Hermes core changes. Install it from PyPI, or drop it into ~/.hermes/plugins/web/keenable/.

pip install, enable the plugin, select the Keenable backend, then one keyless agent search.

Setup

  1. 1Install
    bash
    pip install hermes-keenable-web
  2. 2Enable it and select the backend
    bash
    hermes plugins enable keenable
    hermes config set web.backend keenable
  3. 3Use it

    Run Hermes and ask something that needs the web; the agent web_search routes through Keenable.

Keyless by default; set KEENABLE_API_KEY to lift the rate limits.

hermes-keenable-web on PyPI →