LeonOstrez
67209b5b27
merge master into debugging_ipc branch
2023-09-18 19:09:37 -07:00
Zvonimir Sabljic
9a7c15e0c5
Merge branch 'ipc' into debugging_ipc
2023-09-14 09:40:36 +02:00
Zvonimir Sabljic
151aa051e2
Improved debugging process and enabled splitting of app development into tasks and then into steps
...
- split step implementation into different functions
- standardized the return value in the implementation process - { "success": True }
- added propagation of errors back to the recursion level 0 with TooDeepRecursionError and TokenLimitError
- created new class Debugger and moved debugging in it
2023-09-12 21:32:56 +02:00
Nicholas Albion
831e6a4265
Merge remote-tracking branch 'origin/main' into feature/get_email-from-gitconfig
...
# Conflicts:
# pilot/utils/arguments.py
2023-09-09 10:54:02 +10:00
Nicholas Albion
bd67695828
use {{ app_type }} from project.args in prompts
2023-09-08 05:25:30 +10:00
Zvonimir Sabljic
9c751d247b
Revert "Revert "Added back the functionality for tech lead to break down the project and the developer to code task by task""
...
This reverts commit f91da2b5eb .
2023-09-07 19:48:16 +02:00
Nicholas Albion
3423f0683e
default MAX_GPT_MODEL_TOKENS to 8192.
...
tests failed to run because could not parse missing env var MAX_TOKENS
2023-09-08 03:04:50 +10:00
Zvonimir Sabljic
f91da2b5eb
Revert "Added back the functionality for tech lead to break down the project and the developer to code task by task"
...
This reverts commit 990eb0d182 .
2023-09-05 23:13:09 +02:00
Zvonimir Sabljic
83ebd7939d
Merge branch 'main' into sander110419-main
2023-09-05 22:52:01 +02:00
Zvonimir Sabljic
9967df02e8
HARDCODED: we don't want to create directories in any other way than by running a mkdir command
2023-09-02 17:32:52 +02:00
Zvonimir Sabljic
990eb0d182
Added back the functionality for tech lead to break down the project and the developer to code task by task
2023-09-02 17:29:20 +02:00
Zvonimir Sabljic
827f18a27d
Typo fix
2023-09-02 17:24:46 +02:00
Zvonimir Sabljic
ca58c4958d
Implemented final version of IPC communication
2023-09-01 18:27:00 +02:00
Sander Hilven
34a5397209
Added MAX_TOKENS to the .env as a variable
2023-09-01 10:41:39 +02:00
Zvonimir Sabljic
1418704186
Initial setup for IPC Client and logging
2023-08-30 23:16:17 +02:00
Zvonimir Sabljic
1defc7d126
Show stderr in real time
2023-08-23 14:47:54 +02:00
Zvonimir Sabljic
50bae8ed95
Updates
2023-08-17 09:13:42 +02:00
Zvonimir Sabljic
a4499ab861
Refactored db info to the .env file
2023-08-16 16:13:22 +02:00
Zvonimir Sabljic
8c58d2803d
Renamed the repo
2023-08-16 14:57:55 +02:00