Configurazione iniziale
Esegui la procedura guidata di installazione interattiva per configurare l'agente:
hermes setup
File e directory importanti
- File di configurazione:
/root/.hermes/config.yaml - Variabili d'ambiente:
/root/.hermes/.env - Dati delle sessioni:
/root/.hermes/sessions/ - Registri:
/root/.hermes/logs/ - Flussi di lavoro Cron:
/root/.hermes/cron/ - Competenze/plugin:
/root/.hermes/skills/ - Codice agente principale:
/root/.hermes/hermes-agent/
Comandi 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