헤르메스 에이전트

~/.hermes/config.yamlmodel · delegation 에 구독핀 endpoint와 키를 지정합니다.

헤르메스 에이전트 설정

~/.hermes/config.yaml
yaml
1model:2  provider: custom3  default: claude-sonnet-4-64  base_url: https://api-anthropic.com/v15  api_key: 여기에_발급받은_API키를_넣어주세요6  api_mode: anthropic_messages7  timeout: 1208delegation:9  provider: custom10  base_url: https://api-anthropic.com/v111  api_key: 여기에_발급받은_API키를_넣어주세요12  model: claude-haiku-4-5-2025100113  api_mode: anthropic_messages

적용

terminal
bash
1hermes config edit   "docs-token-comment"># 붙여넣고 저장2hermes restart
이 문서가 도움이 되었나요?