Thiết lập ban đầu
Chạy trình hướng dẫn thiết lập tương tác để định cấu hình tác nhân của bạn:
hermes setup
File và thư mục quan trọng
- Tập tin 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 làm việc của Cron:
/root/.hermes/cron/ - Kỹ năng/plugin:
/root/.hermes/skills/ - Mã đại lý cốt 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