Thiết lập ban đầu
Chạy trình hướng dẫn thiết lập tương tác để cấu hình agent:
hermes setup
Các tệp và thư mục quan trọng
- Tệp cấu hình:
/root/.hermes/config.yaml - Biến môi trường:
/root/.hermes/.env - Dữ liệu phiên
/root/.hermes/sessions/ - Nhật ký:
/root/.hermes/logs/ - Quy trình cron:
/root/.hermes/cron/ - Kỹ năng/plugin:
/root/.hermes/skills/ - Mã nguồn agent lõi:
/root/.hermes/hermes-agent/
Lệnh 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