Configuring Hermes
Hermes is a command-line agent from Nous Research that connects to models over the OpenAI-compatible protocol.
1. Install
For Linux / macOS / WSL2 (Git is the only prerequisite; the install script handles the rest):
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
After installation, reload your shell (or open a new terminal).
2. Run the setup wizard
hermes setup
Follow the prompts:
- Choose Quick Setup;
- Model provider: choose the Custom / OpenAI-compatible option;
- Base URL: enter
https://api.wylon.cn/v1; - API Key: paste your wylon API Key;
- Model name: enter the model ID you want, e.g.
moonshotai/Kimi-K2.6; - Complete the remaining options.
tips_and_updates
Hermes lists several preset vendors by default, but wylon is not among them — choose "Custom /
OpenAI-compatible" and enter the details manually.
3. Use
Once configured, run the command Hermes shows you to start (for example, hermes to enter an interactive session).