Commit graph

1970 commits

Author SHA1 Message Date
better629
311e48b604 fix debate with send_to 2023-12-29 04:26:50 +08:00
better629
edce4ac47a fix memory unittest 2023-12-29 03:10:23 +08:00
better629
c8e351f3c8 format 2023-12-29 02:45:54 +08:00
better629
0f047e5693 update provider unittests to update coverage rate 2023-12-29 02:39:00 +08:00
better629
5fc8207950 update provider uniform name and check tests 2023-12-28 17:18:28 +08:00
better629
255e2d3fa7 update provider uniform name and check tests 2023-12-28 17:18:18 +08:00
better629
d40c4f5025 change mixin name 2023-12-28 16:43:08 +08:00
better629
e7c7c88c47 update to pydantic v2 and fix conflicts 2023-12-28 16:36:17 +08:00
better629
d0edc555b0 add SerDeserMixin for child-classes 2023-12-28 16:07:39 +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
莘权 马
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
莘权 马
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
better629
7d523b3922 fix role add actions 2023-12-27 15:03:34 +08:00
better629
83dbf97819 update SKAgent due pydantic v2 and fix missing field type 2023-12-27 14:33:55 +08:00
better629
afaa7385c4 add pydantic v2 support and change role's private fields into public 2023-12-27 14:00:54 +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
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
莘权 马
f3f19811a0 feat: +unit test 2023-12-26 22:06:17 +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
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
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +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
geekan
38f1c4f63b implement test_project_management.py 2023-12-26 14:11:28 +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
莘权 马
339714261a Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-26 11:50:41 +08:00