Initial Setup
运行交互式设置向导以配置你的代理:
hermes setup
重要文件与目录
- Config file:
/root/.hermes/config.yaml - Environment variables:
/root/.hermes/.env - Sessions data:
/root/.hermes/sessions/ - Logs:
/root/.hermes/logs/ - Cron workflows:
/root/.hermes/cron/ - Skills/plugins:
/root/.hermes/skills/ - 核心代理代码:
/root/.hermes/hermes-agent/
CLI Commands
# 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