Files
deepseek-harness/packages/subprocess/README.zh.md
2026-08-05 16:16:57 +08:00

13 lines
540 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# subprocess/:子进程能力家族
[English](README.md) | 中文
本家族通过显式的进程生命周期服务运行宿主子进程。
| 包 | 职责 | ctx 键 |
|---|---|---|
| [`subprocess/`](subprocess/README.md) | 定义子进程启动、流、终止和 dispose资源释放契约 | `ctx.subprocess` |
| [`subprocess-local/`](subprocess-local/README.md) | 实现本地进程树执行 | 注册到 `ctx.subprocess` |
服务负责进程生命周期;每个消费方负责进程执行的工作以及所应用的默认值。