smithers-eval
SolidRun a workflow over a JSON/JSONL eval suite and write a regression report. Run `smithers eval --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers eval
Run a workflow over a JSON/JSONL eval suite and write a regression report.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `workflow` | `string` | yes | Workflow ID (from `smithers workflow list`) or path to a .tsx workflow file |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--cases` | `string` | | JSON or JSONL eval case file |
| `--suite` | `string` | | Stable suite ID used in run IDs and report paths |
| `--runLabel` | `string` | | Run label appended to eval run IDs; defaults to current UTC timestamp plus a nonce |
| `--dryRun` | `boolean` | `false` | Plan the suite without launching runs |
| `--concurrency` | `number` | `1` | Number of eval cases to run at once |
| `--maxCases` | `number` | | Run only the first N cases |
| `--report` | `string` | | Write report JSON to this path |
| `--force` | `boolean` | `false` | Overwrite an existing eval report |
| `--includeOutput` | `boolean` | `true` | Include workflow outputs in the report |
| `--maxConcurrency` | `number` | | Per-workflow max task concurrency |
| `--root` | `string` | | Tool sandbox root directory |
| `--log` | `boolean` | `true` | Enable NDJSON event log file output |
| `--logDir` | `string` | | NDJSON event logs directory |
| `--allowNetwork` | `boolean` | `false` | Allow bash tool network requests |
| `--maxOutputBytes` | `number` | | Max bytes a single tool call can return |
| `--to...
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-optimize
Run GEPA prompt optimization over a workflow eval suite and write an optimized prompt artifact. Run `smithers optimize --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-make-workflow
Build a new Smithers workflow from a plain-English description. Dispatches to the create-workflow builder. Run `smithers init` first if the .smithers/ pack is not yet installed. Run `smithers make-workflow --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-graph
Render the workflow graph without executing it. Run `smithers graph --help` for usage details.
338 Updated today
smithersai