hueilau/Agent Trace Lite
Summarize, pack, and diff browser-agent traces in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: summarize, diff, or pack. | no | summarize |
| trace | Trace file for summarize or pack. | no | — |
| base | Base trace file for diff. | no | — |
| head | Head trace file for diff. | no | — |
| output | Output file path for pack, or the captured command output file. | no | agent-trace-lite-output.txt |
| format | Output format for summarize or diff: text or json. | no | text |
| fail-on-new-failures | Fail the workflow when diff increases the failure count. | no | false |
Outputs
| name | description |
|---|---|
| output-file | Path to the text, JSON, or tracepack output file. |
| failure-delta | Failure-count delta for diff runs, or 0 for other commands. |