docs(i18n): fix proofreading review findings

This commit is contained in:
j-xiang
2026-07-29 15:37:42 +08:00
parent 599e6edc87
commit c44d2cc2b4
8 changed files with 8 additions and 8 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/workflow/workflow/README.md
README.md: 9d01cfd3d2504d6b5af5a1af6cba735a4abb5795
README.zh.md: f718ca99bd74f09fdcd06152c923af996550d561
README.zh.md: 20dde758d82b38658c39157f9d72d1f3fba046a9

View File

@@ -2,7 +2,7 @@
[English](README.md) | 中文
工作流 seam(扩展点,`ctx.workflows`)执行由模型编写、可扇出 subagent 的编排脚本。该 seam 定义脚本、运行、结果、错误和事件契约;引擎负责决定如何隔离并执行脚本。
工作流 seam(`ctx.workflows`)执行由模型编写、可扇出 subagent 的编排脚本。该 seam 定义脚本、运行、结果、错误和事件契约;引擎负责决定如何隔离并执行脚本。
`@deepseek-ai/dsh-workflow-workerthread` 是当前引擎,`@deepseek-ai/dsh-tool-workflow` 是面向模型的消费方。未来的进程或沙箱引擎可以替换实现,而无需更改工具。