From bd49492939c9b3d8804db161c172d6f052327c6e Mon Sep 17 00:00:00 2001 From: Robert Bo Davis Date: Mon, 11 Mar 2024 16:57:47 -0400 Subject: [PATCH] chore: add test status badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b8c650d..e8e46d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # CodeLLM +

+ Tests + +

+ CodeLLM is an extensible LLM agent pipeline framework that can be used to build a system of AI agents, tools, and datastores that interact to solve complex problems. It was initially inspired by the [groundcrew](https://github.com/prolego-team/groundcrew) project. It is initially focused on code and codebase analysis, but could be extended to other domains. It is still very much a POC and is not ready for use beyond experimentation.