@deepseek-ai/dsh-workflow-worker-thread 0.1.0-rc.8 → 0.1.1-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -3,4 +3,4 @@
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/workflow/workflow-worker-thread/README.md
5
5
  README.md: ba32c9dab4e870dd52c8f8acba3cfa627fa78000
6
- README.zh.md: 99107aec40a45c8460f10082f2b75b908e3e8692
6
+ README.zh.md: b4c30eac3221b7091b2fc5d73149c244f5abf173
package/README.zh.md CHANGED
@@ -105,7 +105,7 @@ worker 错误、消息失败或提前退出会在清理前关闭消息接纳,
105
105
 
106
106
  #### 模型看到的内容
107
107
 
108
- 通过 [`dsh-tool-workflow`](../tool-workflow/README.md),成功结果只会在该消费方的包装层中公开实体化的最终 JSON 值和子 agent 数量。本引擎提供稳定错误,包括 `workflow script does not parse: <error>`、`invalid meta: <violations>`、`agent() requires a non-empty prompt string`、`agent() could not start a child: <error>`、`child agent run failed: <error>`,以及其精确的 `parallel()`、`pipeline()`、`phase()`、选项、schema 和 JSON 边界校验消息。中间子 agent 输出可供脚本使用,但不提供给父模型。
108
+ 通过 [`dsh-tool-workflow`](../tool-workflow/README.zh.md),成功结果只会在该消费方的包装层中公开实体化的最终 JSON 值和子 agent 数量。本引擎提供稳定错误,包括 `workflow script does not parse: <error>`、`invalid meta: <violations>`、`agent() requires a non-empty prompt string`、`agent() could not start a child: <error>`、`child agent run failed: <error>`,以及其精确的 `parallel()`、`pipeline()`、`phase()`、选项、schema 和 JSON 边界校验消息。中间子 agent 输出可供脚本使用,但不提供给父模型。
109
109
 
110
110
  #### Token 影响
111
111
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-workflow-worker-thread",
3
3
  "description": "worker-thread workflow engine: executes model-written orchestration scripts off the host event loop, bridging agent() calls back to ctx.subagents",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,33 +37,33 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
41
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
42
- "@deepseek-ai/dsh-brand": "^0.1.0-rc.8",
43
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
44
- "@deepseek-ai/dsh-subagent": "^0.1.0-rc.8",
45
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
46
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-workflow": "^0.1.0-rc.8",
48
- "@deepseek-ai/cordis": "^4.0.1"
40
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.2",
41
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
42
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
43
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
44
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
45
+ "@deepseek-ai/dsh-subagent": "^0.1.1-rc.2",
46
+ "@deepseek-ai/dsh-workflow": "^0.1.1-rc.2",
47
+ "@deepseek-ai/cordis": "^4.0.1",
48
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2"
49
49
  },
50
50
  "dependencies": {
51
51
  "@deepseek-ai/schemastery": "^3.18.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "tsx": "^4.19.2",
55
- "@deepseek-ai/dsh-agent-loop": "^0.1.0-rc.8",
56
- "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.0-rc.8",
57
- "@deepseek-ai/dsh-brand": "^0.1.0-rc.8",
58
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
59
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
60
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
61
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
62
- "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.0-rc.8",
63
- "@deepseek-ai/dsh-subagent": "^0.1.0-rc.8",
64
- "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.8",
65
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
66
- "@deepseek-ai/dsh-workflow": "^0.1.0-rc.8",
55
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
56
+ "@deepseek-ai/dsh-agent-loop": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.1-rc.2",
58
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.2",
59
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
60
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
61
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
62
+ "@deepseek-ai/dsh-subagent": "^0.1.1-rc.2",
63
+ "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.1-rc.2",
64
+ "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2",
65
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
66
+ "@deepseek-ai/dsh-workflow": "^0.1.1-rc.2",
67
67
  "@deepseek-ai/cordis": "^4.0.1"
68
68
  }
69
69
  }