LICENSE
README.md
pyproject.toml
swesmith/__init__.py
swesmith/constants.py
swesmith/utils.py
swesmith.egg-info/PKG-INFO
swesmith.egg-info/SOURCES.txt
swesmith.egg-info/dependency_links.txt
swesmith.egg-info/requires.txt
swesmith.egg-info/top_level.txt
swesmith/bug_gen/__init__.py
swesmith/bug_gen/collect_patches.py
swesmith/bug_gen/get_cost.py
swesmith/bug_gen/utils.py
swesmith/bug_gen/adapters/__init__.py
swesmith/bug_gen/adapters/golang.py
swesmith/bug_gen/adapters/python.py
swesmith/bug_gen/combine/__init__.py
swesmith/bug_gen/combine/same_file.py
swesmith/bug_gen/combine/same_module.py
swesmith/bug_gen/llm/__init__.py
swesmith/bug_gen/llm/modify.py
swesmith/bug_gen/llm/rewrite.py
swesmith/bug_gen/llm/utils.py
swesmith/bug_gen/mirror/__init__.py
swesmith/bug_gen/mirror/generate.py
swesmith/bug_gen/mirror/prompts.py
swesmith/bug_gen/procedural/__init__.py
swesmith/bug_gen/procedural/classes.py
swesmith/bug_gen/procedural/control_flow.py
swesmith/bug_gen/procedural/generate.py
swesmith/bug_gen/procedural/operations.py
swesmith/bug_gen/procedural/remove.py
swesmith/build_repo/__init__.py
swesmith/build_repo/create_images.py
swesmith/build_repo/create_mirror_repo.py
swesmith/build_repo/download_images.py
swesmith/build_repo/try_install.py
swesmith/harness/__init__.py
swesmith/harness/eval.py
swesmith/harness/gather.py
swesmith/harness/grading.py
swesmith/harness/log_parsers.py
swesmith/harness/utils.py
swesmith/harness/valid.py
swesmith/issue_gen/__init__.py
swesmith/issue_gen/generate.py
swesmith/issue_gen/get_from_pr.py
swesmith/issue_gen/get_from_tests.py
swesmith/issue_gen/get_static.py
swesmith/issue_gen/utils.py
swesmith/issue_gen/viewer.py
swesmith/train/__init__.py
swesmith/train/download_checkpoint.py
swesmith/train/serve_sglang.py
swesmith/train/difficulty_rater/__init__.py
swesmith/train/difficulty_rater/create_datasets.py
swesmith/train/difficulty_rater/get_difficulties.py
swesmith/train/difficulty_rater/test_rater.py
swesmith/train/run/__init__.py
swesmith/train/run/ft_torchtune.py
swesmith/train/run/ft_unsloth.py
swesmith/train/traj_mgr/__init__.py
swesmith/train/traj_mgr/clean_trajs.py
swesmith/train/traj_mgr/combine_trajs.py
swesmith/train/traj_mgr/transform_to_ft.py
swesmith/train/traj_mgr/transform_to_ft_list.py
swesmith/train/traj_mgr/utils.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py