Hermes Agent

Hermes Agent

Nous Research が作る、自己進化するエージェント。

あなたのサーバーに住み、学んだことを覚えていて、動かし続けるほど賢くなる自律 AI エージェント。コミュニティ製のガイド、スキル、統合をひとまとめに。

chat_bubble 22 messaging platforms · terminal 7 sandbox backends · build 40+ built-in tools

クイックスタート

BETA
# Works on macOS. One-liner install. ⚡
$ curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Installs the Hermes Agent CLI and its Python environment.

できること

computer

自分のサーバーで動く

Linux、macOS、WSL2 に対応。月 5 ドルの VPS でも、GPU クラスターでも、Daytona や Modal のサーバーレス上でも動く。データとスキルは自分のインフラに残る。

chat_bubble

いつものチャットアプリで

Telegram、Discord、Slack、WhatsApp、Signal、Email、CLI のどれからでも会話できる。こちらで話し始めて、あちらで続きを話してもそのまま繋がる。

psychology

本当の長期記憶

長期記憶に加えて、Honcho による弁証法的なユーザーモデルを持つ。Hermes を長く使うほど、あなたのプロジェクト、好み、過去の判断を深く理解していく。

public

40 以上の内蔵ツール

Web 検索、ブラウザ自動化、ビジョン、画像生成、音声、マルチモデル推論。どれも同じ会話の中から呼び出せる。

terminal

ちゃんと効く sandbox

6 種類の terminal バックエンド:local、Docker、SSH、Daytona、Singularity、Modal。コンテナのハードニング、namespace 隔離、コマンド承認フローまで揃う。

extension

スキルを自分で書く

Hermes は使用経験からスキルを作り、使いながら磨き、オープンな agentskills.io 標準と同期する。うまく動いたものはコミュニティにそのままシェアできる。

schedule

Scheduled Automations

Built-in cron scheduler — describe a job in natural language and let Hermes run it unattended. Daily reports, nightly backups, weekly audits; with `deliver=all` the output fans out to every connected chat platform at once.

account_tree

Parallel Subagents

Spawn isolated subagents for parallel workstreams. Each runs in its own sandbox and reports back. Write Python scripts that call tools via RPC to collapse multi-step pipelines into one zero-context-cost turn.

swap_horiz

OpenAI-Compatible Proxy

Run `hermes proxy` and your Claude Pro, ChatGPT Pro, or SuperGrok OAuth session is exposed as a local OpenAI-compatible HTTP endpoint. Codex CLI, Aider, Cline, and Continue hit it without an API key — one subscription, every tool. New in v0.14.0.

flag

自走する /goal ループ

`/goal` で目標と合格条件を渡せば、worker が一手ずつ提案し、別の judge モデルが採点。judge が OK と言うまでループは回り続ける。途中で条件を足したくなったら `/subgoal` でその場追加――再起動はいらない。成否がはっきり採点できるタスクに向く。

sync_alt

セッションを止めずに /handoff

会話の途中でモデル・パーソナリティ・プロファイルを切り替えたい時、`/handoff` 一発でセッションを丸ごと引き継ぐ。メッセージもツール呼び出しもコンテキストも、1 バイトも落とさない。v0.14.0 で追加。

動いてる様子を見る

Hermes Agent、実際動かすとこうなる

コミュニティ製のデモとウォークスルー。入れる前に何ができるか覗ける。

play_circle もっと動画とコミュニティ作品 arrow_forward

最新のアップデート

記事をすべて見る arrow_forward
May 19, 2026 · 8 分で読める

OpenClaw から Hermes Agent へ——ステップごとの移行手順

これまで OpenClaw を走らせてきたなら、Hermes Agent はその後継だ。v0.14.0 には組み込みの `hermes claw migrate` が乗っていて、SOUL.md、memory、skill、コマンド許可リスト、メッセージング設定、API key、TTS 素材を一括で持ち込める。この記事はその実践ガイドだ——何が引き継がれるか、どんなフラグがあるか、そして驚かないための「まず dry-run」流儀。

Tutorial Migration
May 18, 2026 · 7 分で読める

Claude Pro 一つの契約で全部のツール:`hermes proxy` で Aider、Cline、Codex CLI を繋ぐ

