Hermes
Hermes is Nous Research’s self-improving agent. It accepts a custom OpenAI-compatible model endpoint, so you can point it at Routeplane and route its model calls across the whole registry.
Prerequisites
Section titled “Prerequisites”- Routeplane running — local proxy at
http://127.0.0.1:4356. Routeplane Cloud is on the Phase D roadmap and not yet shipping; for now, self-host with your own provider keys. - Hermes installed. See NousResearch/hermes-agent for setup.
Point Hermes at Routeplane
Section titled “Point Hermes at Routeplane”Set the model provider to custom and the base URL to Routeplane’s /v1 root in ~/.hermes/config.yaml:
model: provider: custom base_url: http://127.0.0.1:4356/v1 api_key: local-placeholder # any value for the local proxy model: openai/gpt-4oThe same can be set from the CLI:
hermes config set model.base_url http://127.0.0.1:4356/v1Pick a model
Section titled “Pick a model”The model field takes any registry id in provider/model form, optionally with a :cost / :latency variant. See Models.