Konfiguracja wstępna
Uruchom interaktywny kreator konfiguracji, aby skonfigurować agenta:
hermes setup
Ważne pliki i katalogi
- Plik konfiguracyjny:
/root/.hermes/config.yaml - Zmienne środowiskowe:
/root/.hermes/.env - Dane sesji:
/root/.hermes/sessions/ - Dzienniki:
/root/.hermes/logs/ - Przepływy pracy Cron:
/root/.hermes/cron/ - Umiejętności/wtyczki:
/root/.hermes/skills/ - Podstawowy kod agenta:
/root/.hermes/hermes-agent/
Polecenia interfejsu wiersza polecenia
# 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