artemiskit report
artemiskit report
Section titled “artemiskit report”Generate HTML or JSON reports from saved run data.
Synopsis
Section titled “Synopsis”artemiskit report <run-id> [options]akit report <run-id> [options]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
run-id | The run ID to generate a report for |
Options
Section titled “Options”| Option | Short | Description | Default |
|---|---|---|---|
--format | -f | Output format: html, json, or both | html |
--output | -o | Output directory | artemis-output |
--config | Path to config file | artemis.config.yaml |
Examples
Section titled “Examples”Generate HTML Report
Section titled “Generate HTML Report”akit report run_abc123Generate JSON Report
Section titled “Generate JSON Report”akit report run_abc123 -f jsonBoth Formats
Section titled “Both Formats”akit report run_abc123 -f both -o ./reportsCustom Output Location
Section titled “Custom Output Location”akit report run_abc123 -o ./reports/latestOutput Files
Section titled “Output Files”Depending on format:
- HTML:
report.html— Interactive visual report - JSON:
report.json— Machine-readable data
Use Cases
Section titled “Use Cases”- Regenerate reports after updating templates
- Create reports in different formats
- Share reports without re-running evaluations
- Generate reports for historical runs