Commit graph

3228 commits

Author SHA1 Message Date
莘权 马
c61a3d2a99 feat: +unit test 2023-12-28 16:57:40 +08:00
better629
d40c4f5025 change mixin name 2023-12-28 16:43:08 +08:00
stellahsr
326dd7b4fb add tot impl 2023-12-28 16:42:23 +08:00
stellahsr
beaa708356 clean format 2023-12-28 16:41:39 +08:00
better629
e7c7c88c47 update to pydantic v2 and fix conflicts 2023-12-28 16:36:17 +08:00
stellahsr
86d497a0bd update docstring 2023-12-28 16:31:24 +08:00
geekan
eeaaef27c2 remove milvus due to no usage 2023-12-28 16:29:42 +08:00
geekan
f182b290cc refine tests 2023-12-28 16:28:41 +08:00
geekan
10cae23501 refine code 2023-12-28 16:15:51 +08:00
stellahsr
e94ccbf631 add tot implementation 2023-12-28 16:11:45 +08:00
better629
d0edc555b0 add SerDeserMixin for child-classes 2023-12-28 16:07:39 +08:00
geekan
f02bbb250d action node test 2023-12-28 16:03:16 +08:00
geekan
221a49b7eb solve test startup.py 2023-12-28 15:47:43 +08:00
geekan
58c8a38fc3 solve test startup.py 2023-12-28 15:46:17 +08:00
geekan
25c42890b8 add test 2023-12-28 15:22:02 +08:00
莘权 马
8844fa74f7 Merge branch 'feature/unittest' into geekan/dev 2023-12-28 12:05:18 +08:00
莘权 马
1f3fcdb2dc Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-28 12:04:30 +08:00
莘权 马
16f0a0fd06 feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 11:58:13 +08:00
geekan
c8b87e28b9
Merge pull request #640 from better629/feat_fixllm
Feat fixllm client kwargs
2023-12-28 10:48:10 +08:00
geekan
cff05c3e68
Merge pull request #639 from iorisa/feature/unittest
feat: +unit test
2023-12-28 10:47:37 +08:00
geekan
7c74ce1ce6
Update README.md 2023-12-28 10:47:08 +08:00
莘权 马
6c95f2d21a feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 10:05:14 +08:00
better629
1f9234eee8 fix client_kwargs due to previous PR delete sync client 2023-12-28 09:34:51 +08:00
莘权 马
8bf7d3186a feat: Action Node + exclude parameter
refactor: awrite
2023-12-27 23:01:11 +08:00
莘权 马
0adabfe53f feat: +unit test
fixbug: PYTHONPATH

fixbug: unit test
2023-12-27 21:47:48 +08:00
better629
2dbaee0ff2 fix env=None when init Team with env=xxx 2023-12-27 16:34:43 +08:00
mannaandpoem
81934e2202 update 2023-12-27 15:33:33 +08:00
mannaandpoem
8952deaa8b Delete files with 'refine' 2023-12-27 15:17:21 +08:00
mannaandpoem
1ee35c930e Delete and modify some files 2023-12-27 15:08:01 +08:00
better629
7d523b3922 fix role add actions 2023-12-27 15:03:34 +08:00
mannaandpoem
2cb06a7888 Merge branch 'main' into incremental_development 2023-12-27 14:44:35 +08:00
mannaandpoem
31c797279a Update prompt in write_code_guide_an.py. 2023-12-27 14:41:13 +08:00
mannaandpoem
5857e86b0d Merge remote-tracking branch 'origin/incremental_development' into incremental_development
# Conflicts:
#	metagpt/actions/write_code_guide_an.py
2023-12-27 14:36:49 +08:00
mannaandpoem
e65f16741c Update prompt in write_code_guide_an.py. 2023-12-27 14:34:55 +08:00
better629
83dbf97819 update SKAgent due pydantic v2 and fix missing field type 2023-12-27 14:33:55 +08:00
mannaandpoem
99b1666bff Update prompt in write_code_guide_an.py. 2023-12-27 14:29:01 +08:00
better629
afaa7385c4 add pydantic v2 support and change role's private fields into public 2023-12-27 14:00:54 +08:00
mannaandpoem
d47cc0448f Update engineer.py and prompt in write_code_guide_an.py. 2023-12-27 12:20:15 +08:00
林义章
fe6e46d478 Merge branch 'load_tools' into 'dev'
support load tools from file or file list

See merge request agents/data_agents_opt!32
2023-12-27 03:26:12 +00:00
lidanyang
263595b980 support load tools from file or file list 2023-12-27 11:03:39 +08:00
geekan
641c71bf18
Merge pull request #637 from iorisa/feature/unittest
feat: +unit test
2023-12-26 22:51:09 +08:00
莘权 马
8d925e50f1 refactor: pre-commit 2023-12-26 22:35:51 +08:00
莘权 马
1df853158b feat: merge geekan:dev 2023-12-26 22:29:19 +08:00
莘权 马
cfedba061a feat: +unit test 2023-12-26 22:22:29 +08:00
geekan
a57b32aa75
Merge pull request #634 from shenchucheng/feature-reaseacher-ut
Feature reaseacher ut
2023-12-26 22:20:20 +08:00
geekan
d244c648ca
Merge pull request #633 from Stitch-z/update-unit-test
Update: improve the unit testing of technical tutorial assistants and OCR assistants.
2023-12-26 22:19:16 +08:00
geekan
5c7cdf5ee7 merge main 2023-12-26 22:17:15 +08:00
geekan
ec13823578 uncomment ocr related code 2023-12-26 22:13:48 +08:00
geekan
b70cd88af2
Merge pull request #630 from springasa/main
[Bugfix] Set openai proxy for class ZhiPuAPTAPI
2023-12-26 22:12:51 +08:00
geekan
4645ffbc57 remove oi and clone_function 2023-12-26 22:11:01 +08:00