runyuan-wang/dsh-route-certificate
runyuan-wang★ 1JavaScriptLast synced: 2026-08-15
Experimental RouteCertificate observer for the DeepSeek Harness developer preview
README excerpt
dsh-route-certificate Installable community RouteCertificate observer bundle for DeepSeek Harness users. The plugin watches durable turn/end session events, writes separate RouteCertificate receipts, and never rewrites or suppresses the raw Harness result. The bundled default is immediately usable without a user-written validator: it certifies only the Harness terminal state and source-bound event envelope . - completed + a valid, complete envelope → structural pass . - error + a valid, complete envelope → structural fail . - interrupted, aborted, disposed, max-token, unknown, or omitted-artifact cases → indeterminate . This policy does not judge answer truth, semantic correctness, output quality, safety, task success, or production fitness. An external validator remains optional when an operator wants a stronger policy. 中文介绍 RouteCertificate × DeepSeek Harness 是一个可直接安装的 Harness 社区插件。它主要服务于多个子 Agent 同时或分阶段干活的场景:在每个子任务结束后旁路生成结构化完成凭证,把请求、执行前缀、终止事件、结果范围和产物指纹绑定起来,帮助上层 Agent 核验各子 Agent 交回的结果是否属于正确的任务、正确的执行和正确的终态。 真正的核心优势:多子 Agent 之间可核验的任务交接 普通的成功/失败状态或执行轨迹可以告诉人“某个子 Agent 记录了什么”;RouteCertificate 更进一步要回答的是: 当多个子 Agent 分头干活时,接收方怎样机械核验,每份交回结果确实属于这一次请求、这一次执行和这一个终态。 它把每个子任务的交接链绑定进同一份可复算回执: 本次…
View full README on GitHub →