From 80d7ccdf3a9a3209e6050b417da2c6ef9d871a9c Mon Sep 17 00:00:00 2001 From: Kevin Lu Date: Sat, 12 Aug 2023 02:27:17 -0700 Subject: [PATCH] Update README.md Moved Sweep to a more accurate location with an up-to-date description. Sweep has access to GHA runs (tests, linters, builds, etc.), the ability to respond to user feedback, self-review capabilities and external docs & webpages so I think it classifies as an agent. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef34173..ad44c75 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Agents +- [Sweep](https://github.com/sweepai/sweep) — AI junior dev: GitHub integration to generate, test, and self-review pull requests from issues. - [Smol Developer](https://github.com/smol-ai/developer) — CLI agent that generates a repository from a prompt. Uses OpenAI and Anthropic. - [Aider](https://github.com/paul-gauthier/aider) — CLI assistant and agent that generates changes and commits to repositories. Uses OpenAI. - [Mentat](https://www.mentat.codes/) — CLI assistant and agent that makes changes to repositories. @@ -78,7 +79,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Continuous integration bots - [BitBuilder](https://www.bitbuilder.ai/) — A GitHub integration to generate pull requests from issues. -- [Sweep](https://sweep.dev/) [(Source)](https://github.com/sweepai/sweep) — Another GitHub integration to generate pull requests from issues. - [Code Review GPT](https://github.com/mattzcarey/code-review-gpt) — An open source tool for reviewing PRs. Works as GitHub action, Gitlab CLI or locally. - [Nova](https://www.trynova.ai/) - CI bot to add actions such as summaries and tests to new PRs. - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs.