Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update README.md (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored Jun 30, 2023
1 parent 838a03a commit a1fe32f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automata: The Future is Self-Written

![Banner](./automata_banner.png)
![Banner](https://github.com/emrgnt-cmplxty/Automata/assets/68796651/61fe3c33-9b7a-4c1b-9726-a77140476b83)

[![codecov](https://codecov.io/github/emrgnt-cmplxty/Automata/branch/main/graph/badge.svg?token=ZNE7RDUJQD)](https://codecov.io/github/emrgnt-cmplxty/Automata)
[![Documentation Status](https://readthedocs.org/projects/automata/badge/?version=latest)](https://automata.readthedocs.io/en/latest/?badge=latest)
Expand All @@ -14,8 +14,6 @@ This project is inspired by the theory that code is essentially a form of memory

---

## 🧠 [Read the Docs](https://automata.readthedocs.io/en/latest/)

## Demo

https://github.com/emrgnt-cmplxty/Automata/assets/68796651/2e1ceb8c-ac93-432b-af42-c383ea7607d7
Expand All @@ -30,6 +28,8 @@ https://github.com/emrgnt-cmplxty/Automata/assets/68796651/2e1ceb8c-ac93-432b-af

## Installation and Usage

### 🧠 [Stuck? Try the Docs](https://automata.readthedocs.io/en/latest/)

### Initial Setup

Follow these steps to setup the Automata environment
Expand Down Expand Up @@ -94,7 +94,7 @@ Automata works by combining Large Language Models, such as GPT-4, with a vector

Automata employs downstream tooling to execute advanced coding tasks, continually building its expertise and autonomy. This self-coding approach mirrors an autonomous craftsman's work, where tools and techniques are consistently refined based on feedback and accumulated experience.

### Example - Running your own agent
### Example - Building your own agent

Sometimes the best way to understand a complicated system is to start by understanding a basic example. The following example illustrates how to run your own Automata agent. The agent will be initialized with a trivial instruction, and will then attempt to write code to fulfill the instruction. The agent will then return the result of its attempt.

Expand Down

0 comments on commit a1fe32f

Please # to comment.