You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Most of the functionality that seash provides for interactive use is useful for any other type of experiment manager, but difficult to use programmatically as-is because of how the current seash implementation ties in state and considerations of efficiency/user-friendliness (like keys, targets, parallelization, and success/failure tallying) into the functions that actually interact with remote nodemanagers.
Instead of developing diverging code bases, let's factor out the valuable pieces from seash into SeattleTestbed/seattlelib_v2's experimentlib.r2py. This will require some thinking about disentangling functionality.