mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
788 B
788 B
tasks/:后台任务能力家族
English | 中文
本家族为长时间运行的工具提供一套按所有者隔离的后台任务协议,用于观察、取消、等待和完成通知。
| 包 | 职责 | ctx 键 |
|---|---|---|
tasks/ |
定义任务注册表和生命周期契约 | ctx.tasks |
tasks-local/ |
实现进程本地任务注册表 | 注册到 ctx.tasks |
tool-tasks/ |
向模型公开任务控制和完成通知 | 注册到 ctx.tools |