将大模型转化为软件工程智能体,用于修复 GitHub 存储库中的错误和问题。

Kilian Lieret b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
.devcontainer 1e065f8c86 Doc: Suggest starting web UI in GH codespaces 5 月之前
.github ec6a50b52a Format with black and strip trailing whitespace 4 月之前
assets 8d7a94a0af Docs: Add more READMEs to mkdocs 5 月之前
config b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
docker 9c035531a6 Ensure that uv is avialable in containers (#431) 4 月之前
docs ec6a50b52a Format with black and strip trailing whitespace 4 月之前
evaluation b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
inspector b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
make_demos b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
scripts ec6a50b52a Format with black and strip trailing whitespace 4 月之前
sweagent b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
tests b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
trajectories 9e0a597f5d Doc: Replace symlinks with markdown files with links (#392) 5 月之前
.dockerignore ff35352078 Fix: Include demonstrations in dockerignore (#311) 5 月之前
.gitignore ff35352078 Fix: Include demonstrations in dockerignore (#311) 5 月之前
.pre-commit-config.yaml 95c2426c19 Allow ruff to write fixes 4 月之前
CHANGELOG.md ec6a50b52a Format with black and strip trailing whitespace 4 月之前
CODE_OF_CONDUCT.md 22bde4e25b Docs: Add code of conduct (#394) 5 月之前
CONTRIBUTING.md d587f2344d Docs: Move contribution guide to root to help gh discover it 5 月之前
Dockerfile b62510534c Tweaks to use swe-agent web UI from docker (#423) 4 月之前
LICENSE 5b143857cb init 6 月之前
README.md ec6a50b52a Format with black and strip trailing whitespace 4 月之前
build_deploy.sh 5b143857cb init 6 月之前
codecov.yml 6820e3e007 Add codecov config and badge 6 月之前
environment.yml 72f41b4436 Web feat: Allow to specify python version & req pkgs 5 月之前
mkdocs.yml ec6a50b52a Format with black and strip trailing whitespace 4 月之前
mlc_config.json 06309e0edb Add markdown link checker (#129) 6 月之前
pyproject.toml b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
release_dockerhub.sh ec6a50b52a Format with black and strip trailing whitespace 4 月之前
requirements.txt 5c03281360 Remove requests upper bound, add docker-py lower bound (#406) 5 月之前
run.py b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
run_replay.py b3370b7f6b Code quality: Convert to make use of PEP 585 and PEP 604 4 月之前
setup.sh 799f07e2bf fix: TARGETARCH not set on some OS/docker setups (#249) 6 月之前
start_web_ui.sh b62510534c Tweaks to use swe-agent web UI from docker (#423) 4 月之前

README.md

swe-agent.com

Website & Demo  |   Documentation  |   Discord  |   Preprint

👋 Overview

SWE-agent turns LMs (e.g. GPT-4) into software engineering agents that can fix bugs and issues in real GitHub repositories.

On SWE-bench, SWE-agent resolves 12.29% of issues, achieving the state-of-the-art performance on the full test set.

We accomplish our results by designing simple LM-centric commands and feedback formats to make it easier for the LM to browse the repository, view, edit and execute code files. We call this an 🤖 Agent-Computer Interface (ACI). Read more about it in our paper!

SWE-agent is built and maintained by researchers from Princeton University.

If you found this work helpful, please consider using the following citation:

@misc{yang2024sweagent,
      title={SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering},
      author={John Yang and Carlos E. Jimenez and Alexander Wettig and Kilian Lieret and Shunyu Yao and Karthik Narasimhan and Ofir Press},
      year={2024},
}

✨ Use SWE-agent as a dev tool

We provide a command line tool and a graphical web interface:

My Movie 3

🚀 Get started!

All information is provided in our documentation:

and many more topics.

💫 Contributions

  • If you'd like to ask questions, learn about upcoming features, and participate in future development, join our Discord community!
  • If you'd like to contribute to the codebase, we welcome issues and pull requests!
  • If you'd like to see a post or tutorial about some topic, please let us know via an issue.

Contact person: John Yang and Carlos E. Jimenez (Email: {jy1682, carlosej}@princeton.edu).

🪪 License

MIT. Check LICENSE.

[![Pytest](https://github.com/princeton-nlp/SWE-agent/actions/workflows/pytest.yaml/badge.svg)](https://github.com/princeton-nlp/SWE-agent/actions/workflows/pytest.yaml) [![Test build containers](https://github.com/princeton-nlp/SWE-agent/actions/workflows/test_build_containers.yaml/badge.svg)](https://github.com/princeton-nlp/SWE-agent/actions/workflows/test_build_containers.yaml) [![build-docs](https://github.com/princeton-nlp/SWE-agent/actions/workflows/build-docs.yaml/badge.svg)](https://github.com/princeton-nlp/SWE-agent/actions/workflows/build-docs.yaml) [![codecov](https://codecov.io/gh/princeton-nlp/SWE-agent/graph/badge.svg?token=18XAVDK365)](https://codecov.io/gh/princeton-nlp/SWE-agent) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/princeton-nlp/SWE-agent/main.svg)](https://results.pre-commit.ci/latest/github/princeton-nlp/SWE-agent/main) [![Markdown links](https://github.com/princeton-nlp/SWE-agent/actions/workflows/check-links.yaml/badge.svg)](https://github.com/princeton-nlp/SWE-agent/actions/workflows/check-links.yaml)