Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


Webhooks

可从外部服务(如 GitHub、GitLab、JIRA、Stripe 等)接收事件,并自动触发 Hermes Agent 的运行。Webhook 适配器会运行一个 HTTP 服务器,用于接收 POST 请求、验证 HMAC 签名、将请求数据转换为 Agent 可处理的提示语,然后将响应发送回原始服务或另一个已配置的平台。

Agent 会对这些事件进行处理,可通过在 PR 上发表评论、向 Telegram/Discord 发送消息或记录处理结果等方式进行响应。

视频教程