Commit Graph

668 Commits

Author SHA1 Message Date
CRD716
444d69dcff add python version req 2023-10-15 12:01:25 -05:00
LeonOstrez
4befa04774 Merge pull request #196 from Deng-Xian-Sheng/patch-1
Update README.md
2023-10-14 11:44:39 +01:00
LeonOstrez
a5806396f0 Merge pull request #211 from Pythagora-io/fix/210-dont-save-bad-response
Fix for #210 - dont save bad response
2023-10-14 11:37:36 +01:00
LeonOstrez
c3aa1b6cd8 Merge pull request #213 from Pythagora-io/fix/131-execute-command-in-background
`python main.py --get-created-apps-with-steps` for CLI
2023-10-14 11:30:51 +01:00
LeonOstrez
64f0d5f46f Merge branch 'main' into fix/131-execute-command-in-background 2023-10-14 11:30:23 +01:00
LeonOstrez
c8c3ca0372 Merge pull request #205 from Pythagora-io/fix/simplify-directory-tree
format directory tree using fewer tokens, as suggested by GPT4
2023-10-14 11:26:17 +01:00
LeonOstrez
4be257e9b7 Merge branch 'main' into fix/simplify-directory-tree 2023-10-14 11:25:14 +01:00
LeonOstrez
4143719ba8 Merge pull request #190 from Pythagora-io/feature/ReAct-debug
ReAct prompting in debugger
2023-10-14 11:24:27 +01:00
Nicholas Albion
370a541c18 TODO: refactor into Dev agent 2023-10-14 09:36:45 +11:00
Nicholas Albion
a7fdff99f5 #210 don't save error responses to DB 2023-10-14 09:32:36 +11:00
Nicholas Albion
185a9cd4fa gpt-4 recommended renaming process_name as command_id and changing format in prompt 2023-10-14 00:24:11 +11:00
Nicholas Albion
d458dd280f fix for tests in CI 2023-10-13 23:59:06 +11:00
Nicholas Albion
d1c2d6bc96 updated test 2023-10-13 23:39:45 +11:00
Nicholas Albion
fd92164f0e sort for consistency 2023-10-13 23:36:07 +11:00
Nicholas Albion
7b398cc000 linting 2023-10-13 23:09:56 +11:00
Nicholas Albion
e89efb11f4 format directory tree using fewer tokens, as suggested by GPT4 2023-10-13 23:01:17 +11:00
Nicholas Albion
ca8782dee5 fix test for Mac? 2023-10-13 19:11:14 +11:00
Nicholas Albion
d58262af01 I'm not sure what the format of this should be 2023-10-13 19:02:49 +11:00
Nicholas Albion
8b1c4cc9d4 removed logging & fixed tests 2023-10-13 19:01:43 +11:00
Nicholas Albion
029e56a7a8 fixed tests 2023-10-13 18:55:32 +11:00
LeonOstrez
e48437212b Merge pull request #201 from Pythagora-io/fix/194-max_tokens
fix for #195 - missing positional arg `max_tokens`
2023-10-13 08:47:14 +01:00
LeonOstrez
9c297f1fa9 Merge pull request #200 from Pythagora-io/fix/starts_with_no
improved handling of "no"
2023-10-13 08:45:32 +01:00
Nicholas Albion
fd5657561d Merge branch 'main' into feature/ReAct-debug 2023-10-13 18:41:49 +11:00
Nicholas Albion
b3cda7aabe fixed test 2023-10-13 18:41:30 +11:00
Nicholas Albion
71015ec774 linting 2023-10-13 18:28:20 +11:00
Nicholas Albion
89b2a70aa8 parse_task commands run on {{ os }} 2023-10-13 18:23:14 +11:00
LeonOstrez
56a2fca4fa Merge pull request #194 from liweiyi88/github-trending-badge
Add GitHub trending badge in README
2023-10-13 08:21:51 +01:00
Nicholas Albion
cf86544bb4 #43, #198 improved handling of "no" (but could do better) 2023-10-13 18:14:43 +11:00
Nicholas Albion
828a52b4f2 fix for #195 - missing positional arg max_tokens 2023-10-13 18:13:28 +11:00
Nicholas Albion
521f124b9e test_command=command - makes code clearer 2023-10-13 17:55:06 +11:00
Nicholas Albion
8f9454831b added logging 2023-10-13 17:54:12 +11:00
Nicholas Albion
cefa5159b3 #43, #198 improved handling of "no" (but could do better) 2023-10-13 17:53:38 +11:00
Nicholas Albion
ac34a9efe8 refactor into format_message_content()
(Is it enough to just do `json.dumps()`?
2023-10-13 16:21:57 +11:00
Nicholas Albion
351f14de7a remove criticism 2023-10-13 16:20:02 +11:00
Nicholas Albion
35546f5e57 pass process_name and success_message to Debugger.debug() 2023-10-13 16:19:01 +11:00
Nicholas Albion
c6176e0c99 fix for #195 - missing positional arg max_tokens 2023-10-13 16:13:30 +11:00
靳灿奇
f9e9802408 Update README.md
update local model readme
2023-10-13 10:09:18 +08:00
Nicholas Albion
75d293e97e Merge branch 'main' into feature/ReAct-debug
# Conflicts:
#	pilot/helpers/agents/test_Developer.py
2023-10-13 12:08:39 +11:00
Nicholas Albion
e3bc066a56 return the dict from LLM, not the tuple - more explicit 2023-10-13 12:07:09 +11:00
liweiyi88
90f75567b8 adjust the badge position 2023-10-13 10:10:42 +11:00
liweiyi88
68716c1ab1 add github trending badge to readme file 2023-10-13 10:10:08 +11:00
LeonOstrez
9f478897f6 Merge pull request #192 from Pythagora-io/project_load
fix loading of project from where we left off when using app_id
2023-10-12 21:03:52 +01:00
LeonOstrez
786eb17460 fix loading of project from where we left off when using app_id 2023-10-12 18:45:57 +01:00
LeonOstrez
57b549e6b8 add star history to readme 2023-10-12 14:23:17 +01:00
Nicholas Albion
da52945ba6 experimenting with ReAct prompting in debugger.
may remove `criticism`
2023-10-12 21:05:33 +11:00
LeonOstrez
8b8a0cacad Merge pull request #186 from Pythagora-io/fix/open_router_max_tokens
Add `max_token` for CodeLlama
2023-10-12 11:00:50 +01:00
LeonOstrez
a264546745 revert wrong commit for should_execute_step 2023-10-12 10:55:19 +01:00
LeonOstrez
768d1ea490 Merge pull request #175 from Pythagora-io/feature/121-dot_gpt-pilot-folder
create .gpt-pilot directory, save project info & chat log
2023-10-12 10:25:02 +01:00
Nicholas Albion
153156b74c Merge branch 'main' into feature/121-dot_gpt-pilot-folder 2023-10-12 19:42:15 +11:00
Nicholas Albion
d19633adc7 mock_makedirs 2023-10-12 17:29:22 +11:00