@deepseek-ai/dsh-workflow 0.1.0-rc.8 → 0.1.1-rc.1

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/README.md
5
5
  README.md: cc2c24f62512273ea1657542d0d904b0b870e236
6
- README.zh.md: 22bda1bd33bc6350c8ff51f27538258bee872fdb
6
+ README.zh.md: 0b02cea896b3cb64559ce110c0da2478728f513c
package/README.zh.md CHANGED
@@ -58,4 +58,4 @@
58
58
  - **没有 token 预算词汇**:引擎会限制并发、条目和子 agent,但请求与结果都不会统计跨子 agent 的模型 token。
59
59
  - **运行由持有方负责,不由服务跟踪**:卸载引擎不会发现独立的活动句柄;每个消费方都必须 dispose 自己启动的运行。
60
60
 
61
- 暂缓实现的工作流接口见[动态工作流 Agent Note(agent 决策记录)](../../../.agents/notes/implemented/feature/2026-07-05-dynamic-workflows.md)。
61
+ 暂缓实现的工作流接口见[动态工作流 Agent Note(agent 决策记录)](../../../.agents/notes/implemented/feature/2026-07-05-dynamic-workflows.zh.md)。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-workflow",
3
3
  "description": "Workflow capability seam: ctx.workflowEngine service, run vocabulary, and workflow/* events",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,19 +37,19 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
41
- "@deepseek-ai/dsh-brand": "^0.1.0-rc.8",
42
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
43
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
44
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
40
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
41
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.1",
42
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
43
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
44
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
45
45
  "@deepseek-ai/cordis": "^4.0.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
49
- "@deepseek-ai/dsh-brand": "^0.1.0-rc.8",
50
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
52
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
53
- "@deepseek-ai/cordis": "^4.0.1"
48
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
49
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
50
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
51
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
52
+ "@deepseek-ai/cordis": "^4.0.1",
53
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.1"
54
54
  }
55
55
  }