Commit Graph

14 Commits

Author SHA1 Message Date
Zvonimir Sabljic
69a0d153bf While initializing a project, restore files from a specific dev step 2023-08-04 10:15:14 +02:00
Zvonimir Sabljic
68a847a827 When restoring files, first, clear the entire directory of previously created files + while updating a file, create a parent directory if it doesn't exist 2023-08-04 10:13:23 +02:00
Zvonimir Sabljic
ef03879f86 Added human intervention step + renamed verification to intervention 2023-08-03 21:23:30 +02:00
Zvonimir Sabljic
6395f6fba7 Added saving command run responses and restoring them 2023-08-03 20:40:49 +02:00
Zvonimir Sabljic
3bfae8a97e Simplifying the flow - added logs 2023-08-03 18:47:21 +02:00
Zvonimir Sabljic
3345f37bb3 Smaller fixes 2023-08-03 16:21:34 +02:00
Zvonimir Sabljic
fec1ce48b6 Changed so development steps are hashed by the prompt path, prompt data and an llm request number + added functionality for resuming from a specific development step 2023-08-03 16:18:18 +02:00
Zvonimir Sabljic
60805a5408 Added ask_for_human_verification and get_test_directory_tree to the Project class + added so that directory tree is created from within the folder 2023-08-03 11:16:17 +02:00
Zvonimir Sabljic
3f6ea24dae Added root_path + removed unused imports 2023-08-02 16:30:03 +02:00
Zvonimir Sabljic
cdb6f83c61 Added functionality for saving and restoring project files 2023-08-02 16:29:36 +02:00
Zvonimir Sabljic
de96fba775 Enable file fetching and updating from the Project class 2023-08-02 14:25:44 +02:00
Zvonimir Sabljic
70617bf80b Added ignored folders to the function for building a directory tree + added get_files function + changed the way Agents are imported 2023-08-02 10:45:22 +02:00
Zvonimir Sabljic
bb022659b4 Agent convo fixes + remove messages getter + function calls fixes 2023-08-01 17:27:26 +02:00
Zvonimir Sabljic
b9165a66e8 Big refactor to use classes 2023-08-01 13:53:28 +02:00