LICENSE
README.md
pyproject.toml
swesmith/__init__.py
swesmith/constants.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/c.py
swesmith/bug_gen/adapters/golang.py
swesmith/bug_gen/adapters/java.py
swesmith/bug_gen/adapters/javascript.py
swesmith/bug_gen/adapters/php.py
swesmith/bug_gen/adapters/python.py
swesmith/bug_gen/adapters/ruby.py
swesmith/bug_gen/adapters/rust.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/mirror/collect/__init__.py
swesmith/bug_gen/mirror/collect/__main__.py
swesmith/bug_gen/mirror/collect/build_dataset.py
swesmith/bug_gen/mirror/collect/print_pulls.py
swesmith/bug_gen/mirror/collect/utils.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/download_images.py
swesmith/build_repo/try_install_py.py
swesmith/harness/__init__.py
swesmith/harness/eval.py
swesmith/harness/gather.py
swesmith/harness/grading.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/profiles/__init__.py
swesmith/profiles/base.py
swesmith/profiles/c.py
swesmith/profiles/golang.py
swesmith/profiles/java.py
swesmith/profiles/javascript.py
swesmith/profiles/php.py
swesmith/profiles/python.py
swesmith/profiles/rust.py
swesmith/profiles/utils.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/collect_trajs.py
swesmith/train/traj_mgr/combine_trajs.py
swesmith/train/traj_mgr/utils.py
tests/__init__.py
tests/conftest.py