cyberneticlibrary

Research topics with web sources

deep_researchworkflowsetup L211
QuintinShaw/pi-dynamic-workflows
What it does

Dispatch agents in parallel batches

Best for

Executing complex multi-phase workflows with typed outputs.

Inputs
  • · Configuration args object
Outputs
  • · Structured JSON result
  • · Typed verdict object
  • · Findings array
  • · Summary report
Requires
  • · agent() function
  • · parallel() executor
  • · phase() phase-tracking
Preconditions
  • · Workflow runtime initialized
  • · Input arguments validated
Failure modes
  • · Schema validation fails
  • · Input file missing
Trust signals
  • · Explicit JSON schema validation
  • · Binary/enum verdict logic in code
  • · Fault-tolerant parallel dispatch