Commit graph

3158 commits

Author SHA1 Message Date
mannaandpoem
23fdf90d21 Merge branch 'code_intepreter' into code_intepreter_add_vision
# Conflicts:
#	metagpt/tools/__init__.py
2024-01-15 11:42:28 +08:00
mannaandpoem
2678413c51 update config.yaml 2024-01-15 11:19:09 +08:00
mannaandpoem
f45a368be2 1. add vision config in config.yaml
2. add imitate_webpage.py in example
3. update vision.py
2024-01-15 11:13:35 +08:00
林义章
7f0c752f8d Merge branch 'fix_code_timeout' into 'code_intepreter'
fix timeout

See merge request agents/data_agents_opt!46
2024-01-15 03:10:29 +00:00
lidanyang
932a26cbb3 update unittest 2024-01-15 10:50:08 +08:00
shenchucheng
9d1df5acd5 mock search engine api 2024-01-14 23:40:09 +08:00
Arnaud Gelas
34b3de1f86 When setting the max budget, I don't want to overcome this limit 2024-01-13 16:10:46 +01:00
Arnaud Gelas
d340738013 Even if you set an investment, the default investment shows in the log 2024-01-13 15:53:01 +01:00
Arnaud Gelas
1238c48451 Fix: requirements.txt was not written to the disk
While the Python packages requirements are correctly detected and saved
into the json task file, requirements.txt was always empty. Since it was
trying to get packages with the wrong key, packages were always empty
when writing in requirements.txt
2024-01-13 15:14:38 +01:00
Arnaud Gelas
8d1bc25def Constrain the language for the qa_engineer
The qa_engineer was generating chinese texts and comments while the rest
of the project was in English.
2024-01-13 14:49:50 +01:00
geekan
b603e19bda
Merge pull request #740 from iorisa/feature/options
feat: remove OPTIONS
2024-01-13 13:49:06 +08:00
莘权 马
b612393151 fixbug: pydantic validate 2024-01-13 13:48:47 +08:00
mannaandpoem
f460771978 Update test cases 2024-01-13 10:58:49 +08:00
林义章
4eb366cd31 Merge branch 'add_test_for_ml_tools' into 'code_intepreter'
Add test for ml tools

See merge request agents/data_agents_opt!44
2024-01-13 02:42:38 +00:00
林义章
4a28d66680 Merge branch 'sd_and_debugcode_ut' into 'code_intepreter'
单测及简单优化:增加sd作为工具使用 & 简化debugcode

See merge request agents/data_agents_opt!42
2024-01-13 02:41:31 +00:00
yzlin
4b09ffd2f5 pre-commit format 2024-01-13 10:37:15 +08:00
yzlin
e079b8b152 remove sensitive and recover rsp_cache.json 2024-01-13 10:34:45 +08:00
mannaandpoem
46a64873cc Merge remote-tracking branch 'origin/incremental_development' into incremental_development 2024-01-13 10:16:44 +08:00
mannaandpoem
1b29175116 Add 2 code example and modify 1 code example to data 2024-01-13 10:02:54 +08:00
mannaandpoem
28c7003416 Add 2 code example to data 2024-01-13 09:40:02 +08:00
mannaandpoem
d077605720 Update product_requirement_pool to product_requirement_pools 2024-01-13 08:51:35 +08:00
mannaandpoem
b7adb1dc7d Update prompt and code comment in ActionNode 2024-01-12 22:12:16 +08:00
莘权 马
273b85d609 feat: remove OPTIONS 2024-01-12 21:56:59 +08:00
mannaandpoem
684d10bb24 1. Remove PRD when write code 2024-01-12 20:38:23 +08:00
better629
a249e46259 update prompt of review/revise to meet gpt3.5 2024-01-12 18:56:42 +08:00
mannaandpoem
40f5d5e40e add vision tool for code_interpreter 2024-01-12 18:30:48 +08:00
lidanyang
3fded9b6e0 fix timeout 2024-01-12 18:23:15 +08:00
geekan
feedafeb78 fix bug 2024-01-12 17:55:01 +08:00
geekan
ef4323c6b4 refine code 2024-01-12 17:55:01 +08:00
geekan
31eb3fe0ee refine code 2024-01-12 17:55:01 +08:00
geekan
1edff983f0
Merge pull request #724 from iorisa/feature/project_repo
feat: Implementation of ProjectRepo
2024-01-12 17:54:32 +08:00
莘权 马
b858cc7d83 feat: remove Context.options 2024-01-12 17:43:14 +08:00
mannaandpoem
a363691c38 1. add guideline in context of write_code_review.py
2. update prompt
2024-01-12 17:33:15 +08:00
stellahsr
d9ad3a6195 update 2024-01-12 17:30:22 +08:00
stellahsr
13010f6c90 add async function for sd tool 2024-01-12 17:19:49 +08:00
stellahsr
192e2aa807 Merge branch 'code_intepreter' into sd_and_debugcode_ut 2024-01-12 16:58:05 +08:00
stellahsr
d06dc0f8c5 Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter 2024-01-12 16:51:59 +08:00
stellahsr
75134d205d Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter
update example of sd_tool_usage
2024-01-12 16:51:49 +08:00
林义章
a46d3d5b1c Merge branch 'tool_manage' into 'code_intepreter'
fix libs path

See merge request agents/data_agents_opt!45
2024-01-12 08:36:42 +00:00
yzlin
88270482d0 fix libs path 2024-01-12 16:35:18 +08:00
lidanyang
99675a5a82 add unittest and remove old code 2024-01-12 16:22:54 +08:00
莘权 马
1e523f6840 feat: +catch for window rm dirs 2024-01-12 16:10:14 +08:00
lidanyang
a9575380b5 update test for write_code_with_tools 2024-01-12 16:04:44 +08:00
莘权 马
35d8f4d856 fixbug: unit test 2024-01-12 16:00:20 +08:00
莘权 马
bb4a514156 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-12 15:32:13 +08:00
莘权 马
e350656725 fixbug: unit test 2024-01-12 15:27:07 +08:00
stellahsr
9946280c9e update locally 2024-01-12 14:56:31 +08:00
林义章
45e2d6c5f5 Merge branch 'tool_manage' into 'code_intepreter'
tool management at one place, add aask_code mock, azure mock

See merge request agents/data_agents_opt!43
2024-01-12 06:38:00 +00:00
geekan
7eda182b33 refine code 2024-01-12 11:06:04 +08:00
yzlin
39915ec2ba add comments to clarify tool_type prompts 2024-01-12 10:50:35 +08:00