Skip to main content
A taskset is the set of tasks an agent is scored on, published separately from the environment that runs them: the same environment image can be pointed at a new taskset without rebuilding it, and a published version is immutable, so a score keeps meaning after the tasks move on. build reads Harbor task directories and records every file’s SHA-256 — it never executes task code, because building a manifest out of somebody else’s tasks must not be a way to run them. Authoring the tasks themselves is Author an environment.

tp taskset

Manage agent tasksets

tp taskset build

Create taskset.json from Harbor task directories; never execute task code.

tp taskset ls

No options beyond --help.

tp taskset push