Pengaturan Awal
Jalankan wizard pengaturan interaktif untuk mengonfigurasi agen Anda:
hermes setup
File dan Direktori Penting
- File konfigurasi:
/root/.hermes/config.yaml - Variabel lingkungan:
/root/.hermes/.env - Data sesi:
/root/.hermes/sessions/ - Log:
/root/.hermes/logs/ - Alur kerja Cron:
/root/.hermes/cron/ - Keterampilan/plugin:
/root/.hermes/skills/ - Kode agen inti:
/root/.hermes/hermes-agent/
Perintah 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