LICENSE
README.md
VERSION
pyproject.toml
src/llm_code_benchmark/__init__.py
src/llm_code_benchmark/budget.py
src/llm_code_benchmark/catalog.py
src/llm_code_benchmark/catalog_diff.py
src/llm_code_benchmark/cli.py
src/llm_code_benchmark/config.py
src/llm_code_benchmark/costs.py
src/llm_code_benchmark/execution.py
src/llm_code_benchmark/file_edits.py
src/llm_code_benchmark/metrics.py
src/llm_code_benchmark/model_registry.py
src/llm_code_benchmark/openrouter_client.py
src/llm_code_benchmark/patch_apply.py
src/llm_code_benchmark/patch_validation.py
src/llm_code_benchmark/repair_benchmark.py
src/llm_code_benchmark/reports.py
src/llm_code_benchmark/runner.py
src/llm_code_benchmark/scoring.py
src/llm_code_benchmark/security.py
src/llm_code_benchmark/structured_modes.py
src/llm_code_benchmark/structured_output.py
src/llm_code_benchmark/tasks.py
src/llm_code_benchmark/validator_benchmark.py
src/llm_code_benchmark.egg-info/PKG-INFO
src/llm_code_benchmark.egg-info/SOURCES.txt
src/llm_code_benchmark.egg-info/dependency_links.txt
src/llm_code_benchmark.egg-info/entry_points.txt
src/llm_code_benchmark.egg-info/requires.txt
src/llm_code_benchmark.egg-info/top_level.txt
tests/test_budget_runner.py
tests/test_catalog.py
tests/test_catalog_diff.py
tests/test_cli.py
tests/test_docker_integration.py
tests/test_execution.py
tests/test_file_edits.py
tests/test_openrouter_client.py
tests/test_patch_apply.py
tests/test_patch_validation.py
tests/test_project_metadata.py
tests/test_repair_benchmark.py
tests/test_scoring_reports.py
tests/test_structured_output.py
tests/test_tasks.py
tests/test_validator_benchmark.py