Initiële installatie
Voer de interactieve installatiewizard uit om uw agent te configureren:
hermes setup
Belangrijke bestanden en mappen
- Configuratiebestand:
/root/.hermes/config.yaml - Omgevingsvariabelen:
/root/.hermes/.env - Sessiegegevens:
/root/.hermes/sessions/ - Logboeken:
/root/.hermes/logs/ - Cron-workflows:
/root/.hermes/cron/ - Vaardigheden/plug-ins:
/root/.hermes/skills/ - Kernagentcode:
/root/.hermes/hermes-agent/
CLI-opdrachten
# 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