Commit graph

4103 commits

Author SHA1 Message Date
better629
471979288e update task_dir/docs_dir 2024-01-29 19:33:34 +08:00
better629
d617a1ce96 add andriod_assistant action_output and update ui_document 2024-01-29 17:17:28 +08:00
莘权 马
e9d7c99021 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-29 10:38:26 +08:00
莘权 马
06b4e4767a feat: generate_repo return ProjectRepo 2024-01-29 10:20:05 +08:00
better629
7f06870691 update andriod_assistant 2024-01-28 19:54:01 +08:00
better629
8b630cd1ab update andriod_assistant 2024-01-28 19:53:07 +08:00
程允权
a68c3442bc Refactor get_choice_delta_text for safer dict access 2024-01-28 13:49:31 +08:00
geekan
ee0801a116
Merge pull request #799 from HuZixia/huzixia
Solve JSONDecodeError
2024-01-28 10:27:34 +08:00
didi
ea0c4204f4 Add manual_record module & ActionOp.STOP
Questions about Android Env &  EnvAPIAbstract have been annotated in codes
2024-01-27 23:44:17 +08:00
huzixia
c3b4c698d8 update repair_llm_raw_output.py 2024-01-27 18:23:57 +08:00
huzixia
11f70ca9b1 modify code based on feedback of action_node.py and repair_llm_raw_output.py, add code in test_repair_llm_raw_output.py 2024-01-27 18:06:52 +08:00
莘权 马
c1552d7319 fixbug: unit test 2024-01-27 17:30:07 +08:00
莘权 马
9bcaa67cc3 fixbug: unit test 2024-01-27 17:22:28 +08:00
better629
305de41d01 update orient 2024-01-27 17:17:53 +08:00
莘权 马
3a2f162fdd feat: rebuild sequence view pass 2024-01-27 17:07:35 +08:00
huzixia
2361c7e8aa delete PR dir 2024-01-27 17:07:21 +08:00
huzixia
b9a03c380a Merge branch 'huzixia' of github.com:HuZixia/MetaGPT into huzixia
merge
2024-01-27 17:05:29 +08:00
huzixia
8b5f7848fa delete PR dir 2024-01-27 17:00:59 +08:00
huzixia
f16b247586 merge code with similar logic to avoid duplication 2024-01-27 15:32:12 +08:00
莘权 马
aa0909525e feat: merge geekan/dev 2024-01-27 13:38:14 +08:00
莘权 马
782875dadf Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-27 13:35:18 +08:00
huzixia
43b069f453 Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py 2024-01-26 23:20:16 +08:00
huzixia
ed54f6b86a To avoid JSONDecodeError:
Remove comments in output json str, after json value content, maybe start with #, maybe start with //, particularly, it is not inside the string value

Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
2024-01-26 22:59:10 +08:00
better629
9c8cf9cdce update andriod_assistant 2024-01-26 21:16:26 +08:00
莘权 马
1b9ce4abca feat: +sequence merge 2024-01-26 20:23:24 +08:00
莘权 马
67bf89996b feat: +source -> use case -> sequence view 2024-01-26 19:39:06 +08:00
geekan
aada81bfe6 fix conflicts 2024-01-26 19:06:41 +08:00
geekan
a6bdd02017 add ActionNode.from_pydantic 2024-01-26 19:05:22 +08:00
better629
17759b92e7 add andriod_assistant action self-learn / self-learn-reflect / screenshot-parse 2024-01-26 15:18:29 +08:00
better629
7f8ae1f260 update gpt4-v 2024-01-26 15:16:33 +08:00
better629
9cbc34662a add gpt4-v 2024-01-26 15:11:43 +08:00
geekan
d4ae2a839e
Merge pull request #797 from iorisa/feature/compatible_windows
fixbug: compatible with windows path
2024-01-26 15:11:34 +08:00
geekan
b2e020a97c
Merge pull request #798 from mannaandpoem/dev_incremental
Update the code compression package
2024-01-26 15:10:31 +08:00
geekan
59afc5301f update token counter 2024-01-26 15:08:08 +08:00
geekan
cfadd54a3a
Update token_counter.py 2024-01-26 15:02:34 +08:00
mannaandpoem
4680ff5e62 Only retain test_simple_add_calculator, skip other test cases 2024-01-25 17:33:23 +08:00
莘权 马
a94ccbc838 Merge branch 'mannaandpoem/dev_incremental' into geekan/dev 2024-01-25 16:42:53 +08:00
mannaandpoem
1f90bc58cc 1. Update the code compression package
2. Modify the prompt of REFINED_TEMPLATE
2024-01-25 16:25:23 +08:00
better629
0aba36fdad add examples/andriod_assistant framework 2024-01-25 16:07:33 +08:00
莘权 马
44b550f5af Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-25 15:54:25 +08:00
Guess
442f2cf974
Merge pull request #794 from mannaandpoem/dev_incremental
Add the tar command to extract the .zip file
2024-01-25 15:42:41 +08:00
莘权 马
51169d7a69 feat: + compatible with windows path 2024-01-25 15:40:16 +08:00
yzlin
7aa89a3204 minor update 2024-01-25 15:19:48 +08:00
林义章
1fb77121f4 Merge branch 'add-web-scraping-test' into 'code_intepreter'
Add web scraping test

See merge request agents/data_agents_opt!60
2024-01-25 07:04:38 +00:00
刘棒棒
54a08747db chore 2024-01-25 15:02:52 +08:00
刘棒棒
526025bbe3 change file name: crawle_webpage.py -> crawl_webpage.py 2024-01-25 15:01:05 +08:00
林义章
5f624844cc Merge branch 'tool_manage_new' into 'code_intepreter'
rm make tools in ci for now

See merge request agents/data_agents_opt!61
2024-01-25 06:34:24 +00:00
yzlin
f1a4197a82 rm make tools in ci for now 2024-01-25 14:04:14 +08:00
莘权 马
74aa0aa4a5 Merge branch 'mannaandpoem/dev_incremental' into geekan/dev 2024-01-25 13:34:24 +08:00
mannaandpoem
0faae9368f Add the tar command to extract the .zip file 2024-01-25 11:52:14 +08:00