MANIFEST.in
README.md
requirements.txt
setup.py
onpanda/__info__.py
onpanda/__init__.py
onpanda/dump_utils.py
onpanda/parser.py
onpanda/test_utils.py
onpanda/token_level_supervision_utils.py
onpanda/utils.py
onpanda.egg-info/PKG-INFO
onpanda.egg-info/SOURCES.txt
onpanda.egg-info/dependency_links.txt
onpanda.egg-info/requires.txt
onpanda.egg-info/top_level.txt
onpanda/arena/__init__.py
onpanda/arena/panda_battle.py
onpanda/correcting_model/__init__.py
onpanda/correcting_model/analysis_panda_score.py
onpanda/correcting_model/best_of_n_mixin.py
onpanda/correcting_model/correcting_model.py
onpanda/correcting_model/far_correction_utils.py
onpanda/correcting_model/panda_score_mixin.py
onpanda/correcting_model/system_prompts.py
onpanda/correcting_model/verifier.py
onpanda/response_templates/__init__.py
onpanda/response_templates/default.py
onpanda/response_templates/partial_json.py
onpanda/response_templates/qwen3p5.py
onpanda/response_templates/step3p5.py
onpanda/server/__init__.py
onpanda/server/iterative_correction_api.py
tests/test_reasoning_tool_call_corrections.py