For the complete documentation index, see llms.txt. This page is also available as Markdown.

GitHub Actions

Recipe — GitHub Actions evaluation gate. Pointer to the SDK's drop-in workflow file.

The SDK ships a drop-in GitHub Actions workflow file: samples/cicd/github_actions_gate.yml. Copy to .github/workflows/ai-quality-gate.yml, add LAYERLENS_STRATIX_API_KEY as a repository secret, done.

The workflow calls the canonical gate script: samples/cicd/quality_gate.py. It evaluates recent traces against all judges and exits non-zero if pass rate falls below a configurable threshold (--threshold 0.85 by default).

See also

Last updated

Was this helpful?