Počáteční nastavení
Spusťte interaktivního průvodce nastavením pro konfiguraci agenta:
hermes setup
Důležité soubory a adresáře
- Konfigurační soubor:
/root/.hermes/config.yaml - Proměnné prostředí:
/root/.hermes/.env - Data relací:
/root/.hermes/sessions/ - Protokoly:
/root/.hermes/logs/ - Cron pracovní postupy:
/root/.hermes/cron/ - Dovednosti/PlugIny:
/root/.hermes/skills/ - Hlavní kód agenta:
/root/.hermes/hermes-agent/
Příkazy 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