mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
572 B
572 B
subprocess/ — subprocess capability family
English | 中文
This family runs host subprocesses behind an explicit process-lifecycle service.
| Package | Role | ctx key |
|---|---|---|
subprocess/ |
Defines subprocess launch, stream, termination, and disposal contracts | ctx.subprocess |
subprocess-local/ |
Implements local process-tree execution | registers on ctx.subprocess |
The service owns process lifetime; each consumer owns what the process does and which defaults apply.