.gitignore
CHANGELOG.md
LICENSE
README.md
build.sh
publish.sh
pyproject.toml
run_lint.sh
run_tests.sh
.github/copilot-instructions.md
.github/workflows/copilot-setup-steps.yml
.github/workflows/python-package.yml
.vscode/launch.json
.vscode/settings.json.default
examples/make_results_table.py
examples/run_defects4j.py
examples/run_dypy.py
examples/run_human_eval.py
examples/run_mbpp.py
synthegrator/JUnit.xsd
synthegrator/__init__.py
synthegrator/code_problem_builders.py
synthegrator/code_problems.py
synthegrator/code_solver.py
synthegrator/df_converters.py
synthegrator/environments.py
synthegrator/execution_threading.py
synthegrator/few_shotting.py
synthegrator/lm_few_shotting_tools.py
synthegrator/memory_fs.py
synthegrator/problem_rendering.py
synthegrator/problem_rendering_insertion_tags.py
synthegrator/prompt_renderer_edit.py
synthegrator/prompt_renderer_questions.py
synthegrator/prompting_test_case_selection.py
synthegrator/response_parser.py
synthegrator/sandboxing.py
synthegrator/solution_eval.py
synthegrator/toytest.py
synthegrator/transformation_spec.py
synthegrator/uncertainty_modeling.py
synthegrator/util.py
synthegrator/version.py
synthegrator.egg-info/PKG-INFO
synthegrator.egg-info/SOURCES.txt
synthegrator.egg-info/dependency_links.txt
synthegrator.egg-info/requires.txt
synthegrator.egg-info/top_level.txt
synthegrator/_vendor/README.md
synthegrator/_vendor/__init__.py
synthegrator/_vendor/epicbox/LICENSE
synthegrator/_vendor/epicbox/README.md
synthegrator/_vendor/epicbox/__init__.py
synthegrator/_vendor/epicbox/config.py
synthegrator/_vendor/epicbox/exceptions.py
synthegrator/_vendor/epicbox/sandboxes.py
synthegrator/_vendor/epicbox/utils.py
synthegrator/_vendor/human_eval_ref/LICENSE
synthegrator/_vendor/human_eval_ref/__init__.py
synthegrator/_vendor/human_eval_ref/evaluation.py
synthegrator/_vendor/human_eval_ref/execution.py
synthegrator/dypybench/__init__.py
synthegrator/dypybench/copy-project.sh
synthegrator/dypybench/dypybench.py.nolint
synthegrator/dypybench/run-test-temp.sh
synthegrator/human_eval/LICENSE
synthegrator/human_eval/__init__.py
synthegrator/human_eval/evaluation.py
synthegrator/human_eval/execution.py
synthegrator/lang_specs/__init__.py
synthegrator/lang_specs/lang_spec.py
synthegrator/lang_specs/lang_spec_java.py
synthegrator/lang_specs/lang_spec_python.py
synthegrator/lang_specs/lang_util.py
synthegrator/lang_specs/extra_files/DummyTest.java
synthegrator/lang_specs/extra_files/default_java_pom.xml
synthegrator/randomstuff/__init__.py
synthegrator/randomstuff/getk.py
synthegrator/randomstuff/hellolangchain.py
synthegrator/synthdatasets/__init__.py
synthegrator/synthdatasets/apps.py
synthegrator/synthdatasets/defects4j.py
synthegrator/synthdatasets/dypybench.py
synthegrator/synthdatasets/human_eval.py
synthegrator/synthdatasets/humxplay.py
synthegrator/synthdatasets/mbpp.py
synthegrator/synthdatasets/defects4j_data/.gitignore
synthegrator/synthdatasets/defects4j_data/Defects4J_oneLiner_metadata.csv
synthegrator/synthdatasets/defects4j_data/Defects4J_projects_clean.zip
synthegrator/synthdatasets/defects4j_data/Dockerfile
synthegrator/synthdatasets/defects4j_data/README.md
synthegrator/synthdatasets/defects4j_data/dataset.py
synthegrator/synthdatasets/defects4j_data/defects4j.build.xml
synthegrator/synthdatasets/defects4j_data/defects4j_script.py
synthegrator/synthdatasets/defects4j_data/projcleanup.py
synthegrator/synthdatasets/dypybench_data/__init__.py
synthegrator/synthdatasets/dypybench_data/dypybench_setup.md
synthegrator/synthdatasets/dypybench_data/func_dataset_subset.parquet
synthegrator/synthdatasets/dypybench_data/dypy_run_scripts/__init__.py
synthegrator/synthdatasets/dypybench_data/dypy_run_scripts/copy-project.sh
synthegrator/synthdatasets/dypybench_data/dypy_run_scripts/dypybench.py.nolint
synthegrator/synthdatasets/dypybench_data/dypy_run_scripts/run-test-temp.sh
synthegrator/synthdatasets/livecodebench/__init__.py
synthegrator/synthdatasets/livecodebench/_check_lcb_test_cases.py
synthegrator/synthdatasets/livecodebench/explore_livecodebench.py
synthegrator/synthdatasets/livecodebench/authorcode/README.txt
synthegrator/synthdatasets/livecodebench/authorcode/benchmarks/code_generation.py
synthegrator/synthdatasets/repocod/.gitignore
synthegrator/synthdatasets/repocod/__init__.py
synthegrator/synthdatasets/repocod/_bench_repocod.py
synthegrator/synthdatasets/repocod/_explore_eval_diffs.py
synthegrator/synthdatasets/repocod/_make_author_style.py
synthegrator/synthdatasets/repocod/_quick_inspect_df.py
synthegrator/synthdatasets/repocod/repocod_gt_fail_synthegrator_flow.txt
synthegrator/tests/__init__.py
synthegrator/tests/non_dataset_tests/__init__.py
synthegrator/tests/non_dataset_tests/test_code_problem.py
synthegrator/tests/non_dataset_tests/test_code_solver.py
synthegrator/tests/non_dataset_tests/test_df_converters.py
synthegrator/tests/non_dataset_tests/test_environments.py
synthegrator/tests/non_dataset_tests/test_examples.py
synthegrator/tests/non_dataset_tests/test_execution_threading.py
synthegrator/tests/non_dataset_tests/test_few_shot_library.py
synthegrator/tests/non_dataset_tests/test_java_stuff.py
synthegrator/tests/non_dataset_tests/test_lang_spec.py
synthegrator/tests/non_dataset_tests/test_line_str.py
synthegrator/tests/non_dataset_tests/test_parsing.py
synthegrator/tests/non_dataset_tests/test_problem_rendering.py
synthegrator/tests/non_dataset_tests/test_problem_rendering_insertion_tags.py
synthegrator/tests/non_dataset_tests/test_response_parser.py
synthegrator/tests/non_dataset_tests/test_sandboxing.py
synthegrator/tests/non_dataset_tests/test_solution_eval.py
synthegrator/tests/non_dataset_tests/test_transformation_spec.py
synthegrator/tests/non_dataset_tests/test_util.py
synthegrator/tests/non_dataset_tests/test_value_question_render.py
synthegrator/tests/x_datasets_tests/__init__.py
synthegrator/tests/x_datasets_tests/test_dataset_names.py
synthegrator/tests/x_datasets_tests/test_human_eval.py
synthegrator/tests/x_datasets_tests/test_livecodebench.py
synthegrator/tests/x_datasets_tests/test_x_apps.py
synthegrator/tests/x_datasets_tests/test_x_mbpp.py
synthegrator/tests/x_datasets_tests/test_xx_defects4j.py
synthegrator/tests/x_datasets_tests/test_xx_dypybench.py
synthegrator/tests/x_datasets_tests/test_xx_repocod.py
synthegrator/tests/x_datasets_tests/fixtures/broken_document.py.fixture
synthegrator/tests/x_datasets_tests/fixtures/document.py.fixture