From f5d044d8f9dda9015fb5a982773e495b55947fe4 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 3 Aug 2023 13:32:52 -0400 Subject: [PATCH] Update descriptions. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71390da..bd8dd54 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ ## Agents -- [Smol Developer](https://github.com/smol-ai/developer) — An agent that generates an entire repository from a text description. Uses OpenAI and Anthropic. -- [Aider](https://github.com/paul-gauthier/aider) — An agent that generates changes and commits to repositories. Uses OpenAI. -- [Mentat](https://www.mentat.codes/) +- [Smol Developer](https://github.com/smol-ai/developer) — CLI agent that generates an entire repository from a text description. 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. - [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) -- [GPT Migrate](https://github.com/0xpayne/gpt-migrate) -- [GitWit](https://gitwit.dev/) +- [GPT Migrate](https://github.com/0xpayne/gpt-migrate) — CLI agent that converts a full-stack application from one language or framework to another. Uses GPT-4 32k context. +- [GitWit](https://gitwit.dev/) — Web-based agent for adding features to full-stack apps in Git repositories. ## Code generation