초기 설정
대화형 설정 마법사를 실행하여 에이전트를 구성하세요:
hermes setup
주요 파일 및 디렉토리
- 구성 파일:
/root/.hermes/config.yaml - 환경 변수:
/root/.hermes/.env - 세션 데이터:
/root/.hermes/sessions/ - 로그:
/root/.hermes/logs/ - Cron 워크플로우:
/root/.hermes/cron/ - 기술/플러그인:
/root/.hermes/skills/ - 핵심 에이전트 코드:
/root/.hermes/hermes-agent/
CLI 명령어
# View help
hermes --help
# Run setup wizard
hermes setup
# Start agent chat
hermes
# Choose model/provider
hermes model
# Manage tool access
hermes tools
# Configure messaging / integrations
hermes gateway setup
# Set individual config values
hermes config set <key> <value>
# Diagnose any issues
hermes doctor