Commit Graph

33 Commits

Author SHA1 Message Date
Zvonimir Sabljic
f180267a66 Refactored saving files and file snapshot so they are connected 2023-08-14 12:21:57 +02:00
Zvonimir Sabljic
eea80d1d9c A couple of fixes 2023-08-11 10:53:46 +02:00
Zvonimir Sabljic
01b50ab3e3 Refactored saving previous steps and made steps be loaded by looking at the current step as well 2023-08-10 08:41:46 +02:00
Zvonimir Sabljic
5ff3cda0b3 Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-09 13:58:16 +02:00
Zvonimir Sabljic
c55f381bdc Refactored saving and loading development steps to be consistent with command runs and user inputs 2023-08-09 11:35:32 +02:00
LeonOstrez
3545830a51 merge 2023-08-09 10:42:53 +02:00
LeonOstrez
1d5c01a707 fixes of storing users and apps 2023-08-09 10:38:39 +02:00
Zvonimir Sabljic
c6065087e0 Implemented deleting of subsequent steps after a specific dev step is reached 2023-08-09 09:45:20 +02:00
Zvonimir Sabljic
94a220a08e Ignore some fields while hashing the data for steps 2023-08-09 09:15:37 +02:00
Zvonimir Sabljic
d4a888600e Added connecting dev_step/user_input/command_run with the previous step in the database 2023-08-09 08:38:21 +02:00
Zvonimir Sabljic
4ecf2229d1 Implemented saving of Files with descriptions in the database 2023-08-08 15:11:50 +02:00
Zvonimir Sabljic
9e58b24bc8 Added File model 2023-08-08 14:44:34 +02:00
Zvonimir Sabljic
e6769944a6 Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-07 09:03:45 +02:00
Zvonimir Sabljic
f89ce318e3 Refactored questionary and implemented saving and restoring user input 2023-08-05 09:36:08 +02:00
LeonOstrez
bcc9cee3c1 merge, add spinner, add project name and minor bug fixes 2023-08-04 16:53:40 +02:00
Zvonimir Sabljic
5ddec70bdc Fixed CommandRuns and DevelopmentSteps models + prints 2023-08-04 13:33:56 +02:00
Zvonimir Sabljic
f70fc83c08 Added command runs model 2023-08-04 10:18:50 +02:00
Zvonimir Sabljic
d2b491757b Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-04 10:16:37 +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
LeonOstrez
208fba56a9 fix saving user and app, update user stories and user tasks to be generated one by one 2023-08-03 17:24:59 +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
cdb6f83c61 Added functionality for saving and restoring project files 2023-08-02 16:29:36 +02:00
Zvonimir Sabljic
6c84d15b44 Finished implementation for saving and loading development steps 2023-08-02 11:52:19 +02:00
Zvonimir Sabljic
96633f2b57 Updated DevelopmentSteps model 2023-08-02 11:39:22 +02:00
Zvonimir Sabljic
31f481c702 Updated db models to store JSON lists instead of text 2023-08-02 10:42:16 +02:00
Zvonimir Sabljic
84346163a3 Fixed drop_tables function 2023-08-02 10:41:46 +02:00
LeonOstrez
9673d40f65 refactor DB 2023-08-02 08:29:40 +02:00
LeonOstrez
02dc329933 remove inquirer completely and fix saving app to db 2023-07-28 14:38:13 +02:00
LeonOstrez
3fea70b35d forward messages through steps 2023-07-28 12:53:03 +02:00
LeonOstrez
6bbc0f109c add user_tasks, use questionary instead of inquirer, refactor main.py 2023-07-28 10:24:13 +02:00
LeonOstrez
8db53c6f6d setup storing steps to db and init user stories implementation 2023-07-27 07:51:49 +02:00
LeonOstrez
988cc10232 refactor setup, added loop conversation with gpt, finished getting project description with additional questions from gpt 2023-07-25 12:30:00 +02:00