Hermes Agent Integration Overview
Hermes integrates with the Coding Plan through the OpenAI Chat Completions protocol, supporting both interactive wizard and manual configuration as local entry points.
| Configuration Method | Guide |
|---|---|
hermes model Interactive Wizard |
Wizard Configuration |
YAML + .env Manual Configuration |
Manual Configuration |
¶ Common Configuration
- Base URL:
https://api.ai.moses.day/v1 - Transport:
chat_completions - API Token: Obtain from Coding Application
- Model ID: Select from the real-time model directory
Both methods ultimately write to the Hermes config-v12 named provider configuration. You can choose either one, do not declare the provider multiple times in the same configuration.
Return to Coding Plan Configuration Center.