Počáteční nastavení
Spusťte interaktivního průvodce nastavením a nakonfigurujte svého agenta:
hermes setup
Důležité soubory a adresáře
- Konfigurační soubor:
/root/.hermes/config.yaml - Proměnné prostředí:
/root/.hermes/.env - Údaje o relacích:
/root/.hermes/sessions/ - protokoly:
/root/.hermes/logs/ - Pracovní postupy cronu:
/root/.hermes/cron/ - Dovednosti/pluginy:
/root/.hermes/skills/ - Kód hlavního 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