novyxlabs/Novyx Eval Gate
Block PRs when agent memory health drops below a threshold. Runs a Novyx Core eval and gates on the score.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Novyx API key (Pro tier required) | yes | — |
| api-url | Novyx API base URL | no | https://novyx-ram-api.fly.dev |
| threshold | Minimum health score (0-100) to pass the gate | no | 70 |
| fail-on-error | Fail the step if the API is unreachable (default: soft-pass) | no | false |
Outputs
| name | description |
|---|---|
| score | Memory health score (0-100) |
| passed | Whether the gate passed (true/false) |
| details | Full eval result as JSON |