Agentless
Agentless๐ฑ: an agentless approach to automatically solve software development problems
File Explorer
Download Latest Version (.zip)- combine.py
- FL.py
- Index.py
- localize.py
- retrieve.py
- repair.py
- rerank.py
- generate_reproduction_tests.py
- run_regression_tests.py
- run_reproduction_tests.py
- run_tests.py
- select_regression_tests.py
- api_requests.py
- compress_file.py
- index_skeleton.py
- model.py
- parse_global_var.py
- postprocess_data.py
- preprocess_data.py
- utils.py
- graph_classification.py
- load_filtered_benchmark.py
- README.md
- requirements_graph.txt
- swebench_lite_classifications.csv
- cost.py
- get_patch_info.py
- get_repo_structure.py
- comparison_graph.png
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- README.md
- README_swebench.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/OpenAutoCoder/Agentless
Downloads the entire project code from GitHub to your computer.
cd Agentless
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
