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.
This commit is contained in:
Kevin Lu
2023-08-12 02:27:17 -07:00
committed by GitHub
parent 5906cee3e8
commit 80d7ccdf3a
+1 -1
View File
@@ -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.