Files
deepseek-harness/packages/jobs
2026-08-13 06:14:27 +08:00
..
2026-08-13 06:14:27 +08:00
2026-08-13 06:14:27 +08:00
2026-08-13 06:14:27 +08:00

jobs/ — background-job capability family

English | 中文

This family gives long-running tools one owner-isolated background-job protocol for observation, cancellation, waiting, and completion notices.

Package Role ctx key
jobs/ Defines the job registry and lifecycle contract ctx.jobs
jobs-local/ Implements the process-local job registry registers on ctx.jobs
tool-jobs/ Exposes job control and completion notices to the model registers on ctx.tools

See the background-job runtime and job-registry decisions.

The subsystem reference — the id scheme, the owner-fenced contract, snapshots — is docs/subsystems/jobs.md; design in the background-job runtime and job-registry contract Agent Notes.