Hermes HA

インストール

Hermes Agent は Python またはコンテナランタイムが動作するどこでも実行できます。ターゲット環境に合わせて方法を選択してください。

ワンライナー(推奨)

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

pipx による手動インストール

pipx install hermes-agent

Docker

docker run --rm -it \
  -v ~/.hermes:/root/.hermes \
  -e OPENAI_API_KEY=$OPENAI_API_KEY \
  nousresearch/hermes-agent:latest

ターミナルバックエンド

Hermes は 6 種類のバックエンドをサポート。hermes config で設定:

  • local:ホストで直接実行。
  • docker:ツール実行のサンドボックス化。
  • ssh:リモートホストへ委譲。
  • daytona:一時的な開発環境。
  • singularity:HPC ワークロード。
  • modal:サーバーレス GPU / ハイバネーション。

確認

hermes --version
hermes doctor

hermes doctor が診断を実行し、不足依存や設定ミスを表示します。