Commit graph

3847 commits

Author SHA1 Message Date
刘棒棒
56f640db96 delete test_make_client_kwargs_without_proxy_azure. 2024-01-31 13:55:21 +08:00
刘棒棒
7cead19701 fix: add arg for OpenAILLM in test_get_choice_function_arguments_for_aask_code. 2024-01-31 13:35:48 +08:00
yzlin
a9ef85b282 add gptv config 2024-01-31 11:35:05 +08:00
yzlin
56f5dc9f2e fix planner serialization bug, add test data 2024-01-31 10:49:49 +08:00
yzlin
f9519ca417 change ways of using config 2024-01-31 00:39:57 +08:00
yzlin
2fcb2a1cfe Merge branch 'dev' into code_intepreter 2024-01-31 00:08:09 +08:00
林义章
a8b4dfbefe Merge branch 'add_unittest' into 'code_intepreter'
rm immature code, improve naming, add unittest test rsp cache

See merge request agents/data_agents_opt!64
2024-01-30 14:47:39 +00:00
yzlin
5dde5a8875 rm unused & format 2024-01-30 22:41:30 +08:00
yzlin
274747e72f fix test_debug_code 2024-01-30 22:20:34 +08:00
yzlin
ede04f20f6 fix test_write_analysis_code 2024-01-30 22:04:00 +08:00
yzlin
4a7929d880 rm immature code, improve naming, add unittest test rsp cache 2024-01-30 21:04:33 +08:00
better629
f9e4a782c7 update 2024-01-30 20:46:53 +08:00
better629
c8df235303 update format 2024-01-30 20:42:41 +08:00
better629
6b1f3ee398 add dalle/gpt4v example 2024-01-30 20:39:56 +08:00
better629
51f004141c add software_env 2024-01-30 19:15:32 +08:00
better629
37c3f3b850 add mincraft_env 2024-01-30 19:14:24 +08:00
better629
29e8a076bd add stanford_town_env 2024-01-30 19:09:27 +08:00
better629
210a00c1e7 add werewolf_env 2024-01-30 19:08:55 +08:00
better629
1d772e8eb5 update base env and android_env 2024-01-30 19:07:38 +08:00
林义章
31a9410e6d Merge branch 'tool_manage_new' into 'code_intepreter'
accept goal during run; move more logic from role to planner

See merge request agents/data_agents_opt!63
2024-01-30 08:58:18 +00:00
yzlin
606f1b8f9c accept goal during run; move more logic from role to planner 2024-01-30 16:43:58 +08:00
better629
df728a034e simplify code 2024-01-30 14:32:57 +08:00
better629
e7cd90f7f8 add openai dall-e support 2024-01-30 14:31:00 +08:00
better629
310687258e add gpt-4v support for aask and AN.fill 2024-01-30 11:59:53 +08:00
geekan
884a1df408
Merge pull request #806 from iorisa/fixbug/faiss_store
fixbug: IndexableDocument.from_path error
2024-01-30 10:08:47 +08:00
geekan
9e49e2252d
Merge pull request #803 from iorisa/feature/return_project_repo
feat: generate_repo return project repo
2024-01-30 10:05:27 +08:00
莘权 马
23fa792895 fixbug: IndexableDocument.from_path error 2024-01-29 23:13:54 +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
程允权
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
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
莘权 马
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
莘权 马
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
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