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

Kilian Lieret 98a634be29 Remove trailing whitespace 5 月之前
.devcontainer 1e065f8c86 Doc: Suggest starting web UI in GH codespaces 5 月之前
.github 98a634be29 Remove trailing whitespace 5 月之前
assets 8d7a94a0af Docs: Add more READMEs to mkdocs 5 月之前
config 98a634be29 Remove trailing whitespace 5 月之前
docker 978f2fb512 Added support for Bedrock-provided Claude models 6 月之前
docs 98a634be29 Remove trailing whitespace 5 月之前
evaluation b1ad80da99 Add ruff-format to hooks 5 月之前
inspector b1ad80da99 Add ruff-format to hooks 5 月之前
make_demos 98a634be29 Remove trailing whitespace 5 月之前
scripts 98a634be29 Remove trailing whitespace 5 月之前
sweagent 98a634be29 Remove trailing whitespace 5 月之前
tests 98a634be29 Remove trailing whitespace 5 月之前
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 98a634be29 Remove trailing whitespace 5 月之前
CHANGELOG.md 98a634be29 Remove trailing whitespace 5 月之前
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 8e24956120 Add nodejs to swe-agent-run container (#396) 5 月之前
LICENSE 5b143857cb init 6 月之前
README.md 98a634be29 Remove trailing whitespace 5 月之前
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 98a634be29 Remove trailing whitespace 5 月之前
mlc_config.json 06309e0edb Add markdown link checker (#129) 6 月之前
pyproject.toml b1ad80da99 Add ruff-format to hooks 5 月之前
release_dockerhub.sh 98a634be29 Remove trailing whitespace 5 月之前
requirements.txt 5c03281360 Remove requests upper bound, add docker-py lower bound (#406) 5 月之前
run.py b1ad80da99 Add ruff-format to hooks 5 月之前
run_replay.py b1ad80da99 Add ruff-format to hooks 5 月之前
setup.sh 799f07e2bf fix: TARGETARCH not set on some OS/docker setups (#249) 6 月之前
start_web_ui.sh 1fa4e2a3e1 Show error log if web server fails (#400) 5 月之前

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)