Files
nexus/wiki/entities/Hermes-Agent.md
2026-05-03 05:42:12 +08:00

26 lines
724 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Hermes Agent"
type: entity
tags: []
---
## Overview
Hermes Agent 是另一个本地运行的 AI Agent 系统,与 OpenClaw 并列,通过 n8n 工作流进行统一编排。
## Key Facts
- **默认端口**8642
- **Agent 指定方式**`"model": "hermes-agent"`
- **网络**:与 OpenClaw 共用同一局域网 IP仅端口不同
## 与 OpenClaw 对比
| 属性 | Hermes Agent | OpenClaw |
|------|-------------|----------|
| 默认端口 | 8642 | 18789 |
| Agent 指定方式 | `"model": "hermes-agent"` | `"model": "openclaw:<agentId>""` |
| OpenAI 兼容端点 | 默认开启 | 默认关闭(需手动开启) |
## Related Pages
- [[n8n-调用openclaw-agents的工作流架构]]
- [[OpenClaw]]