.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
release.json
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/beta_report.md
docs/legacy_v0_1.md
margin_arena/__init__.py
margin_arena/__main__.py
margin_arena/arena.py
margin_arena/backend.py
margin_arena/beta_cli.py
margin_arena/budget.py
margin_arena/cli.py
margin_arena/datasets.py
margin_arena/environment.py
margin_arena/evidence.py
margin_arena/huggingface.py
margin_arena/interpret.py
margin_arena/limits.py
margin_arena/model_worker.py
margin_arena/monitor.py
margin_arena/oracle.py
margin_arena/preflight.py
margin_arena/rehearsal.py
margin_arena/review.py
margin_arena/runner.py
margin_arena/tasks.py
margin_arena/validation.py
margin_arena.egg-info/PKG-INFO
margin_arena.egg-info/SOURCES.txt
margin_arena.egg-info/dependency_links.txt
margin_arena.egg-info/entry_points.txt
margin_arena.egg-info/requires.txt
margin_arena.egg-info/top_level.txt
margin_arena/configs/vllm.example.json
margin_arena/world/Dockerfile
margin_arena/world/worker.py
margin_arena/world/private/artifacts.json
margin_arena/world/seed/README.md
margin_arena/world/seed/depot/__init__.py
margin_arena/world/seed/depot/access.py
margin_arena/world/seed/depot/api.py
margin_arena/world/seed/depot/registry.py
margin_arena/world/seed/docs/compatibility.md
margin_arena/world/seed/tests/test_public.py
requirements/analysis.txt
requirements/runtime.txt
scripts/check_external_apps.py
scripts/freeze_dependencies.py
scripts/validate_release.py
tests/test_backend_and_batch.py
tests/test_beta.py
tests/test_core.py
tests/test_docker.py
tests/test_interpret.py
tests/test_worker.py