초기 설정
Run the interactive setup wizard to configure your agent:
hermes setup
중요한 파일 및 디렉터리
- 구성 파일:
/root/.hermes/config.yaml - 환경 변수:
/root/.hermes/.env - Sessions data:
/root/.hermes/sessions/ - 로그:
/root/.hermes/logs/ - Cron workflows:
/root/.hermes/cron/ - Skills/plugins:
/root/.hermes/skills/ - Core agent code:
/root/.hermes/hermes-agent/
CLI Commands
# 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
