Hermes

Self-improving agent by Nous Research — persistent memory, skills, OpenRouter-native. 🪶

Upstream: nousresearch/hermes-agent

Resources

vCPUs2
Memory4096 MB
Volume10 GB
Workspace UIWeb + Terminal

Create one

gentity compute create --agent hermes --model openrouter/auto

First run

Hermes has a built-in web dashboard on the workspace URL plus a TUI you can reach via gentity compute ssh <id> and then hermes --tui. Both share the same HERMES_HOME=/opt/data so sessions started in one show up in the other.

On first boot the upstream entrypoint seeds /opt/data with default config, memory, skills, and a SOUL.md describing the agent's persona. Edit any of these from the dashboard's Skills / Config tabs or directly via SSH.

Models

ProviderNameLabel
openrouteropenrouter/autoOpenRouter (100+ models)
openrouteranthropic/claude-sonnet-4.5Claude Sonnet 4.5 (OpenRouter)
openrouteropenai/gpt-4oGPT-4o (OpenRouter)
openrouterdeepseek/deepseek-chatDeepSeek Chat (OpenRouter)
openaigpt-4oGPT-4o
anthropicclaude-sonnet-4-5Claude Sonnet 4.5

Hermes is OpenRouter-native — the openrouter/* models give you 100+ backing LLMs without per-provider keys. openrouter/auto picks per-request.