DW
编程/npm v0.1.0-rc.6

DSH Workflow Worker Thread

本包为 WorkflowEngine 提供实现,每次运行使用一个 Node worker thread。worker 执行编排脚本;子 agent(智能体)留在宿主上,脚本通过带类型的宿主/worker 协议经由 ctx.subagents 访问它们。

by DeepSeek官方内置
前往 GitHub 前往 npm
v0.1.0-rc.6版本
npmnpm 包
MIT许可证
TypeScript主要语言
2026年8月13日更新于
01

安装

npx @deepseek-ai/dsh@latest web
02

关于此插件

本包为 WorkflowEngine 提供实现,每次运行使用一个 Node worker thread。worker 执行编排脚本;子 agent(智能体)留在宿主上,脚本通过带类型的宿主/worker 协议经由 ctx.subagents 访问它们。 在 DSH 0.1.0-rc.6 的默认 Web 组合中,该包对应配置条目 “workflow-worker-thread”。

03

提供的能力

  • 01本包为 WorkflowEngine 提供实现,每次运行使用一个 Node worker thread。worker 执行编排脚本;子 agent(智能体)留在宿主上,脚本通过带类型的宿主/worker 协议经由 ctx.subagents 访问它们。
  • 02已包含在默认 DSH Web 组合中
  • 03以带版本的 npm 包发布,并提供公开源码

重要说明

  • 当前 DSH 版本已内置 0.1.0-rc.6,无需单独安装。
  • 请通过官方 DSH profile 加载该内置组件;仅安装 npm 包不会自动组成 profile。
04

README 预览

README.md

DSH Workflow Worker Thread

本包为 WorkflowEngine 提供实现,每次运行使用一个 Node worker thread。worker 执行编排脚本;子 agent(智能体)留在宿主上,脚本通过带类型的宿主/worker 协议经由 ctx.subagents 访问它们。

在来源页面阅读完整 README