Merge pull request #26 from emrgnt-cmplxty/patch-1

Update README.md to include Automata
This commit is contained in:
tizkovatereza
2023-07-18 18:34:46 +02:00
committed by GitHub

View File

@@ -132,6 +132,33 @@ An experimental open-source attempt to make GPT-4 fully autonomous, with >140k s
</details>
## [Automata](https://github.com/emrgnt-cmplxty)
Crafting a sophisticated system that autonomously generates its own code based on the context of your project.
<details>
### 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.
<!--
### 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.
-->
</details>
## [AutoPR](https://github.com/irgolic/AutoPR)
AI-generated pull requests to fix issues, powered by ChatGPT
<details>