pycoze 0.1.127__py3-none-any.whl → 0.1.129__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pycoze/access/bot_for_bot.py +4 -3
- {pycoze-0.1.127.dist-info → pycoze-0.1.129.dist-info}/METADATA +1 -1
- {pycoze-0.1.127.dist-info → pycoze-0.1.129.dist-info}/RECORD +6 -6
- {pycoze-0.1.127.dist-info → pycoze-0.1.129.dist-info}/LICENSE +0 -0
- {pycoze-0.1.127.dist-info → pycoze-0.1.129.dist-info}/WHEEL +0 -0
- {pycoze-0.1.127.dist-info → pycoze-0.1.129.dist-info}/top_level.txt +0 -0
pycoze/access/bot_for_bot.py
CHANGED
@@ -42,9 +42,10 @@ def {random_name}(command:str) -> str:
|
|
42
42
|
from pycoze import utils
|
43
43
|
import tempfile
|
44
44
|
|
45
|
-
with tempfile.NamedTemporaryFile(delete=
|
46
|
-
sys.stdout = temp_file #
|
47
|
-
|
45
|
+
with tempfile.NamedTemporaryFile(delete=True, mode='w+t') as temp_file:
|
46
|
+
sys.stdout = temp_file # 将输出重定向到临时文件,防止影响AI结果
|
47
|
+
result = bot.get_chat_response("botSetting.json", command)
|
48
|
+
return result
|
48
49
|
"""
|
49
50
|
exec(function_code)
|
50
51
|
tool = to_agent_tool(eval(random_name))
|
@@ -1,7 +1,7 @@
|
|
1
1
|
pycoze/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
pycoze/module.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
pycoze/access/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
pycoze/access/bot_for_bot.py,sha256=
|
4
|
+
pycoze/access/bot_for_bot.py,sha256=WscnqLD3oLZdT81e2wVvi05BClvROXnXfZtm80TBnkU,1970
|
5
5
|
pycoze/access/lib.py,sha256=QGBpyHlAJgmxTvlzANi6KR0VwsXYc0ecwFRGz3cUx0c,1919
|
6
6
|
pycoze/access/tool_for_bot.py,sha256=mAx3dPbZpU_FWlK6uxoWqHbduuNM_EQU8kBmzEKkccE,1339
|
7
7
|
pycoze/ai/__init__.py,sha256=odM2lgYSnApxw4AzLV_5AyaxL5_MLfydOSB1VmLGFyA,75
|
@@ -22,8 +22,8 @@ pycoze/ui/ui_def.py,sha256=UhhU_yB3GV9ISbvTWT48hsHPHI250BhMILh6bu5Uioo,4206
|
|
22
22
|
pycoze/utils/__init__.py,sha256=TNJhFfY7JYdLlzuP9GvgxfNXUtbgH_NUUJSqHXCxJn4,78
|
23
23
|
pycoze/utils/arg.py,sha256=kA3KBQzXc2WlH5XbF8kfikfpqljiKaW7oY_GE4Qyffc,753
|
24
24
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
25
|
-
pycoze-0.1.
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
29
|
-
pycoze-0.1.
|
25
|
+
pycoze-0.1.129.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
26
|
+
pycoze-0.1.129.dist-info/METADATA,sha256=Bc4hBadHyMqHNCichPH1HXE8sQC6hpkjenrbLLgSazY,726
|
27
|
+
pycoze-0.1.129.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
28
|
+
pycoze-0.1.129.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
29
|
+
pycoze-0.1.129.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|