VS Code extension
The Stratix VS Code extension — run evaluations and inspect results from your editor.
Last updated
Was this helpful?
The Stratix VS Code extension — run evaluations and inspect results from your editor.
Private preview. This surface is not yet generally available. Adapters live in the Python SDK today and the rendering / configuration UX is under iteration. Contact [email protected] to request access to the private preview.
The Stratix VS Code extension brings evaluations into the editor. Run an eval from a code lens, inspect results in a side panel, and surface judge verdicts inline as you iterate on a prompt file.
From the VS Code marketplace, search "LayerLens Stratix" and install. The extension prompts for your API key on first activation.
Run evaluations from a code lens above any .py test or eval file
Inspect results in a side panel — scores, per-row outputs, judge verdicts
Compare runs — side-by-side
Show judge feedback inline in prompt files
Open in browser — jump from a result to the Premium UI
Ctrl/Cmd + Shift + P → LayerLens: Sign in → paste your API key. Keys are stored in the OS keychain via the VS Code Secrets API.
settings.json:
Last updated
Was this helpful?
Was this helpful?
{
"layerlens.apiKey": "...",
"layerlens.defaultOrg": "...",
"layerlens.runEvalsOnSave": false
}