Usage
Subcommands
| Subcommand | Description |
|---|---|
generate | Generate a report from matrix run output |
generate
Generate a comprehensive report from scenario matrix execution data.Usage
Arguments
| Argument | Description |
|---|---|
<output-directory> | Path to the matrix run output directory |
Options
| Option | Description | Default |
|---|---|---|
--output-path <path> | Custom path for the generated report | Auto-generated |
--format <format> | Output format (json, html) | json |
Examples
Report Contents
The generated report includes:Performance Statistics
- Execution time metrics (min, max, average)
- Success/failure rates
- LLM call counts and token usage
Parameter Analysis
- Comparison across different parameter combinations
- Performance impact of each parameter value
- Optimal parameter identification
Trajectory Analysis
- Agent decision paths
- Action sequences
- State transitions

