rawr Rawrter
Login

Hermes Agent

Autonomous agent with memory and messengers

Agents & frameworks agent memory messengers cli

About

Hermes Agent is an open-source autonomous agent with persistent cross-session memory and support for 21+ messengers. It targets any OpenAI-compatible endpoint.

How to connect

How to connect

Option 1 — interactive wizard:

hermes model

In the dialog choose Custom endpoint and set:

  • Base URL: https://api.openrussiarouter.com/v1
  • API Key: sk-or-...
  • Model: an ID from the Models catalog

Option 2 — edit ~/.hermes/config.yaml manually:

custom_providers:
  - name: openrussiarouter
    base_url: https://api.openrussiarouter.com/v1
    key_env: ORR_API_KEY
    api_mode: chat_completions

model:
  default: ORR/Gemini-3.1-Pro
  provider: custom:openrussiarouter

Put the key in ~/.hermes/.env: ORR_API_KEY=sk-or-.... Run with hermes (or hermes --tui).