v0.14.0 が出した一行のコマンド——`hermes proxy`——が、コミュニティが何ヶ月も尋ねていた連携問題のひとクラスをまるごと飲み込んだ。一度走らせれば、ローカルに `http://localhost:port` のエンドポイントが立つ。OpenAI の API を喋るエンドポイントで、背後で接続するのは自分がログインしている OAuth プロバイダ——Claude Pro、ChatGPT Pro、SuperGrok。Aider、Cline、Codex CLI、Continue——OpenAI 互換のエンドポイントしか知らないツール群が、既存の契約のままで動く、API key は不要。手順を最初から順番に追う。

Tutorial For Power Users
May 18, 2026 · 9 分で読める

7 から 22 へ、14 ヶ月で——Hermes Agent が今走る全チャットプラットフォーム

Hermes Agent が 2026 年 3 月にローンチしたとき、一つの gateway プロセスから 7 つのチャットプラットフォームを喋っていた。14 ヶ月後、その数字は 22 になった——Telegram と Discord から、Microsoft Teams、LINE、SimpleX Chat まで全部。どこに行っても同じ memory、同じ skill、同じエージェント。これは完全な地図だ:プラットフォームをカテゴリ別に、どのリリースで着地したか、そして「エージェント一つ、入口二十二」がなぜ実際に成立するのかという gateway アーキテクチャの話。

Architecture Messaging

ユーザーの声

すべて見る arrow_forward
@opslead_marc avatar

"One config replaced three of our chat bots. This is the one."

@opslead_marc
@low_latency_dan avatar

"Hermes on a $5 Hetzner box with load average 0.03. It is absurdly efficient."

@low_latency_dan
@generalist_greg avatar

"The first self-hosted AI assistant I did not uninstall after a week."

@generalist_greg
@yuki_codes avatar

"The ACP integration into VS Code changed how I code. I do not leave the editor anymore."

@yuki_codes
@memory_mori avatar

"Honcho memory turned a chatbot into something that remembers how I actually work."

@memory_mori
@pocket_engineer avatar

"Running Hermes on my old Pixel in Termux. Free, private, always on."

@pocket_engineer
@opslead_marc avatar

"One config replaced three of our chat bots. This is the one."

@opslead_marc
@low_latency_dan avatar

"Hermes on a $5 Hetzner box with load average 0.03. It is absurdly efficient."

@low_latency_dan
@generalist_greg avatar

"The first self-hosted AI assistant I did not uninstall after a week."

@generalist_greg
@yuki_codes avatar

"The ACP integration into VS Code changed how I code. I do not leave the editor anymore."

@yuki_codes
@memory_mori avatar

"Honcho memory turned a chatbot into something that remembers how I actually work."

@memory_mori
@pocket_engineer avatar

"Running Hermes on my old Pixel in Termux. Free, private, always on."

@pocket_engineer
@infra_priya avatar

"Credential pools saved my weekend. Three Anthropic keys rotating on autopilot."

@infra_priya
@redteam_blue avatar

"MCP OAuth 2.1 PKCE plus OSV scanning. Finally an agent framework that takes plugins seriously."

@redteam_blue
@secdev_sam avatar

"Filesystem checkpoints plus /rollback is how I convince skeptics to try agents."

@secdev_sam
@partnered_pat avatar

"My non-technical partner uses Hermes more than I do now. Best onboarding of any AI tool."

@partnered_pat
@dr_elena_ml avatar

"Self-optimized GPT guidance is the quiet revolution of 2026. They are benchmarking prompts instead of writing them."

@dr_elena_ml
@private_phoebe avatar

"Full MEDIA delivery on Signal means I finally have a private, encrypted line to my assistant."

@private_phoebe
@infra_priya avatar

"Credential pools saved my weekend. Three Anthropic keys rotating on autopilot."

@infra_priya
@redteam_blue avatar

"MCP OAuth 2.1 PKCE plus OSV scanning. Finally an agent framework that takes plugins seriously."

@redteam_blue
@secdev_sam avatar

"Filesystem checkpoints plus /rollback is how I convince skeptics to try agents."

@secdev_sam
@partnered_pat avatar

"My non-technical partner uses Hermes more than I do now. Best onboarding of any AI tool."

@partnered_pat
@dr_elena_ml avatar

"Self-optimized GPT guidance is the quiet revolution of 2026. They are benchmarking prompts instead of writing them."

@dr_elena_ml
@private_phoebe avatar

"Full MEDIA delivery on Signal means I finally have a private, encrypted line to my assistant."

@private_phoebe

よくある質問

Hermes Agent に関するよくある質問。公式 README、リリースノート、ドキュメントから。

アップデートを購読

Hermes Agent の新リリース、新しいスキル、新しい統合をコミュニティの視点でお届け。スパムなし、いつでも解除できる。