Benchmark capability across hardware
bench-capability-sprint-23workflowsetup L3★5
maraxen/aminx ↗What it does
Dispatch agents in parallel batches
Best for
Executing complex multi-phase workflows with typed outputs.
Inputs
- · Configuration args object
- · Prompt list file
Outputs
- · Typed verdict object
- · Summary report
Requires
- · agent() function
- · parallel() executor
- · phase() phase-tracking
- · Token budget tracking
Preconditions
- · Workflow runtime initialized
- · Input arguments validated
Failure modes
- · Token budget exhausted mid-run
- · Gate validation fails
Trust signals
- · Binary/enum verdict logic in code
- · Explicit token budget tracking
- · Fault-tolerant parallel dispatch