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

Buildkite

Recipe — Buildkite evaluation gate.

steps:
 - label: ":robot: AI Eval"
 command:
 - "pip install layerlens --extra-index-url https://sdk.layerlens.ai/package"
 - "python scripts/ci-eval.py"
 plugins:
 - secrets#v1.0.0:
 variables:
 LAYERLENS_STRATIX_API_KEY: layerlens-key

See also

Last updated

Was this helpful?