From 2493e3ab29a2156cf441034b2c517a5965db4e43 Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Mon, 24 Jul 2023 19:09:47 +0700 Subject: [PATCH] Add Clippy --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f11a4d1..7c1317c 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,18 @@ A chemistry agent that performs tasks across synthesis, drug discovery, and mate +## [Clippy](https://github.com/ennucore/clippy/) + +The purpose of Clippy is to develop code for or with the user. It can plan, write, debug, and test some projects autonomously. For harder tasks, the best way to use it is to look at its work and provide feedback to it. + +
+ +### Links +- [GitHub](https://github.com/ennucore/clippy/) +- Author: [Lev Chizhov](http://lev.la/) + +
+ ## [Cody](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.