From 75ba5057ec0c0446870ede29fa0fd19158c3e552 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 3 Aug 2023 13:54:39 -0400 Subject: [PATCH] Add descriptions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8ff99..0b6085d 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ ## Agents -- [Smol Developer](https://github.com/smol-ai/developer) — CLI agent that generates an entire repository from a text description. Uses OpenAI and Anthropic. +- [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. -- [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) +- [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) — CLI agent that generates a repository from a prompt, and asks clarifying questions. - [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.