ci: run the simulation suite on every merge to main - #98
Open
u9g wants to merge 1 commit into
Open
Conversation
Adds a scenarios.yaml mirroring the eval suite (greeting, grounding, harmful request) and a Simulations workflow that runs it with `lk agent simulate` on pushes to main and on demand. Merges rather than pull-request pushes, because each run spends real inference.
u9g
force-pushed
the
jason/simulation-ci
branch
from
September 2, 2026 12:53
dfc96da to
69257b9
Compare
bcherry
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-configures the starter with a recommended simulation CI setup.
scenarios.yamlat the repo root with three text-mode scenarios mirroring the existing eval suite: greeting and offer of help, not inventing the user's birthplace, and declining a hacking request..github/workflows/simulations.ymlrunslk agent simulate --scenarios scenarios.yamlon pushes tomainand on demand viaworkflow_dispatch. It deliberately does not run on every pull request push, since each run spends real inference;pytestremains the per-commit check.Verified by running the suite non-interactively with
CI=1, as the workflow does: runSR_KwucnioRezTF, 3 of 3 passed.