ailoy-py 0.0.5__cp311-cp311-win_amd64.whl → 0.0.6__cp311-cp311-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 CHANGED
@@ -1,12 +1,12 @@
1
1
  """""" # start delvewheel patch
2
- def _delvewheel_patch_1_11_0():
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
- _delvewheel_patch_1_11_0()
9
- del _delvewheel_patch_1_11_0
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.0
2
- Arguments: ['C:\\Program Files\\Python311\\Lib\\site-packages\\delvewheel\\__main__.py', 'repair', '-w', 'wheelhouse', 'C:\\workspace\\bindings\\python\\dist\\ailoy_py-0.0.5-cp311-cp311-win_amd64.whl', '--add-path', 'C:\\workspace\\bindings\\python\\build\\_deps\\tvm-build\\Release', '--exclude', 'vulkan-1.dll']
1
+ Version: 1.11.1
2
+ Arguments: ['C:\\Program Files\\Python311\\Lib\\site-packages\\delvewheel\\__main__.py', 'repair', '-w', 'wheelhouse', 'C:\\workspace\\bindings\\python\\dist\\ailoy_py-0.0.6-cp311-cp311-win_amd64.whl', '--add-path', 'C:\\workspace\\bindings\\python\\build\\_deps\\tvm-build\\Release', '--exclude', 'vulkan-1.dll']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ailoy-py
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Python binding for Ailoy runtime APIs
5
5
  Author-Email: "Brekkylab Inc." <contact@brekkylab.com>
6
6
  License-Expression: Apache-2.0
@@ -1,14 +1,14 @@
1
1
  ailoy/agent.py,sha256=SqpnpywdXg28UjtBHcU0k446s1DxW-g6jWCNEHQxGAk,27728
2
- ailoy/ailoy_py.cp311-win_amd64.pyd,sha256=CFXzSFuROD0okhtPCFyhhmmkjH-Qt0YESfdpL-piO1E,12848640
2
+ ailoy/ailoy_py.cp311-win_amd64.pyd,sha256=f5VyRRBIGxnGPSHPc29IH9Wa-9IkQQctgMMRi0xU1JM,12857856
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=gR2i8fAFUqreAxQmdJ38Fw7QF6SVtlXLhGbRBL-ve_Q,1135
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=q99HKACIutjkBPyVRFbdsrFoD8DYI9bayLM0ZBcwupM,2176
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.5.dist-info/DELVEWHEEL,sha256=EjM-3P871VG3v9bDCXlUDRl5AoRBhpDHIwv_YLgLhK8,330
21
- ailoy_py-0.0.5.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
22
- ailoy_py-0.0.5.dist-info/METADATA,sha256=WpOovIib4t4AWYNmIBRRixucdz9-wBetyxyDaLjzOk4,2053
23
- ailoy_py-0.0.5.dist-info/RECORD,,
24
- ailoy_py-0.0.5.dist-info/WHEEL,sha256=RKWfL8d6R7y9dzb5_AyhPLMoBaKZaDpOTwy7YMg9zGI,106
20
+ ailoy_py-0.0.6.dist-info/DELVEWHEEL,sha256=w10laqCoLuE29b5jGYMKlN1ONDyDoXxLeFbHLZVaNCg,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=RKWfL8d6R7y9dzb5_AyhPLMoBaKZaDpOTwy7YMg9zGI,106
25
25
  ailoy_py.libs/msvcp140-0f885b509a685d2bbfa652fed26b5fb3.dll,sha256=D4hbUJpoXSu_plL-0mtfsx2I-9qwqXjGQdHHuKpGCqk,557728
26
- ailoy_py.libs/tvm_runtime-a5322edfb2fe2668e55a52bd88dcd166.dll,sha256=RV1ztN3Ki-h7nyLZWeOQxPkN2BeXmz-84o_qU5FXo3E,2531328
26
+ ailoy_py.libs/msvcp140_atomic_wait-4cdcefc123380c8f46116e92310a3e8c.dll,sha256=UC4umH01Gyvqdx3o19lBdAHpxa6FNNEkbhdTGJGCDxw,29696
27
+ ailoy_py.libs/tvm_runtime-904f2bdec05706ceb34909bf6badeff4.dll,sha256=Iuwx1w1ezL7pqSHSJLlmR5k78Z5CpNOiQi5oORKkFak,2531328
27
28
  ailoy_py.libs/vcomp140-55aba23cdcd6484fbb06f4155b8ca75a.dll,sha256=VauiPNzWSE-7BvQVW4ynWt_OeogfEK_QxJRXFl5ncWQ,193152