Hermes Agent
Hermes Agent is an agent that grows with you. Official site: hermes-agent.nousresearch.com
1.1 Usage
Method 1: Interactive Setup (Recommended)
hermes model
# Select "Custom endpoint"
# Enter:
# API base URL: https://api.hpc-ai.com/inference/v1
# API key: your-hpc-ai-api-key
# Model name: minimax/minimax-m2.5
Method 2: Custom Provider
# ~/.hermes/config.yaml
custom_providers:
- name: hpc-ai
base_url: https://api.hpc-ai.com/inference/v1
api_key: your-hpc-ai-api-key
api_mode: chat_completions
Then switch with:
/model custom:hpc-ai:minimax/minimax-m2.5