フレームワーク
適切なフレームワークを選ぶ
Hatcherは本番運用可能な3つのエージェントフレームワークを提供します — スキル中心の自動化にはOpenClaw、長時間稼働する適応型エージェントにはHermes、プライバシー重視のRustネイティブエージェントにはIronClaw。
一目で
OpenClaw
AdvancedSkill-heavy autonomous worker
Power users who need maximum capability: autonomous task execution, persistent workspace, skills, cron, and multi-channel integrations.
Hermes
IntermediateLearning agent
Agents that learn and adapt: long-running memory, live config editing, tool routing, and persistent research workflows.
IronClaw
IntermediateRust-native private runtime
Privacy-focused agents on a hardened Rust runtime: WASM-sandboxed extensions, private libSQL memory, per-tool permissions, and conversational automations.
特徴行列
| 特徴 | OC OpenClaw | HM Hermes | IC IronClaw |
|---|---|---|---|
| 2,500+ ClawHub skills | |||
| Browser automation | |||
| Cron jobs & triggers | |||
| Multi-channel gateway | |||
| Persistent memory | |||
| Character personas | |||
| Plugin ecosystem | |||
| Social media native | |||
| Lightweight deploy |
一番...
どのフレームワークを選べばいいのか迷っていますか?使い方に合わせてください。
OpenClaw
AdvancedPower users who need maximum capability: autonomous task execution, persistent workspace, skills, cron, and multi-channel integrations.
Hermes
IntermediateAgents that learn and adapt: long-running memory, live config editing, tool routing, and persistent research workflows.
IronClaw
IntermediatePrivacy-focused agents on a hardened Rust runtime: WASM-sandboxed extensions, private libSQL memory, per-tool permissions, and conversational automations.
パフォーマンスベンチマーク
共有インフラ上のコールドスタート時間とベースラインメモリ使用Hatcher。実際の値は設定によって異なります。
コールドスタート時間
低いほど速い
ベースラインメモリ使用量
低いほど薄い
構成例
各フレームワークには独自の設定フォーマットがあります。典型的なセットアップはこういうものです。
# openclaw/config.yaml
model: deepseek/deepseek-v4-flash
provider: openrouter
skills:
- web_search
- calculator
- file_manager
- code_interpreter
platforms:
telegram:
token: "${TELEGRAM_BOT_TOKEN}"
discord:
token: "${DISCORD_BOT_TOKEN}"
memory:
backend: sqlite
path: ./workspace/memory.dbLLMのサポート
両フレームワークはプロバイダー課金の利用に対応できるBYOK(Bring Your Own Key)をサポートしています。ホスト型LLMはHatcherサポートプロバイダーとAI Creditsメーター利用を経由します。
OC OpenClaw
HM Hermes
IC IronClaw
* BYOK常に無料 — プロバイダー有料の利用は、Hatcher AI Creditsなしで。 セットアップガイドBYOKご覧ください→
クイックディシズムガイド
最大限のツールと自動化が欲しいです
OC · OpenClaw
時間をかけて学び続けられるエージェントが欲しいです
HM · Hermes
マルチチャネルのメッセージングとトリガーが必要です
OC · OpenClaw
メモリを多用する研究助手が必要だ
HM · Hermes