mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
1.3 KiB
1.3 KiB
description, kind
| description | kind |
|---|---|
| 经验证的外部事件、程序化规则与即发即弃 DSH Session 创建的包映射。 | package-group |
webhook/ — 从已验证外部事件到 DSH Session
English | 中文
概述
Webhook 系列接收通过身份验证的提供方事件,并运行受信任的程序化规则。规则可以在 Web Workspace 中创建普通根 Session。分发仅存在于进程内并采用 fire-and-forget,不拥有交付数据库、队列、重试、去重或 Agent 完成状态。
目录
包
| 包 | 角色 | ctx key |
|---|---|---|
webhook/ |
规则注册表、回调生命周期与基于 Workspace 的 Session 创建 | ctx.webhookRuntime |
webhook-github/ |
签名 GitHub HTTP 适配器 | 消费 ctx.webhookRuntime 与 ctx.webServer |
相关文档
提供方适配器负责验证身份并规范化交付。规则拥有任意条件和外部调用,随后返回 null 或一个 Session 请求。Webhook 子系统参考拥有共享类型与时序保证。
开发备注
无。