.gitignore
README.md
pyproject.toml
examples/echo_llm.py
examples/kaggle_local_example.py
examples/result.json
examples/state_example.json
mirts_bench/__init__.py
mirts_bench/__main__.py
mirts_bench/benchmark.py
mirts_bench/cli.py
mirts_bench/elo.py
mirts_bench/game_api.py
mirts_bench/prompt.py
mirts_bench/schema.py
mirts_bench.egg-info/PKG-INFO
mirts_bench.egg-info/SOURCES.txt
mirts_bench.egg-info/dependency_links.txt
mirts_bench.egg-info/entry_points.txt
mirts_bench.egg-info/top_level.txt
mirts_bench/adapters/__init__.py
mirts_bench/adapters/base.py
mirts_bench/adapters/mini_rts.py
mirts_bench/llm/__init__.py
mirts_bench/llm/command.py
mirts_bench/llm/http.py
mirts_bench/llm/kaggle_bridge.py
mirts_bench/llm/kaggle_local.py
mirts_bench/llm/mock.py
polybench/__init__.py