File size: 779 Bytes
d26280a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Table of Contents

1. [Introduction](#introduction)
2. [User Guide](#user-guide)
    1. [Installation](#installation)
    2. [Setting Up Your Project](#setting-up-your-project)
    3. [Running GPT-Engineer](#running-gpt-engineer)
    4. [Reviewing the Results](#reviewing-the-results)
3. [Core Components](#core-components)
    1. [AI Class](#ai-class)
    2. [DB Class](#db-class)
    3. [Steps Module](#steps-module)
4. [Harmony of AI, DB, and Steps](#harmony-of-ai-db-and-steps)
    1. [How Each Step is Made](#how-each-step-is-made)
    2. [How to Make Your Own Step](#how-to-make-your-own-step)
5. [Chat Parsing & Self Code Execution.py](#chat_to_files.py)
    1. [Functions](#functions)
    2. [Self Code Execution](#self-code-execution)
    3. [Disclaimer](#disclaimer)