Hermes Agent

A self-improving AI agent that learns, evolves, and grows with you.

初始设置

Run the interactive setup wizard to configure your agent:

hermes setup

重要文件和目录

  • 配置文件: /root/.hermes/config.yaml
  • 环境变量: /root/.hermes/.env
  • Sessions data: /root/.hermes/sessions/
  • 日志: /root/.hermes/logs/
  • Cron workflows: /root/.hermes/cron/
  • Skills/plugins: /root/.hermes/skills/
  • Core agent code: /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

申请详情