Commit Graph

16 Commits

Author SHA1 Message Date
Zvonimir Sabljic
ab20b7a71c Fixed return values 2023-09-18 18:37:56 -07:00
Zvonimir Sabljic
aa63fa1988 Enable exception to be thrown even during the restoring phase of the project 2023-09-18 18:35:50 -07:00
Zvonimir Sabljic
0dd6b6d996 Changed development_steps, command_runs, and user_inputs models - we don't need to hash any data - we can just use it as is 2023-09-15 17:51:24 +02: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
Zvonimir Sabljic
9c06143af0 When sending a CLI error to LLM, select the first MAX_COMMAND_OUTPUT_LENGTH characters for stderr and last MAX_COMMAND_OUTPUT_LENGTH for stdout 2023-09-12 21:23:27 +02:00
rajveer43
c4299dac34 push 2023-09-04 20:10:20 +05:30
Zvonimir Sabljic
c4a5bbf1f2 IMPORTANT: Fix for shell built-in commands - this will need to be improved down the line 2023-09-02 17:34:05 +02:00
Zvonimir Sabljic
85ac7e8276 Refactored all prints to be colored with fabulous and not termcolor 2023-09-01 18:28:20 +02:00
LeonOstrez
538f2e03a6 Merge pull request #5 from scoobie-bot/main
Update cli.py
2023-08-28 16:52:33 +02:00
LeonOstrez
f294babec3 cleanup PR 2023-08-28 16:49:20 +02:00
Zvonimir Sabljic
f4dc07407e Made logging look nicer 2023-08-25 14:21:41 +02:00
scooobie
1df39a2cb5 Update cli.py
added windows version of the os.killpg
2023-08-24 13:34:41 +08:00
scooobie
d636d86219 Update cli.py
had issues using setsid on Windows, so this detects windows/Unix and uses the correct version of run_command
2023-08-24 12:28:54 +08:00
Zvonimir Sabljic
1defc7d126 Show stderr in real time 2023-08-23 14:47:54 +02:00
Zvonimir Sabljic
8c58d2803d Renamed the repo 2023-08-16 14:57:55 +02:00