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/.
Setup
- 1Installbash
pip install hermes-keenable-web - 2Enable it and select the backendbash
hermes plugins enable keenable hermes config set web.backend keenable - 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.