Hermes Agent is an AI agent platform developed by Nous Research, designed to evolve alongside users and support increasingly complex workflows. | https://hermes-agent.nousresearch.com
1.1 Usage
Method 1: Interactive Setup (Recommended)
hermes model
# Select "Custom endpoint"
# Enter:
# API base URL: https://api.rygen.io/v1
# API key: your-rygen-api-key
# Model name: your-model-nameMethod 2: Custom Provider Configuration
Edit ~/.hermes/config.yaml:
custom_providers:
- name: rygen
base_url: https://api.rygen.io/v1
api_key: your-rygen-api-key
api_mode: chat_completionsSwitch to the model:
/model custom:rygen:your-model-name
