Codex CLI vs Hermes Agent
以下是从 11 个维度对 Codex CLI 和 Hermes Agent 的详细对比。
Codex CLI
OpenAI 开源的 AI 编码代理 CLI
- 价格
- BYOK(自带 API Key)
- GitHub Stars
- 100K+
- 开源
- true
- 支持模型
- GPT-4o, GPT-4.1, o-series(通过 API)
- 上下文窗口
- 128K tokens
- 多文件编辑
- true
- Git 集成
- true
- MCP 支持
- true
- 子代理
- false
- 平台支持
- macOS, Linux
- 首发年份
- 2025
npm install -g @openai/codexHermes Agent
Nous Research 开源 AI 代理框架
- 价格
- 免费(BYOK)
- GitHub Stars
- 217K+
- 开源
- true
- 支持模型
- 多模型(DeepSeek, Claude, GPT 等)
- 上下文窗口
- 依模型而定
- 多文件编辑
- true
- Git 集成
- true
- MCP 支持
- true
- 子代理
- true
- 平台支持
- macOS, Linux
- 首发年份
- 2025
pip install hermes-agent完整对比表
| 工具 | 价格 | GitHub Stars | 开源 | 支持模型 | 上下文窗口 | 多文件编辑 | Git 集成 | MCP 支持 | 子代理 |
|---|---|---|---|---|---|---|---|---|---|
Codex CLI🔓 OpenAI 开源的 AI 编码代理 CLI | BYOK(自带 API Key) | 100K+ | ✓ | GPT-4o, GPT-4.1, o-series(通过 API) | 128K tokens | ✓ | ✓ | ✓ | — |
Hermes Agent🔓 Nous Research 开源 AI 代理框架 | 免费(BYOK) | 217K+ | ✓ | 多模型(DeepSeek, Claude, GPT 等) | 依模型而定 | ✓ | ✓ | ✓ | ✓ |
一键安装
Codex CLI
npm install -g @openai/codexHermes Agent
pip install hermes-agent