Commit graph

3228 commits

Author SHA1 Message Date
莘权 马
f3f19811a0 feat: +unit test 2023-12-26 22:06:17 +08:00
mannaandpoem
a15e88f963 Update increment development for 0.5.x version: Delete files with 'refine' and write_code_guide.py. Add write_code_guide_an.py. Update write_code.py for guiding write code. 2023-12-26 21:36:37 +08:00
mannaandpoem
27b1f2b335 Merge remote-tracking branch 'origin/incremental_development' into incremental_development
# Conflicts:
#	metagpt/actions/write_code.py
#	metagpt/environment.py
#	metagpt/roles/architect.py
#	metagpt/roles/engineer.py
#	metagpt/roles/product_manager.py
#	metagpt/roles/project_manager.py
#	metagpt/roles/qa_engineer.py
#	metagpt/team.py
#	startup.py
2023-12-26 20:34:44 +08:00
mannaandpoem
f7205645b2 Update increment development for 0.5.x version: Delete files with 'refine' and write_code_guide.py. Add write_code_guide_an.py. Update write_code.py for guiding write code. 2023-12-26 20:25:41 +08:00
better629
e86af605f5
Merge pull request #636 from Justin-ZL/main
update:tools/moderation unittest,only async
2023-12-26 19:56:41 +08:00
geekan
029884590f comment interpreter & ocr files for test 2023-12-26 19:53:21 +08:00
zhanglei
1d3f4a77f9 update:tools/moderation unittest,only async 2023-12-26 19:47:17 +08:00
geekan
9531dbf3ff fix bug in test 2023-12-26 19:19:32 +08:00
莘权 马
dce4696f17 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-26 19:13:13 +08:00
莘权 马
6512f40ddd feat: +unit test 2023-12-26 19:11:27 +08:00
shenchucheng
255f9c4e4a add ut for researcher 2023-12-26 19:09:26 +08:00
shenchucheng
bbdbe93809 fix #560 2023-12-26 19:09:00 +08:00
geekan
0435b1321f refine code 2023-12-26 17:54:52 +08:00
geekan
ba8bf01870 remove code 2023-12-26 16:39:19 +08:00
geekan
4007fc87d6 remove sync api in openai 2023-12-26 16:33:15 +08:00
Stitch-z
bf0f6bd272
Merge branch 'dev' into update-unit-test 2023-12-26 16:11:31 +08:00
Stitch-z
08fb68efc0
Merge pull request #16 from Stitch-z/feature-tutorial-assistant
Update: improve the unit testing of tutorial assistants and OCR assis…
2023-12-26 16:05:21 +08:00
林义章
a93173df65 Merge branch 'dev_make_tools' into 'dev'
feat: make_tools by function.

See merge request agents/data_agents_opt!17
2023-12-26 08:01:31 +00:00
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +08:00
刘棒棒
a51e5d7faf Merge branch 'dev_make_tools' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into dev_make_tools 2023-12-26 15:51:25 +08:00
刘棒棒
a2743d2b1f resolve cr in MR17. 2023-12-26 15:48:04 +08:00
Stitch-z
25b58f22ca Update: improve the unit testing of tutorial assistants and OCR assistants. 2023-12-26 15:38:24 +08:00
geekan
e15de55368 refactor openai api and brain memory 2023-12-26 15:09:37 +08:00
better629
66925dd791 migrate from pydantic v1 to v2 2023-12-26 14:44:09 +08:00
Stitch-z
cbddd05bdc
Merge pull request #15 from Stitch-z/feature-tutorial-assistant
Update: improve the unit testing of technical tutorial assistants and OCR assistants.
2023-12-26 14:35:51 +08:00
Stitch-z
dc77a0d99b Update: improve the unit testing of tutorial assistants and OCR assistants. 2023-12-26 14:33:17 +08:00
geekan
8351c8ec35 remove generator para in acompletion_text 2023-12-26 14:31:26 +08:00
刘棒棒
c76c1765ef Merge branch 'dev' into 'dev_make_tools'
# Conflicts:
#   metagpt/roles/ml_engineer.py
2023-12-26 06:18:27 +00:00
刘棒棒
b49db2d62f resolve cr in MR17. 2023-12-26 14:14:18 +08:00
geekan
38f1c4f63b implement test_project_management.py 2023-12-26 14:11:28 +08:00
刘棒棒
b43cdb23f7 update make_tools. 2023-12-26 14:11:13 +08:00
刘棒棒
be47f6171d resolve CR in MR17. 2023-12-26 14:08:10 +08:00
Stitch-z
6432ed6e60 Update: improve the unit testing of tutorial assistants and OCR assistants. 2023-12-26 13:47:04 +08:00
geekan
fb90975241 fix test design api bug 2023-12-26 13:44:11 +08:00
林义章
5ff1a747c2 Merge branch 'dev_tool_selection_new' into 'dev'
Dev tool selection new

See merge request agents/data_agents_opt!30
2023-12-26 04:18:37 +00:00
莘权 马
339714261a Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-26 11:50:41 +08:00
莘权 马
6a16900953 fixbug: config.yaml
feat: +tests
2023-12-26 11:49:51 +08:00
better629
0569fc5560
Update config.yaml 2023-12-26 10:08:17 +08:00
geekan
25de7f9a74 fix conflicts 2023-12-26 01:40:53 +08:00
geekan
d300acbac8 fix all conflicts. 2023-12-26 01:39:16 +08:00
geekan
328b1fd109
Merge pull request #631 from shenchucheng/feature-huggingface-dev
Feature huggingface dev
2023-12-26 01:14:56 +08:00
shenchucheng
b766550a4f update log_llm_stream in log_llm_stream.py/ollama_api.py 2023-12-26 01:05:47 +08:00
shenchucheng
1f311aa408 not call LLM in global 2023-12-26 01:05:47 +08:00
shenchucheng
0eef8a8607 add llm stream log 2023-12-26 01:05:44 +08:00
shenchucheng
7671935741 Lazy Loading WEB_BROWSER_ENGINE 2023-12-26 01:01:31 +08:00
shenchucheng
118ab8ac82 add options to disable llm provider check 2023-12-26 01:01:24 +08:00
xiaofenggang
a87b5056d7 [Bugfix] Set openai proxy for class ZhiPuAPTAPI
When using ZHIPUAI as the large model provider, it is not possible to access ZHIPUAI in an HTTP proxy environment, and the following error will be reported:
openai.error.APIConnectionError: Error communicating with OpenAI

So we need set proxy for class ZhiPuAPTAPI.
2023-12-25 16:15:52 +00:00
geekan
59586f30d6
Merge pull request #628 from iorisa/fixbug/role/assistant
fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction
2023-12-25 23:14:21 +08:00
geekan
d577597ede refine code 2023-12-25 23:13:25 +08:00
geekan
a903cfa8ef fix code bugs 2023-12-25 23:13:25 +08:00