LICENSE
README.md
pyproject.toml
src/watcherml/__init__.py
src/watcherml/_trial_worker.py
src/watcherml/_version.py
src/watcherml/campaign.py
src/watcherml/capabilities.py
src/watcherml/capsule.py
src/watcherml/capsule_schema.py
src/watcherml/cli.py
src/watcherml/collectors.py
src/watcherml/diff.py
src/watcherml/entrypoint.py
src/watcherml/export.py
src/watcherml/failures.py
src/watcherml/interventions.py
src/watcherml/notebook.py
src/watcherml/oom_policy.py
src/watcherml/ranking.py
src/watcherml/recovery.py
src/watcherml/recovery_contract.py
src/watcherml/redact.py
src/watcherml/run.py
src/watcherml/serialization.py
src/watcherml/similarity.py
src/watcherml/storage.py
src/watcherml/trial_protocol.py
src/watcherml/trial_runner.py
src/watcherml/verifier.py
src/watcherml/webapp.py
src/watcherml.egg-info/PKG-INFO
src/watcherml.egg-info/SOURCES.txt
src/watcherml.egg-info/dependency_links.txt
src/watcherml.egg-info/entry_points.txt
src/watcherml.egg-info/requires.txt
src/watcherml.egg-info/top_level.txt
src/watcherml/webstatic/app.js
src/watcherml/webstatic/index.html
src/watcherml/webstatic/styles.css
src/watcherml/webstatic/assets/favicon.svg
tests/test_campaign.py
tests/test_capabilities.py
tests/test_capsule_v1.py
tests/test_core.py
tests/test_entrypoint.py
tests/test_interventions.py
tests/test_oom_policy.py
tests/test_ranking.py
tests/test_recovery.py
tests/test_recovery_contract.py
tests/test_storage_recovery.py
tests/test_trial_runner.py
tests/test_trial_worker.py
tests/test_verifier.py
tests/test_webapp.py