Execute top-level module-result workflows
module-resultworkflowsetup L3★1
b4fun/smol-workflows ↗What it does
Exercise top-level module-result workflow patterns
Best for
Testing and exercising the module-result contract in the Workflow runtime.
Inputs
- · workflow args (my-arg1, my-arg2, ...)
Outputs
- · parallel agent results
- · return value per spec
Requires
- · agent()
- · parallel()
- · Workflow runtime
Preconditions
Workflow runtime; args match module contract
Failure modes
- · Agent fails
- · Parallel timeout
- · Module output schema mismatch
Trust signals
- · Tests module contract execution
- · Parallel execution verified