Commit Graph

16 Commits

Author SHA1 Message Date
Zvonimir Sabljic
795ebfd97e A couple of fixes 2023-08-10 08:44:02 +02:00
Zvonimir Sabljic
5ff3cda0b3 Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-09 13:58:16 +02:00
Zvonimir Sabljic
f5f5f0dbe4 Fix for new lines being inside the JSON string value when returned from GPT 2023-08-09 12:34:18 +02:00
LeonOstrez
1d5c01a707 fixes of storing users and apps 2023-08-09 10:38:39 +02:00
LeonOstrez
bcc9cee3c1 merge, add spinner, add project name and minor bug fixes 2023-08-04 16:53:40 +02:00
Zvonimir Sabljic
d2b491757b Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-04 10:16:37 +02:00
Zvonimir Sabljic
ce56224270 Fix: replace functions in the data that's being hashed 2023-08-03 20:44:39 +02:00
Zvonimir Sabljic
5b493accf9 escape special characters in the GPT response - currently hardcoded to json.loads() but we might need it in the future 2023-08-03 20:44:06 +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
885792bd5e Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-02 08:52:57 +02:00
LeonOstrez
9673d40f65 refactor DB 2023-08-02 08:29:40 +02:00
Zvonimir Sabljic
4f2edb015f Refactor so we use array_of_objects_to_string + added debugging file and AgentConvo method to copy js code to clipboard so it can be pasted into OpenAI playground for easier debugging 2023-08-01 08:46:29 +02:00
Zvonimir Sabljic
3de4d10fa7 Removed split_into_bullets + unused imports 2023-07-31 12:29: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