LICENSE
README.md
pyproject.toml
python_harness/__init__.py
python_harness/cli.py
python_harness/evaluator.py
python_harness/hard_evaluator.py
python_harness/llm_client.py
python_harness/python_file_inventory.py
python_harness/qc_evaluator.py
python_harness/refine_apply.py
python_harness/refine_checks.py
python_harness/refine_engine.py
python_harness/refine_execution.py
python_harness/refine_models.py
python_harness/refine_rounds.py
python_harness/refine_scoring.py
python_harness/refine_workspace.py
python_harness/soft_eval_report.py
python_harness/soft_eval_report_messages.py
python_harness/soft_eval_report_metrics.py
python_harness/soft_eval_report_mock.py
python_harness/soft_eval_report_shared.py
python_harness/soft_evaluator.py
python_harness.egg-info/PKG-INFO
python_harness.egg-info/SOURCES.txt
python_harness.egg-info/dependency_links.txt
python_harness.egg-info/entry_points.txt
python_harness.egg-info/requires.txt
python_harness.egg-info/top_level.txt
tests/test_cli.py
tests/test_evaluator.py
tests/test_hard_evaluator.py
tests/test_qc_evaluator.py
tests/test_refine_apply.py
tests/test_refine_engine.py
tests/test_refine_scoring.py
tests/test_refine_workspace.py
tests/test_soft_evaluator.py