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.