Regression self-test
Cross-game leakage and data-sufficiency checks shipped with the knowledge pack.
Cross-game leakage and data-sufficiency checks shipped with the knowledge pack.
Saves the current chat as a file. Markdown is human-readable; JSON keeps the full structured payload for archiving.
The key is read from the Pages Function environment (LLM_API_KEY), never stored in the browser.
Set it with npx wrangler pages secret put LLM_API_KEY, or put it in .dev.vars for local runs.
A retrieval-augmented coach that answers questions about the active ERPsim game using the official game manuals as the only knowledge source. In Model-assisted mode the same ground truth is fed to the model as structured evidence — the model never invents transaction codes or numbers.
core.json for the active game.Transaction codes the game hasn't unlocked are filtered out before the prompt is sent.
.dev.vars locally and in the Pages Function environment in production. It is never sent to the browser.localStorage only — no server log.ERPsim HEC Montréal Lab manuals (Core Manual, Maple, Dairy, Muesli, extended scenarios), inlined at build into the static bundle. The index is built once and frozen at deploy time.
Loading…