ailoy-py 0.0.5__cp310-cp310-win_amd64.whl → 0.0.6__cp310-cp310-win_amd64.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.
Potentially problematic release.
This version of ailoy-py might be problematic. Click here for more details.
- ailoy/__init__.py +3 -3
- ailoy/ailoy_py.cp310-win_amd64.pyd +0 -0
- ailoy/models/api_model.py +5 -0
- {ailoy_py-0.0.5.dist-info → ailoy_py-0.0.6.dist-info}/DELVEWHEEL +2 -2
- {ailoy_py-0.0.5.dist-info → ailoy_py-0.0.6.dist-info}/METADATA +1 -1
- {ailoy_py-0.0.5.dist-info → ailoy_py-0.0.6.dist-info}/RECORD +10 -9
- ailoy_py.libs/msvcp140_atomic_wait-4cdcefc123380c8f46116e92310a3e8c.dll +0 -0
- ailoy_py.libs/{tvm_runtime-b440ca2067030fa4a16c39be51af97a0.dll → tvm_runtime-905c2ad4545f55f9318f84c29b87e267.dll} +0 -0
- {ailoy_py-0.0.5.dist-info → ailoy_py-0.0.6.dist-info}/WHEEL +0 -0
- {ailoy_py-0.0.5.dist-info → ailoy_py-0.0.6.dist-info}/entry_points.txt +0 -0
ailoy/__init__.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"""""" # start delvewheel patch
|
|
2
|
-
def
|
|
2
|
+
def _delvewheel_patch_1_11_1():
|
|
3
3
|
import os
|
|
4
4
|
if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'ailoy_py.libs'))):
|
|
5
5
|
os.add_dll_directory(libs_dir)
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
del
|
|
8
|
+
_delvewheel_patch_1_11_1()
|
|
9
|
+
del _delvewheel_patch_1_11_1
|
|
10
10
|
# end delvewheel patch
|
|
11
11
|
|
|
12
12
|
if __doc__ is None:
|
|
Binary file
|
ailoy/models/api_model.py
CHANGED
|
@@ -4,6 +4,10 @@ from pydantic import model_validator
|
|
|
4
4
|
from pydantic.dataclasses import dataclass
|
|
5
5
|
|
|
6
6
|
OpenAIModelId = Literal[
|
|
7
|
+
"gpt-5",
|
|
8
|
+
"gpt-5-mini",
|
|
9
|
+
"gpt-5-nano",
|
|
10
|
+
"gpt-5-chat-latest",
|
|
7
11
|
"o4-mini",
|
|
8
12
|
"o3",
|
|
9
13
|
"o3-pro",
|
|
@@ -28,6 +32,7 @@ ClaudeModelId = Literal[
|
|
|
28
32
|
"claude-3-7-sonnet-20250219",
|
|
29
33
|
"claude-3-5-sonnet-20241022",
|
|
30
34
|
"claude-3-5-sonnet-20240620",
|
|
35
|
+
"claude-opus-4-1-20250805",
|
|
31
36
|
"claude-opus-4-20250514",
|
|
32
37
|
"claude-3-opus-20240229",
|
|
33
38
|
"claude-3-5-haiku-20241022",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Version: 1.11.
|
|
2
|
-
Arguments: ['C:\\Program Files\\Python310\\lib\\site-packages\\delvewheel\\__main__.py', 'repair', '-w', 'wheelhouse', 'C:\\workspace\\bindings\\python\\dist\\ailoy_py-0.0.
|
|
1
|
+
Version: 1.11.1
|
|
2
|
+
Arguments: ['C:\\Program Files\\Python310\\lib\\site-packages\\delvewheel\\__main__.py', 'repair', '-w', 'wheelhouse', 'C:\\workspace\\bindings\\python\\dist\\ailoy_py-0.0.6-cp310-cp310-win_amd64.whl', '--add-path', 'C:\\workspace\\bindings\\python\\build\\_deps\\tvm-build\\Release', '--exclude', 'vulkan-1.dll']
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
ailoy/agent.py,sha256=SqpnpywdXg28UjtBHcU0k446s1DxW-g6jWCNEHQxGAk,27728
|
|
2
|
-
ailoy/ailoy_py.cp310-win_amd64.pyd,sha256=
|
|
2
|
+
ailoy/ailoy_py.cp310-win_amd64.pyd,sha256=0AqCdxX9vUFod5rg_8r-obnx2AenzBTbCa5ZHrEmCzE,12855296
|
|
3
3
|
ailoy/ailoy_py.pyi,sha256=wr_-KGTI-O9usNdzTyszn4mAjnjiV2cJf0aBct2PKrU,1020
|
|
4
4
|
ailoy/mcp.py,sha256=mwxfEZj7Je2PJTwwM9zVQ44AurrA5xY5TWVsAUkk9T8,6971
|
|
5
5
|
ailoy/runtime.py,sha256=Bic6acq6NVuZchyuB51lm-58Xe_blRJbIE3gF9Xk22w,10833
|
|
6
6
|
ailoy/tools.py,sha256=OQZHMGOWovx0uWlYeWN2BoPG_G5rMW5HXCP3yTvtLDk,9081
|
|
7
7
|
ailoy/vector_store.py,sha256=507HG-3W_glmZsKDUcFygdaPg3d7xyHbAFczE3diGwo,7723
|
|
8
|
-
ailoy/__init__.py,sha256=
|
|
8
|
+
ailoy/__init__.py,sha256=jKLgORzpHO9EadJqHEmqiCM3io5oO3rEK9Vn0f_6oI0,1135
|
|
9
9
|
ailoy/cli/model.py,sha256=t1-uO5vRDUomxIDpuMduPVCOKBR9VHMXqMcz38m_-YI,3091
|
|
10
10
|
ailoy/cli/__main__.py,sha256=JUWtde3gYqKxuCtihgr5g2MAQgj151wv41OOZv2uHsQ,190
|
|
11
|
-
ailoy/models/api_model.py,sha256=
|
|
11
|
+
ailoy/models/api_model.py,sha256=aR1TXZwNNRsnwLt-RrJW3C4wog8LRudAdR8Jr9QSrWs,2287
|
|
12
12
|
ailoy/models/local_model.py,sha256=Z7TwScM2V1U99ErqgO2YVcSOc85wEmIie8xTXP7wMBA,1250
|
|
13
13
|
ailoy/models/__init__.py,sha256=AfJlZYoacXf9de0LOttkFNirwS8XFaZcHUg7dA7xQsw,124
|
|
14
14
|
ailoy/presets/tools/calculator.json,sha256=8G5t1PGyM7ZmX97WNfrF-H-x7LR8s_O15ppY_APFnVo,1064
|
|
@@ -17,11 +17,12 @@ ailoy/presets/tools/nytimes.json,sha256=diio4FSJGHvumX05MQ0RgrqZzggpjyX8ekBPZ4NC
|
|
|
17
17
|
ailoy/presets/tools/tmdb.json,sha256=o9dg9bdfFhvgrhVGw5hP3V0EgGvBzm5ZrTtxrb1PerM,7231
|
|
18
18
|
ailoy/utils/image.py,sha256=hMNrwexs_8Dz0QK2CUI8Kyw3_X3v4mWxtskg9SLBLCg,299
|
|
19
19
|
ailoy/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
ailoy_py-0.0.
|
|
21
|
-
ailoy_py-0.0.
|
|
22
|
-
ailoy_py-0.0.
|
|
23
|
-
ailoy_py-0.0.
|
|
24
|
-
ailoy_py-0.0.
|
|
20
|
+
ailoy_py-0.0.6.dist-info/DELVEWHEEL,sha256=HHwCpDBTY1RuA3IIs2Knyd_O25XXUOkc-UP4vuC1mAE,330
|
|
21
|
+
ailoy_py-0.0.6.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
|
|
22
|
+
ailoy_py-0.0.6.dist-info/METADATA,sha256=4FpJrqFqxEPG2vYv3mc9gYj9a6wlazswgct9ZOmvRf4,2053
|
|
23
|
+
ailoy_py-0.0.6.dist-info/RECORD,,
|
|
24
|
+
ailoy_py-0.0.6.dist-info/WHEEL,sha256=dD8EM_eb3pZmEbkvPEPxqrbrFtr3mwlecsbXbps1z7Y,106
|
|
25
25
|
ailoy_py.libs/msvcp140-0f885b509a685d2bbfa652fed26b5fb3.dll,sha256=D4hbUJpoXSu_plL-0mtfsx2I-9qwqXjGQdHHuKpGCqk,557728
|
|
26
|
-
ailoy_py.libs/
|
|
26
|
+
ailoy_py.libs/msvcp140_atomic_wait-4cdcefc123380c8f46116e92310a3e8c.dll,sha256=UC4umH01Gyvqdx3o19lBdAHpxa6FNNEkbhdTGJGCDxw,29696
|
|
27
|
+
ailoy_py.libs/tvm_runtime-905c2ad4545f55f9318f84c29b87e267.dll,sha256=dp7cJjUWCjAIHfLihgCMn1uBzqwMOMxQvZ-w4P1w3bs,2531328
|
|
27
28
|
ailoy_py.libs/vcomp140-55aba23cdcd6484fbb06f4155b8ca75a.dll,sha256=VauiPNzWSE-7BvQVW4ynWt_OeogfEK_QxJRXFl5ncWQ,193152
|
|
Binary file
|
|
index d216b03..6717e54 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|