First full attempt at tokamak_stability use case#26
Merged
Conversation
added 13 commits
May 5, 2026 17:40
the addition of the mem_audit_prov branch.
…scaler SSL issues.
… module writes diagnostic messages to stdout through the C/fortran libraries. These can't be suppressed and contaminate json output. The solution is to write json output to a file. The agent is instructed to do this when building CLI tools from these pythong functions.
…ting so that it no longer uses fpy, the safety factor plot being corrected, and better setting of the dynamic range when plotting spectra.
…veral improvements. Nearly all of the plots appear to work now.
…nd moved the documentation to the skill's references/ subdirectory. Added AGENTS.md to direct the dsagt agent to the skill. Added README.md with an example session using m3d-c1 data. Updated several tools and added new function to hdf5.py for storing JSON data as HDF5.
ajtritt
approved these changes
Jun 26, 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.
Includes an agent skill and a readme with an example session. Truststore (for zscaler mitigation) is now an optional dependency in pyproject.toml but dsagt/init.py does attempt to use it in a try/except block. This should merge automatically.