Commit graph

3087 commits

Author SHA1 Message Date
yzlin
3894334b52 Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter 2024-02-02 18:52:45 +08:00
林义章
32fb3535e7 Merge branch 'update-execute_nb_code.py' into 'code_intepreter'
Add type annotations, describe function return values, and remove unused code

See merge request agents/data_agents_opt!73
2024-02-02 10:52:38 +00:00
yzlin
0336010444 Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter 2024-02-02 18:50:22 +08:00
林义章
29baea4067 Merge branch 'fe_docstring' into 'code_intepreter'
add docstring

See merge request agents/data_agents_opt!72
2024-02-02 10:46:34 +00:00
刘棒棒
188f7aa033 Remove unused code. 2024-02-02 18:07:58 +08:00
yzlin
1da50f1825 remove ToolTypesEnum 2024-02-02 17:57:49 +08:00
lidanyang
fab4d73e17 add optional flag 2024-02-02 16:57:36 +08:00
lidanyang
e71755e4c7 add docstring 2024-02-02 15:50:21 +08:00
刘棒棒
f605fc4617 Add type annotations, describe function return values, and remove unused code
Summary of Changes:
- Added type annotations for improved code clarity
- Describe function return values for better documentation
- Removed unused functions and variables to declutter the code

Related to: #736
2024-02-02 15:49:40 +08:00
yzlin
35438e7b03 role pydantic init 2024-02-02 15:21:54 +08:00
yzlin
1a1610a67e add more comments 2024-02-01 22:23:28 +08:00
yzlin
4cd09e703c file read write utils 2024-02-01 20:25:53 +08:00
yzlin
e7ae79b2cb Merge branch 'dev' into code_intepreter 2024-02-01 20:10:33 +08:00
yzlin
2897981e63 task utils etc. 2024-02-01 20:07:44 +08:00
geekan
e8c333b45b try to fix run code error. 2024-02-01 16:38:51 +08:00
yzlin
afb702c3f3 Merge branch 'dev' into code_intepreter 2024-02-01 16:27:20 +08:00
yzlin
b1da79c714 refine naming and some details 2024-02-01 16:15:57 +08:00
geekan
9ecdccd836 add action node example 2024-02-01 15:43:50 +08:00
geekan
b2de082227 add action node example 2024-02-01 15:32:41 +08:00
garylin2099
669b699432
Merge pull request #818 from voidking/dev
chore: trigger unittest by push
2024-02-01 14:30:45 +08:00
voidking
cb9e103215 chore: trigger unittest by push 2024-02-01 14:26:58 +08:00
voidking
82ecee9ec4 chore: trigger unittest by push 2024-02-01 14:18:13 +08:00
geekan
bafdfe837b refactor config 2024-02-01 13:54:55 +08:00
geekan
97868beacf refactor config 2024-02-01 13:53:57 +08:00
geekan
62ca2ca90d refactor config 2024-02-01 13:45:00 +08:00
geekan
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
geekan
64eea6ed59 add action node example 2024-02-01 13:09:16 +08:00
garylin2099
4c1e6249b3
Merge pull request #817 from voidking/dev
feat: auto-unittest
2024-02-01 11:46:24 +08:00
voidking
a214a56531 chore: auto unittest remove debugger 2024-02-01 11:39:57 +08:00
林义章
e85f749031 Merge branch 'ci_sd_ut_new' into 'code_intepreter'
SD unittest

See merge request agents/data_agents_opt!70
2024-02-01 03:29:29 +00:00
yzlin
45acde0d65 use pytest to mock, rm dependency 2024-02-01 11:27:08 +08:00
geekan
bb34af38fa refine docs 2024-02-01 11:24:31 +08:00
geekan
6e4b0c1424 refine docs 2024-02-01 11:21:32 +08:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +08:00
voidking
c20aecf5f2 feat: auto-unittest 2024-02-01 11:12:23 +08:00
geekan
7e97334168 refine docs 2024-02-01 10:53:08 +08:00
geekan
3fa2b3216e refine docs 2024-02-01 10:35:51 +08:00
geekan
026dd8167c
Update cli_install.md 2024-02-01 10:21:58 +08:00
geekan
90f84ad452
Update FAQ-EN.md 2024-02-01 10:19:40 +08:00
garylin2099
5f84003cfa
Merge pull request #815 from iorisa/fixbug/unittest
fixbug: unittest
2024-02-01 10:07:56 +08:00
yzlin
ff970ab1c7 Merge branch 'dev' into code_intepreter 2024-02-01 00:27:42 +08:00
yzlin
37a606df0a rm unfinished 2024-02-01 00:18:53 +08:00
yzlin
c3d4af6fc3 rm unnecessary 2024-02-01 00:15:17 +08:00
geekan
eb94c5f735
Merge pull request #785 from arnaudgelas/fix/prompt-logic
Fix prompt logic when defining to who the message should be sent.
2024-01-31 23:36:53 +08:00
geekan
d35527b0ba
Merge pull request #801 from pkdog/fix-zhipu
Refactor get_choice_delta_text for safer dict access while using ZHIPU API
2024-01-31 23:35:03 +08:00
geekan
a762e02000 update config usage 2024-01-31 23:13:38 +08:00
莘权 马
f4c6e507c9 fixbug: make unit test stable 2024-01-31 22:44:01 +08:00
莘权 马
e0191c9b3d Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-31 21:51:34 +08:00
yzlin
6656ebf4c4 add ask_review, write plan, ci test 2024-01-31 21:40:17 +08:00
林义章
df58d55635 Merge branch 'fix-parse_code' into 'code_intepreter'
fix CodeParser.parse_code bug.

See merge request agents/data_agents_opt!69
2024-01-31 13:24:34 +00:00