Initiële Instellingen
Voer de interactieve installatiewizard uit om je 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-werkstromen:
/root/.hermes/cron/ - Vaardigheden/plugins:
/root/.hermes/skills/ - Kerncode van de agent:
/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