pycoze 0.1.226__tar.gz → 0.1.234__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pycoze-0.1.226 → pycoze-0.1.234}/LICENSE +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/PKG-INFO +27 -27
- {pycoze-0.1.226 → pycoze-0.1.234}/README.md +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/llm/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/llm/chat.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/llm/text_to_image_prompt.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/llm/think.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ai/vram_reserve.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/automation/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/automation/browser/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/automation/browser/edge_driver_manager.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/agent.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/agent_types/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/agent_types/const.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/agent_types/openai_func_call_agent.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/assistant.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent/chat.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/agent_chat.py +1 -1
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/bot/bot.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/reference/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/reference/bot.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/reference/lib.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/reference/tool.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/reference/workflow.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ui/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ui/base.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ui/color.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ui/typ.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/ui/ui_def.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/utils/__init__.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/utils/arg.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/utils/env.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze/utils/text_or_file.py +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze.egg-info/PKG-INFO +27 -27
- {pycoze-0.1.226 → pycoze-0.1.234}/setup.cfg +4 -4
- {pycoze-0.1.226 → pycoze-0.1.234}/setup.py +19 -19
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze.egg-info/SOURCES.txt +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze.egg-info/dependency_links.txt +0 -0
- {pycoze-0.1.226 → pycoze-0.1.234}/pycoze.egg-info/top_level.txt +0 -0
File without changes
|
@@ -1,27 +1,27 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pycoze
|
3
|
-
Version: 0.1.
|
4
|
-
Summary: Package for pycoze only!
|
5
|
-
Author: Yuan Jie Xiong
|
6
|
-
Author-email: aiqqqqqqq@qq.com
|
7
|
-
Classifier: Programming Language :: Python :: 3
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
9
|
-
Classifier: Operating System :: OS Independent
|
10
|
-
Requires-Python: >=3.6
|
11
|
-
Description-Content-Type: text/markdown
|
12
|
-
License-File: LICENSE
|
13
|
-
|
14
|
-
# PYCOZE
|
15
|
-
|
16
|
-
Package for pycoze only!
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<!-- For author only -->
|
21
|
-
<!-- pip install twine wheel -->
|
22
|
-
|
23
|
-
<!-- 递增setup.py的版本 -->
|
24
|
-
<!-- 删除build和dist和pycoze.egg-info文件夹 -->
|
25
|
-
<!-- python setup.py sdist bdist_wheel -->
|
26
|
-
<!-- twine upload dist/* -->
|
27
|
-
<!-- 修改src\renderer\layout\init\const.ts中的库版本要求 -->
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pycoze
|
3
|
+
Version: 0.1.234
|
4
|
+
Summary: Package for pycoze only!
|
5
|
+
Author: Yuan Jie Xiong
|
6
|
+
Author-email: aiqqqqqqq@qq.com
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
9
|
+
Classifier: Operating System :: OS Independent
|
10
|
+
Requires-Python: >=3.6
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
License-File: LICENSE
|
13
|
+
|
14
|
+
# PYCOZE
|
15
|
+
|
16
|
+
Package for pycoze only!
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
<!-- For author only -->
|
21
|
+
<!-- pip install twine wheel -->
|
22
|
+
|
23
|
+
<!-- 递增setup.py的版本 -->
|
24
|
+
<!-- 删除build和dist和pycoze.egg-info文件夹 -->
|
25
|
+
<!-- python setup.py sdist bdist_wheel -->
|
26
|
+
<!-- twine upload dist/* -->
|
27
|
+
<!-- 修改src\renderer\layout\init\const.ts中的库版本要求 -->
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -10,7 +10,7 @@ from langchain_core.utils.function_calling import convert_to_openai_tool
|
|
10
10
|
import os
|
11
11
|
|
12
12
|
cfg = utils.read_json_file("llm.json")
|
13
|
-
if cfg["model"].startswith("qwen-"):
|
13
|
+
if cfg["model"].startswith("qwen-") or cfg["model"].startswith("deepseek"):
|
14
14
|
cfg["toolCompatibilityMode"] = False
|
15
15
|
|
16
16
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,27 +1,27 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pycoze
|
3
|
-
Version: 0.1.
|
4
|
-
Summary: Package for pycoze only!
|
5
|
-
Author: Yuan Jie Xiong
|
6
|
-
Author-email: aiqqqqqqq@qq.com
|
7
|
-
Classifier: Programming Language :: Python :: 3
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
9
|
-
Classifier: Operating System :: OS Independent
|
10
|
-
Requires-Python: >=3.6
|
11
|
-
Description-Content-Type: text/markdown
|
12
|
-
License-File: LICENSE
|
13
|
-
|
14
|
-
# PYCOZE
|
15
|
-
|
16
|
-
Package for pycoze only!
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<!-- For author only -->
|
21
|
-
<!-- pip install twine wheel -->
|
22
|
-
|
23
|
-
<!-- 递增setup.py的版本 -->
|
24
|
-
<!-- 删除build和dist和pycoze.egg-info文件夹 -->
|
25
|
-
<!-- python setup.py sdist bdist_wheel -->
|
26
|
-
<!-- twine upload dist/* -->
|
27
|
-
<!-- 修改src\renderer\layout\init\const.ts中的库版本要求 -->
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pycoze
|
3
|
+
Version: 0.1.234
|
4
|
+
Summary: Package for pycoze only!
|
5
|
+
Author: Yuan Jie Xiong
|
6
|
+
Author-email: aiqqqqqqq@qq.com
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
9
|
+
Classifier: Operating System :: OS Independent
|
10
|
+
Requires-Python: >=3.6
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
License-File: LICENSE
|
13
|
+
|
14
|
+
# PYCOZE
|
15
|
+
|
16
|
+
Package for pycoze only!
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
<!-- For author only -->
|
21
|
+
<!-- pip install twine wheel -->
|
22
|
+
|
23
|
+
<!-- 递增setup.py的版本 -->
|
24
|
+
<!-- 删除build和dist和pycoze.egg-info文件夹 -->
|
25
|
+
<!-- python setup.py sdist bdist_wheel -->
|
26
|
+
<!-- twine upload dist/* -->
|
27
|
+
<!-- 修改src\renderer\layout\init\const.ts中的库版本要求 -->
|
@@ -1,4 +1,4 @@
|
|
1
|
-
[egg_info]
|
2
|
-
tag_build =
|
3
|
-
tag_date = 0
|
4
|
-
|
1
|
+
[egg_info]
|
2
|
+
tag_build =
|
3
|
+
tag_date = 0
|
4
|
+
|
@@ -1,19 +1,19 @@
|
|
1
|
-
from setuptools import setup, find_packages
|
2
|
-
|
3
|
-
setup(
|
4
|
-
name="pycoze",
|
5
|
-
version="0.1.
|
6
|
-
packages=find_packages(),
|
7
|
-
install_requires=[],
|
8
|
-
author="Yuan Jie Xiong",
|
9
|
-
author_email="aiqqqqqqq@qq.com",
|
10
|
-
description="Package for pycoze only!",
|
11
|
-
long_description=open('README.md', encoding="utf-8").read(),
|
12
|
-
long_description_content_type='text/markdown',
|
13
|
-
classifiers=[
|
14
|
-
"Programming Language :: Python :: 3",
|
15
|
-
"License :: OSI Approved :: MIT License",
|
16
|
-
"Operating System :: OS Independent",
|
17
|
-
],
|
18
|
-
python_requires='>=3.6',
|
19
|
-
)
|
1
|
+
from setuptools import setup, find_packages
|
2
|
+
|
3
|
+
setup(
|
4
|
+
name="pycoze",
|
5
|
+
version="0.1.234",
|
6
|
+
packages=find_packages(),
|
7
|
+
install_requires=[],
|
8
|
+
author="Yuan Jie Xiong",
|
9
|
+
author_email="aiqqqqqqq@qq.com",
|
10
|
+
description="Package for pycoze only!",
|
11
|
+
long_description=open('README.md', encoding="utf-8").read(),
|
12
|
+
long_description_content_type='text/markdown',
|
13
|
+
classifiers=[
|
14
|
+
"Programming Language :: Python :: 3",
|
15
|
+
"License :: OSI Approved :: MIT License",
|
16
|
+
"Operating System :: OS Independent",
|
17
|
+
],
|
18
|
+
python_requires='>=3.6',
|
19
|
+
)
|
File without changes
|
File without changes
|
File without changes
|