Nicholas Albion
|
70a7a6140a
|
fixed test
|
2023-10-02 21:06:31 +11:00 |
|
Nicholas Albion
|
1376c11647
|
added logging
|
2023-10-02 20:08:15 +11:00 |
|
Nicholas Albion
|
5fdc853768
|
GPT4 responded with a JSON object != schema.
Retry the request, advising what the issue was
|
2023-10-02 18:59:38 +11:00 |
|
Zvonimir Sabljic
|
6c571f0946
|
get_full_file_path refactoring
|
2023-10-01 11:36:25 -07:00 |
|
LeonOstrez
|
5af4ce1492
|
fix double logging in extension, dont get apps with name or status null and update package_repo.py script
|
2023-10-01 14:43:28 +01:00 |
|
LeonOstrez
|
4713a68040
|
fix updating of app status
|
2023-10-01 02:46:45 +01:00 |
|
LeonOstrez
|
0cec2a45bf
|
fix loading project steps
|
2023-09-30 21:36:22 +01:00 |
|
LeonOstrez
|
f5feb6274d
|
fixes
|
2023-09-29 22:37:35 +01:00 |
|
Nicholas Albion
|
d2f8d58f5a
|
removed debugging
|
2023-09-29 18:22:09 +10:00 |
|
Nicholas Albion
|
7bf5de8861
|
Improved logging
|
2023-09-29 18:18:55 +10:00 |
|
LeonOstrez
|
6759e9a0f5
|
Merge pull request #109 from Pythagora-io/feature/open_project
Allow IDE to open the new project
|
2023-09-29 08:58:56 +01:00 |
|
LeonOstrez
|
0331b29185
|
Merge pull request #112 from Pythagora-io/fix/save_file
Fixed issues with `Project.save_file()`
|
2023-09-29 08:58:01 +01:00 |
|
Nicholas Albion
|
5a3ef5efa1
|
Added unit test, failed to reproduce #35
|
2023-09-29 16:21:34 +10:00 |
|
Nicholas Albion
|
32206e79d2
|
'C:\\path\\to\\file.txt' only seems to work on Windows
|
2023-09-28 22:14:02 +10:00 |
|
Nicholas Albion
|
ed003fb220
|
fixed tests
|
2023-09-28 20:25:38 +10:00 |
|
Nicholas Albion
|
511ffdd8e1
|
Fixed issue with Project.save_file()
|
2023-09-28 20:08:40 +10:00 |
|
LeonOstrez
|
d300e9980a
|
Merge pull request #111 from Pythagora-io/fix/handle-step_check.prompt
handle step check.prompt
|
2023-09-28 09:43:10 +01:00 |
|
Nicholas Albion
|
2aaa914c26
|
Merge branch 'main' into debugging_ipc
# Conflicts:
# README.md
# pilot/helpers/agents/CodeMonkey.py
# pilot/helpers/agents/Developer.py
# pilot/prompts/system_messages/architect.prompt
# pilot/utils/arguments.py
# pilot/utils/llm_connection.py
# pilot/utils/utils.py
|
2023-09-28 13:53:49 +10:00 |
|
Nicholas Albion
|
e7d0ac5c58
|
Fix handling of GET_TEST_TYPE response.
The recent function calling changes has does not include `None` values in the tuples returned from `convo.send_message()`
|
2023-09-28 13:20:39 +10:00 |
|
Nicholas Albion
|
ef5372decc
|
Allow IDE to open the new project
|
2023-09-27 18:23:36 +10:00 |
|
LeonOstrez
|
dbefda72e6
|
Merge branch 'debugging_ipc' into feature/99-remove-function-calling
|
2023-09-27 09:00:15 +01:00 |
|
pavel-pythagora
|
54840ddaa8
|
Fix double prints
|
2023-09-27 10:47:13 +03:00 |
|
Nicholas Albion
|
bbc163480c
|
moved "Can I execute the command" into ask_user() call
|
2023-09-27 16:43:43 +10:00 |
|
Nicholas Albion
|
c84ad714d4
|
"hint" message type
|
2023-09-27 16:04:44 +10:00 |
|
Nicholas Albion
|
5f110322ed
|
fixed failing tests
|
2023-09-27 11:49:51 +10:00 |
|
Nicholas Albion
|
0ba4c1976c
|
removed debugging aid
|
2023-09-27 11:44:04 +10:00 |
|
Nicholas Albion
|
af75e8ebdc
|
switched to colorama which works on Windows and in VS Code
|
2023-09-27 11:37:15 +10:00 |
|
Nicholas Albion
|
6dd5a032fa
|
Improved JSON prompting for GPT-4 and recover incomplete JSON responses from Code Llama
|
2023-09-27 10:53:44 +10:00 |
|
Nicholas Albion
|
8a024c2ff2
|
rejecting responses that are not JSON.
Need to fix prompts for GPT-4
|
2023-09-26 17:27:54 +10:00 |
|
Nicholas Albion
|
b8965f527d
|
notes and testing
|
2023-09-25 10:36:37 +10:00 |
|
Nicholas Albion
|
1c290c86a0
|
linting
|
2023-09-23 17:22:40 +10:00 |
|
Nicholas Albion
|
b5cebb95dc
|
linting
|
2023-09-23 17:21:06 +10:00 |
|
Nicholas Albion
|
323b2669c0
|
updated test
|
2023-09-23 17:14:54 +10:00 |
|
Nicholas Albion
|
623908d093
|
fixed tests
|
2023-09-23 17:08:22 +10:00 |
|
Nicholas Albion
|
f4789538a3
|
6 models returning JSON as per ARCHITECTURE function_calls schema
|
2023-09-23 14:52:57 +10:00 |
|
Nicholas Albion
|
575c25902e
|
Refactored AgentConvo.postprecess_response() into function_calling.process_json_response()
|
2023-09-22 22:41:38 +10:00 |
|
Nicholas Albion
|
4d91f381c1
|
Tested Developer.install_technology before refactoring without function_calling
|
2023-09-22 19:11:50 +10:00 |
|
Nicholas Albion
|
d4879a04b7
|
ARCHITECTURE function_calls works on meta-llama/codellama-34b-instruct
|
2023-09-21 23:05:37 +10:00 |
|
Nicholas Albion
|
714658a0c8
|
tidy up tests
|
2023-09-21 00:25:25 +10:00 |
|
Nicholas Albion
|
4b7aa2df22
|
get_prompt() moved from llm_connection to utils and works from unit tests
|
2023-09-20 22:17:37 +10:00 |
|
Nicholas Albion
|
0660244017
|
fabulous does not work on Windows
|
2023-09-20 22:14:59 +10:00 |
|
LeonOstrez
|
67209b5b27
|
merge master into debugging_ipc branch
|
2023-09-18 19:09:37 -07:00 |
|
Zvonimir Sabljic
|
ab20b7a71c
|
Fixed return values
|
2023-09-18 18:37:56 -07:00 |
|
Zvonimir Sabljic
|
52e60b1376
|
Added print
|
2023-09-18 18:37:20 -07:00 |
|
Zvonimir Sabljic
|
dfbdae7062
|
Removed setting last_development_step because it's set in save_development_step function
|
2023-09-18 18:37:10 -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
|
48af667cc0
|
Fixed a couple of return statements
|
2023-09-15 17:58:28 +02:00 |
|
Zvonimir Sabljic
|
b1e0356432
|
Create a branch name if no name is provided - we should refactor all other places not to send any specific name
|
2023-09-15 17:52:58 +02: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
|
bf36106ee7
|
Fixed getting developer's help upon TooDeepRecursionError
|
2023-09-15 09:44:09 +02:00 |
|