初始设置
运行交互式设置向导来配置您的代理:
hermes setup
重要文件和目录
- 配置文件:
/root/.hermes/config.yaml - 环境变量:
/root/.hermes/.env - 会话数据:
/root/.hermes/sessions/ - 日志:
/root/.hermes/logs/ - 克朗工作流程:
/root/.hermes/cron/ - 技能/插件:
/root/.hermes/skills/ - 核心代理代码:
/root/.hermes/hermes-agent/
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