Hermes Agent
Hermes Agent by Nous Research has a first-class OpenViking memory provider built in. No plugin to install — just point Hermes at your OpenViking server and it handles memory storage, recall, and extraction natively.
Keep the Python environments separate
Hermes connects to OpenViking over HTTP, so OpenViking does not need to be installed in the Hermes Python environment. Run the OpenViking server in its own virtual environment or container. Do not use --force-reinstall to add or upgrade OpenViking in an existing Hermes environment: a Hermes release may pin dependency versions that differ from OpenViking's supported, security-patched versions. If you intentionally combine both applications in one environment, resolve them together and run python -m pip check before starting either service.
Setup
Run the Hermes memory setup wizard:
hermes memory setupThe wizard prompts for:
- OpenViking server URL — your self-hosted server (default
http://127.0.0.1:1933) or OpenViking Service (VolcEngine Cloud) - API key — leave blank for local dev mode
- Tenant account / user / peer IDs — for multi-tenant deployments. Legacy
agent_idsettings map to the request actor peer during migration.
Configuration is saved to Hermes's config.yaml and .env files.
Verify
hermes memory statusOnce configured, Hermes automatically uses OpenViking for long-term memory — viking_remember, viking_recall, and other memory tools become available to the agent.
See also
- Hermes — OpenViking memory provider docs — full setup guide and configuration options
- Deployment Guide — setting up your OpenViking server
- Authentication — API key setup for remote access
