Commit graph

3158 commits

Author SHA1 Message Date
geekan
0118712ff8
Merge pull request #826 from mannaandpoem/dev_compatible_with_windows_path
modify re.sub(r"\\+", '/') to as_posix()
2024-02-02 16:03:39 +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
mannaandpoem
18b0eaa6fd compatible with windows path 2024-02-02 15:49:24 +08:00
geekan
6d60d3210a
Merge pull request #825 from mannaandpoem/dev_compatible_with_windows_path
fixbug: compatible with windows path
2024-02-02 15:49:13 +08:00
mannaandpoem
5edee1299c compatible with windows path 2024-02-02 15:37:00 +08:00
yzlin
35438e7b03 role pydantic init 2024-02-02 15:21:54 +08:00
mannaandpoem
dcb0623d46 1. Dev compatible with windows path
2. add @pytest.mark.skip
2024-02-02 14:59:16 +08:00
geekan
119bc0d89a
Merge pull request #809 from better629/feat_new_env
Feat env-refactor
2024-02-02 14:31:37 +08:00
better629
5d95447cb9 add README to guide followed development 2024-02-02 14:17:13 +08:00
geekan
ec97645eb4
Merge pull request #820 from shenchucheng/feature-remove-config
Feature remove global config in the search/browser engine
2024-02-02 14:01:44 +08:00
shenchucheng
a515f701e1 add the browser config example 2024-02-02 13:55:15 +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
better629
2abc14aee6 update const value import path 2024-02-01 18:30:16 +08:00
better629
9f4ee42079 update env api schema 2024-02-01 18:18:35 +08:00
shenchucheng
e246a9cff9 update docs 2024-02-01 16:56:45 +08:00
shenchucheng
9b613eec59 remove global config in the search/browser engine 2024-02-01 16:47:29 +08:00
geekan
e8c333b45b try to fix run code error. 2024-02-01 16:38:51 +08:00
better629
52a94470db remove environment const into individual const.py 2024-02-01 16:34:17 +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
better629
3a4acb8f22 update werewolf_ext_env to add role permission protection and remove useless fields 2024-02-01 16:15:39 +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
better629
c0a4d7c4c9 update fix of pr review 2024-02-01 10:42:18 +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