cyberneticlibrary

Dispatch parallel agent tasks with capped concurrency

fanoutworkflowsetup L21
KemonoNeco/Straitjacket
What it does

Dispatch parallel agent tasks within cost cap

Best for

Batched parallel work where cost/quota capping is required and partial-failure detection is needed.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Preconditions

Tasks array and cap > 0

Failure modes

Partial dispatch failure (cap too low); agent null returns filtered; results/raw mismatch

Trust signals
  • · Capped concurrency (step = max(1, floor(cap)))
  • · Attempted vs chunk_count distinction
  • · Two return paths (results/raw)
  • · Per-task labels