aivastack/LaunchGate Eval
Run LaunchGate eval suites and gate deployments on results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 5, 2026
- License
- MIT
Pinned Snippet
uses: aivastack/eval-action@04c24a508e16030af990af65c7c2a6ac251f6e0d # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | LaunchGate API key | yes | — |
| suite | Eval suite slug to run | yes | — |
| input | Input payload as JSON string | no | {} |
| output | Output text to evaluate | yes | — |
| fail-on-abort | Fail the action when eval status is 'aborted' | no | true |
| comment | Post results as a PR comment | no | true |
| api-url | LaunchGate API URL | no | https://api.launchgate.ai |
Outputs
| name | description |
|---|---|
| status | Run status (cleared | aborted | error | skipped) |
| pass-rate | Pass rate as a decimal (0.0 - 1.0) |
| run-id | The eval run ID |