헤르메스 에이전트
~/.hermes/config.yaml 의 model · delegation 에 클코클라우드 endpoint와 키를 지정합니다.
헤르메스 에이전트 설정
~/.hermes/config.yaml
yaml
model: provider: custom default: claude-sonnet-4-6 base_url: https://api.clcocloud.com/claude/v1 api_key: 여기에_발급받은_API키를_넣어주세요 api_mode: anthropic_messages timeout: 120delegation: provider: custom base_url: https://api.clcocloud.com/claude/v1 api_key: 여기에_발급받은_API키를_넣어주세요 model: claude-haiku-4-5-20251001 api_mode: anthropic_messages적용
terminal
bash
hermes config edit # 붙여넣고 저장hermes restart이 문서가 도움이 되었나요?