DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

relay-dsh-plugin-semantic-router

Relay Dsh Plugin Semantic Router

面向召回的语义事件路由器,用于 DeepSeek Harness 上的 Relay Events。

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

npx -y @deepseek-ai/dsh plugin --profile web add relay-dsh-plugin-semantic-router@0.2.3
README兼容性版本

兼容性与来源证明

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

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

版本

0.2.3stable
2026/9/15
0.2.2stable
2026/9/3
0.2.1stable
2026/9/1
查看其余 8 个版本收起版本
0.2.4-rc.1prerelease
2026/9/16
0.2.3-rc.2prerelease
2026/9/15
0.2.3-rc.1prerelease
2026/9/3
0.2.1-rc.1prerelease
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.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
65 kB
文件数
13
Surface
any
许可证
MIT
发布源
npm
周下载
234
安全扫描
✓ v0.2.3 扫描通过
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

Relay Semantic Router for DeepSeek Harness

Stable 0.2.3 is verified on official DSH 0.1.5-rc.2 and 0.1.6-alpha.1. No implementation adaptation was required; its peer metadata declares both exact releases. Install it from npm · Compatibility evidence.

Release channels: latest → 0.2.3; next → 0.2.3-rc.2.

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

English | 中文

relay-dsh-plugin-semantic-router registers a recall-oriented model Router with relay-dsh-plugin-events. It decides deliver, escalate, or dismiss from a normalized Event and compact active-Wait snapshot. It stores nothing and never admits a DSH Session itself.

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

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

Configure, replace, or disable an existing DSH LLM route from DSH Settings → Waiting events. Environment variables RELAY_ROUTER_PROVIDER and RELAY_ROUTER_MODEL are startup fallbacks. Missing or disabled configuration is a visible contained state; Events continues exact fallback routing without restart.

Build this repository with DSH_ROOT pointing to a prepared official DSH checkout: npm ci --ignore-scripts && npm run verify && npm pack. Install the resulting tarballs together. The npm package includes built lib/; raw GitHub source does not. Each model attempt is bounded to at most 60 seconds, with 1–3 attempts. Unloading cancels the active request without starting another retry.

See SPEC.md and delivery scenarios. 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.