DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Relay Dsh Plugin Events — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

relay-dsh-plugin-events

Relay Dsh Plugin Events

面向 DeepSeek Harness 的持久化、与提供商无关的 Wait、Event 和 Delivery 运行时。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add relay-dsh-plugin-events@0.2.4
README兼容性版本

兼容性与来源证明

Relay Dsh Plugin Events 以 relay-dsh-plugin-events 发布,当前版本为 0.2.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.4stable
2026/9/15
0.2.3stable
2026/9/3
0.2.2stable
2026/9/3
查看其余 10 个版本收起版本
0.2.5-rc.1prerelease
2026/9/16
0.2.4-rc.1prerelease
2026/9/15
0.2.3-rc.2prerelease
2026/9/4
0.2.3-rc.1prerelease
2026/9/3
0.2.1-rc.1prerelease
2026/9/1
0.2.1stable
2026/9/1
0.2.0stable
2026/9/1
0.2.0-rc.1prerelease
2026/9/1
0.1.0-internal.2prerelease
2026/8/31
0.1.0-internal.1prerelease
2026/8/31

相关插件

正在加载相关插件…

最新版
0.2.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
1.1 MB
文件数
18
Surface
web
许可证
MIT
发布源
npm
周下载
243
安全扫描
✓ v0.2.4 扫描通过
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

Relay Events for DeepSeek Harness

Stable 0.2.4 is verified on official DSH 0.1.5-rc.2 and 0.1.6-alpha.1. It uses the explicit official Session-list state contract required by the alpha release while remaining compatible with rc.2; its peer metadata declares both exact releases. Install it from npm · Compatibility evidence.

Release channels: latest → 0.2.4; next → 0.2.4-rc.1.

npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-events@next
npx @deepseek-ai/dsh@0.1.6-alpha.1 web

English | 中文

relay-dsh-plugin-events is the durable, provider-neutral Wait/Event/Delivery core for official DeepSeek Harness. It adds Agent tools, generic JSON ingress, delivery to the owning existing Session, recovery, and a Waiting Events settings surface without adding an execution backend.

The older internal npm channel remains available for integration testing and does not carry this compatibility guarantee. Use the exact 0.2.3 version in the latest-DSH command above; do not substitute @internal.

dsh plugin --profile web add --save-exact relay-dsh-plugin-events@internal
dsh web

Semantic routing and Monitor execution are separate plugins. Without a Router, Events uses exact event-type matching. Without Monitors, Wait-only registration and external ingress remain fully usable.

Database lifecycle

The Relay database is persistent and is not removed when the plugin is uninstalled. On startup, the plugin initializes a missing or empty database at the current schema. A recognized older schema is integrity-checked, backed up to <database>.backup-v<old>-to-v<current>.sqlite, and upgraded in one transaction before dependent indexes are created. The backup is verified and reused on a retry. Migration failure rolls back all schema changes and reports the backup path. An unknown non-empty schema, a corrupt database, foreign-key violations, or a schema newer than the plugin supports is rejected rather than guessed or silently modified.

See SPEC.md and delivery scenarios.

Set DSH_ROOT to the prepared immutable official DSH checkout, then run npm ci --ignore-scripts && npm run verify && npm pack. The npm package and locally packed tarball include built runtime files. A raw GitHub checkout intentionally does not track lib/; do not install #main as if it were a built release.

Tested official DSH references: 0.1.1-rc.2 at b150a551b8d465e31e418e1b2eaf5e79bbb7d28e, 0.1.2-alpha.2 at 0a53fb55bea101816fa226bb964ae2bed71c343b, and 0.1.2-alpha.3 at dd6322d604e00eec1ba5e0c8541159906a21094a.

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方