From 0485d10804d1e999afcb58582779350eef205abd Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Thu, 10 Aug 2023 21:33:23 +0700 Subject: [PATCH 1/4] Add Cody of ajhous44 - https://github.com/ajhous44/cody --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420fd77..ab880dc 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,19 @@ The purpose of Clippy is to develop code for or with the user. It can plan, writ -## [Cody](https://docs.sourcegraph.com/cody) +## [Cody of ajhous44](https://github.com/ajhous44/cody) + +An AI assistant designed to let you interactively query your codebase using natural language. By utilizing vector embeddings, chunking, and OpenAI's language models, Cody can help you navigate through your code in an efficient and intuitive manner. + +
+ +### Links +- [GitHub](https://github.com/ajhous44/cody) +- Author: [@ajhous44](https://github.com/ajhous44/) (Github) + +
+ +## [Cody of Sourcegraph](https://docs.sourcegraph.com/cody) An AI code assistant from Sourcegraph that writes code and answers questions for you by reading your entire codebase and the code graph. From dea5706eff292bbeb53676fe738047d8ac9a3e26 Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Thu, 10 Aug 2023 21:45:50 +0700 Subject: [PATCH 2/4] Add Mentat AI - https://github.com/biobootloader/mentat --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ab880dc..012f492 100644 --- a/README.md +++ b/README.md @@ -764,6 +764,24 @@ Inspired by privateGPT, allows using your own documents as an information source +## [Mentat](https://github.com/biobootloader/mentat) +Mentat is the AI tool that assists you with any coding task, right from your command line. + +Unlike Copilot, Mentat coordinates edits across multiple locations and files. And unlike ChatGPT, Mentat already has the context of your project - no copy and pasting required! + +
+ +### Links +- [Website](https://www.mentat.codes/) +- [Youtube](https://www.youtube.com/watch?v=lODjaWclwpY) +- Author: [Bio Bootloader](https://twitter.com/bio_bootloader) (Twitter) +- [Discord Invite](https://discord.com/invite/zbvd9qx9Pb) + + +
+ + + ## [Mini AGI](https://github.com/muellerberndt/mini-agi) A minimal general-purpose autonomous agent based on GPT-3.5 / GPT-4
From fb746d60addfe695ab086b278010050cd3017ac8 Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Thu, 10 Aug 2023 21:54:52 +0700 Subject: [PATCH 3/4] Add Aider - https://github.com/paul-gauthier/aider --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 012f492..d05568c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,18 @@ A platform for agents to work together, similar in spirit to AutoGPT and Baby AG - [Twitter](https://twitter.com/dysmemic)
+## [Aider](https://github.com/paul-gauthier/aider) +Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository. You can start a new project or work with an existing repo. And you can fluidly switch back and forth between the aider chat where you ask GPT to edit the code and your own editor to make changes yourself. Aider makes sure edits from you and GPT are committed to git with sensible commit messages. Aider is unique in that it works well with pre-existing, larger codebases. + +
+ +### Links +- [Website](https://aider.chat/) +- Author: [Paul Gauthier](https://github.com/paul-gauthier) (Github) +- [Discord Invite](https://discord.com/invite/Tv2uQnR88V) + +
## [AutoGPT](https://agpt.co/?utm_source=awesome-ai-agents) From 4dddb978741af8d76a8ae9a6222f7f39945d0539 Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Fri, 11 Aug 2023 04:45:58 +0700 Subject: [PATCH 4/4] Modify Cody by ajhous44 and Cody by Sourcegraph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d05568c..0877f6b 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ The purpose of Clippy is to develop code for or with the user. It can plan, writ -## [Cody of ajhous44](https://github.com/ajhous44/cody) +## [Cody by ajhous44](https://github.com/ajhous44/cody) An AI assistant designed to let you interactively query your codebase using natural language. By utilizing vector embeddings, chunking, and OpenAI's language models, Cody can help you navigate through your code in an efficient and intuitive manner. @@ -462,7 +462,7 @@ An AI assistant designed to let you interactively query your codebase using natu -## [Cody of Sourcegraph](https://docs.sourcegraph.com/cody) +## [Cody by Sourcegraph](https://docs.sourcegraph.com/cody) An AI code assistant from Sourcegraph that writes code and answers questions for you by reading your entire codebase and the code graph.