LICENSE
README.md
pyproject.toml
tests/test_engine.py
tests/test_forecast.py
tests/test_metrics.py
tests/test_metrics_contract.py
tests/test_runner.py
watt_the_hack/__init__.py
watt_the_hack/constants.py
watt_the_hack/playtest.py
watt_the_hack.egg-info/PKG-INFO
watt_the_hack.egg-info/SOURCES.txt
watt_the_hack.egg-info/dependency_links.txt
watt_the_hack.egg-info/requires.txt
watt_the_hack.egg-info/top_level.txt
watt_the_hack/api/__init__.py
watt_the_hack/api/sandbox.py
watt_the_hack/api/server.py
watt_the_hack/controllers/__init__.py
watt_the_hack/controllers/parametric.py
watt_the_hack/controllers/rule_based.py
watt_the_hack/data_loaders/__init__.py
watt_the_hack/data_loaders/aemo.py
watt_the_hack/data_loaders/scenarios.py
watt_the_hack/engine/__init__.py
watt_the_hack/engine/base_engine.py
watt_the_hack/engine/engine.py
watt_the_hack/engine/legacy engines/simple_engine.py
watt_the_hack/metrics/__init__.py
watt_the_hack/metrics/metrics.py
watt_the_hack/scenarios/synthetic/agentic_demo.json
watt_the_hack/scenarios/synthetic/duck_curve.json
watt_the_hack/simulation/__init__.py
watt_the_hack/simulation/boot.py
watt_the_hack/simulation/runner.py
watt_the_hack/simulation/strategy.py