Commit graph

178 commits

Author SHA1 Message Date
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
yzlin
88270482d0 fix libs path 2024-01-12 16:35:18 +08:00
yzlin
e99c5f29f4 tool management at one place, add aask_code mock, azure mock 2024-01-11 22:55:31 +08:00
stellahsr
12bc0104b6 add asyn sd ut 2024-01-11 22:43:02 +08:00
stellahsr
a98edada1a 增加非异步接口
sd工具yaml
2024-01-11 20:48:27 +08:00
yzlin
767c99388f format using precommit 2024-01-10 14:15:30 +08:00
yzlin
853086924a Merge branch 'main' into dev_updated 2024-01-10 14:10:15 +08:00
莘权 马
51a8691722 fixbug: fix unit test 2024-01-04 10:10:13 +08:00
shenchucheng
269750e616 fix search_engine_serper arbitrary types error 2024-01-03 10:18:55 +08:00
geekan
05749fad31 refactor filename 2024-01-02 21:44:51 +08:00
geekan
77c537d202 fix bug in faiss 2023-12-29 10:32:10 +08:00
geekan
933cd1f049 fix code parser etc. 2023-12-29 00:45:25 +08:00
shenchucheng
8cfb031a72 add proxy for webdriver downloader 2023-12-28 22:34:28 +08:00
莘权 马
f76078dedf feat: merge 2023-12-28 18:05:33 +08:00
better629
e7c7c88c47 update to pydantic v2 and fix conflicts 2023-12-28 16:36:17 +08:00
莘权 马
16f0a0fd06 feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 11:58:13 +08:00
莘权 马
6c95f2d21a feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 10:05:14 +08:00
莘权 马
0adabfe53f feat: +unit test
fixbug: PYTHONPATH

fixbug: unit test
2023-12-27 21:47:48 +08:00
better629
afaa7385c4 add pydantic v2 support and change role's private fields into public 2023-12-27 14:00:54 +08:00
莘权 马
1df853158b feat: merge geekan:dev 2023-12-26 22:29:19 +08:00
geekan
4645ffbc57 remove oi and clone_function 2023-12-26 22:11:01 +08:00
莘权 马
f3f19811a0 feat: +unit test 2023-12-26 22:06:17 +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
geekan
0435b1321f refine code 2023-12-26 17:54:52 +08:00
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +08:00
better629
66925dd791 migrate from pydantic v1 to v2 2023-12-26 14:44:09 +08:00
刘棒棒
c76c1765ef Merge branch 'dev' into 'dev_make_tools'
# Conflicts:
#   metagpt/roles/ml_engineer.py
2023-12-26 06:18:27 +00:00
莘权 马
6a16900953 fixbug: config.yaml
feat: +tests
2023-12-26 11:49:51 +08:00
莘权 马
0fdb552468 fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction 2023-12-25 22:39:03 +08:00
莘权 马
f441c88156 fixbug: timeout & prompt_format 2023-12-24 12:30:08 +08:00
莘权 马
9a1909bb95 feat: merge geekan:main 2023-12-22 16:40:04 +08:00
lidanyang
01fe23be45 update ml ops 2023-12-21 17:05:14 +08:00
geekan
d46b7c4018 fix moderation, remove claude from LLM, refine exceptions handler 2023-12-21 14:45:53 +08:00
seehi
163da9a2e7 format code 2023-12-21 12:44:43 +08:00
seehi
9a4f0d555c
Merge branch 'main' into feature-openai-v1 2023-12-21 12:06:12 +08:00
geekan
e068f5b1bc
Merge pull request #542 from igot-ai/chore/add-selenium-support-docker-safer
[CHORE] selenium config better performance
2023-12-21 11:19:25 +08:00
geekan
62f34db137 refine code. move azure tts to tool, refactor actions 2023-12-19 23:53:04 +08:00
刘棒棒
52b8ba84d3 update globals with function tools. 2023-12-19 17:57:16 +08:00
莘权 马
4ffac9c391 feat: merge geekan/dev 2023-12-19 17:03:49 +08:00
刘棒棒
6895e74d3e update parse No Args function. 2023-12-19 17:01:55 +08:00
刘棒棒
3bb445b925 fix: no returns function tools. 2023-12-19 16:50:37 +08:00
刘棒棒
a4ba5660b8 convert UDFS_YAML to dict. 2023-12-19 16:30:38 +08:00
geekan
f1c6a7ebfb refine code: use handle_exception function instead of in-function duplicate code frags 2023-12-19 16:16:52 +08:00
刘棒棒
0daf7ea4e3 chore. 2023-12-19 11:34:06 +08:00
刘棒棒
4de104ef8f update parameters for None. 2023-12-19 11:32:25 +08:00
刘棒棒
d9c814420b fix: no args error. 2023-12-19 11:21:51 +08:00
刘棒棒
ea7e11665d Merge branch 'dev' into dev_make_tools 2023-12-18 22:22:38 +08:00