初期設定
対話型セットアップ ウィザードを実行してエージェントを構成します。
hermes setup
重要なファイルとディレクトリ
- 設定ファイル:
/root/.hermes/config.yaml - 環境変数:
/root/.hermes/.env - セッションデータ:
/root/.hermes/sessions/ - ログ:
/root/.hermes/logs/ - Cron ワークフロー:
/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