From 531fc489972c31db1d15d35c61faa252a306f2dd Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:08:23 -0400 Subject: [PATCH] Update README.md to include Automata --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index cd8cbfb..c891e7f 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,33 @@ An experimental open-source attempt to make GPT-4 fully autonomous, with >140k s + +## [Automata](https://github.com/emrgnt-cmplxty) +Crafting a sophisticated system that autonomously generates its own code based on the context of your project. + +
+ +### Description +- Model: GPT 4 +- Automata takes your project as a context, receives tasks, and executes the instructions seamlessly. +- Features + - Automata aims to evolve into a fully autonomous, self-programming Artificial Intelligence system. + - It's designed for seamless integration with all available agent platforms and LLM providers. + - Utilizes the novel code search algorithm, SymbolRank, and associated tools to build superior coding intelligence. + - Modular, fully configurable design with minimal reliance on external dependencies. + + + +
+ ## [AutoPR](https://github.com/irgolic/AutoPR) AI-generated pull requests to fix issues, powered by ChatGPT