Remove delete_existing option; Introduce archive (#409)

* Remove `delete_existing` option; Introduce archive

* Update gpt_engineer/db.py

* Update gpt_engineer/main.py

* Update gpt_engineer/main.py

* Update gpt_engineer/steps.py

* Update gpt_engineer/steps.py

---------

Co-authored-by: Anton Osika <anton.osika@gmail.com>
This commit is contained in:
Anton Azarov
2023-07-02 16:56:31 +03:00
committed by GitHub
parent 14ae0e7d0e
commit 60e0a7e1dd
7 changed files with 79 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
from dataclasses import dataclass
from pathlib import Path
from typing import Optional
# This class represents a simple database that stores its data as files in a directory.
@@ -47,3 +48,4 @@ class DBs:
preprompts: DB
input: DB
workspace: DB
archive: DB