초기 설정
대화형 설정 마법사를 실행하여 에이전트를 구성합니다.
hermes setup
중요한 파일과 디렉토리
- 구성 파일:
/root/.hermes/config.yaml - 환경 변수:
/root/.hermes/.env - 세션 데이터:
/root/.hermes/sessions/ - 로그:
/root/.hermes/logs/ - 크론 작업 흐름:
/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