ailoy-py 0.0.1__cp310-cp310-win_amd64.whl → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ailoy-py
3
- Version: 0.0.1
3
+ Version: 0.0.3
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
@@ -18,6 +18,7 @@ Requires-Dist: anyio>=4.9.0
18
18
  Requires-Dist: jmespath>=1.0.1
19
19
  Requires-Dist: mcp>=1.8.0
20
20
  Requires-Dist: numpy>=2.0.2
21
+ Requires-Dist: pillow>=11.2.1
21
22
  Requires-Dist: pydantic>=2.11.4
22
23
  Requires-Dist: rich>=14.0.0
23
24
  Requires-Dist: typer>=0.15.4
@@ -38,14 +39,14 @@ pip install ailoy-py
38
39
  ## Quickstart
39
40
 
40
41
  ```python
41
- from ailoy import Runtime, Agent
42
+ from ailoy import Runtime, Agent, LocalModel
42
43
 
43
44
  # The runtime must be started to use Ailoy
44
45
  rt = Runtime()
45
46
 
46
47
  # Defines an agent
47
48
  # During this step, the model parameters are downloaded and the LLM is set up for execution
48
- with Agent(rt, model_name="Qwen/Qwen3-0.6B") as agent:
49
+ with Agent(rt, LocalModel("Qwen/Qwen3-0.6B")) as agent:
49
50
  # This is where the actual LLM call happens
50
51
  for resp in agent.query("Please give me a short poem about AI"):
51
52
  agent.print(resp)
@@ -65,7 +66,7 @@ rt.stop()
65
66
  - LLVM Clang >= 17
66
67
  - Apple Clang >= 15
67
68
  - MSVC >= 19.29
68
- - CMake >= 3.24.0
69
+ - CMake >= 3.28.0
69
70
  - Git
70
71
  - OpenSSL
71
72
  - Rust & Cargo >= 1.82.0
@@ -0,0 +1,27 @@
1
+ ailoy/agent.py,sha256=HowE3cc1nxuoi41SiX6tyAZudlJ2I_pdnOs3SFHebJw,27549
2
+ ailoy/ailoy_py.cp310-win_amd64.pyd,sha256=OY8Gnd0yD2pcmyIvHT_YIeCjJM1fkJk8-VKm3ksFRqo,11650560
3
+ ailoy/ailoy_py.pyi,sha256=wr_-KGTI-O9usNdzTyszn4mAjnjiV2cJf0aBct2PKrU,1020
4
+ ailoy/mcp.py,sha256=mwxfEZj7Je2PJTwwM9zVQ44AurrA5xY5TWVsAUkk9T8,6971
5
+ ailoy/runtime.py,sha256=Bic6acq6NVuZchyuB51lm-58Xe_blRJbIE3gF9Xk22w,10833
6
+ ailoy/tools.py,sha256=5Q7Q59ozeKWXwH5q9WY_9nuI3ALMAorKPgX6LNPWaJg,8412
7
+ ailoy/vector_store.py,sha256=507HG-3W_glmZsKDUcFygdaPg3d7xyHbAFczE3diGwo,7723
8
+ ailoy/__init__.py,sha256=BXhdYLP-Ja7E2JQACEDkaPhEapgjF4fF02Cr7IPSRzI,1135
9
+ ailoy/cli/model.py,sha256=t1-uO5vRDUomxIDpuMduPVCOKBR9VHMXqMcz38m_-YI,3091
10
+ ailoy/cli/__main__.py,sha256=JUWtde3gYqKxuCtihgr5g2MAQgj151wv41OOZv2uHsQ,190
11
+ ailoy/models/api_model.py,sha256=Bkj60H1_AMGltRjBpFGlwxk-FTuf1FeAUWQ1aucuyKE,1858
12
+ ailoy/models/local_model.py,sha256=Z7TwScM2V1U99ErqgO2YVcSOc85wEmIie8xTXP7wMBA,1250
13
+ ailoy/models/__init__.py,sha256=AfJlZYoacXf9de0LOttkFNirwS8XFaZcHUg7dA7xQsw,124
14
+ ailoy/presets/tools/calculator.json,sha256=8G5t1PGyM7ZmX97WNfrF-H-x7LR8s_O15ppY_APFnVo,1064
15
+ ailoy/presets/tools/frankfurter.json,sha256=nM26DjkiPgamhL1Re7Gi_fnhUQyegDxcquEFBD0af5g,1185
16
+ ailoy/presets/tools/nytimes.json,sha256=diio4FSJGHvumX05MQ0RgrqZzggpjyX8ekBPZ4NCmPo,944
17
+ ailoy/presets/tools/tmdb.json,sha256=o9dg9bdfFhvgrhVGw5hP3V0EgGvBzm5ZrTtxrb1PerM,7231
18
+ ailoy/utils/image.py,sha256=hMNrwexs_8Dz0QK2CUI8Kyw3_X3v4mWxtskg9SLBLCg,299
19
+ ailoy/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
+ ailoy_py-0.0.3.dist-info/DELVEWHEEL,sha256=9mTjx9xDCEV-totxoikc0lTsLIpNSK0tOHzHYvlhC4M,340
21
+ ailoy_py-0.0.3.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
22
+ ailoy_py-0.0.3.dist-info/METADATA,sha256=ZvX6pFs2Fb3uBmm_73Cq3rtYs52pfjd5_cEVZSluK68,2053
23
+ ailoy_py-0.0.3.dist-info/RECORD,,
24
+ ailoy_py-0.0.3.dist-info/WHEEL,sha256=dD8EM_eb3pZmEbkvPEPxqrbrFtr3mwlecsbXbps1z7Y,106
25
+ ailoy_py.libs/msvcp140-0c97ddc05c5b9024aa6af9538804ea77.dll,sha256=0JEULNWjSOvIT9uiwpZrJ2N5awL-smgUd5rFf3QSK6g,557696
26
+ ailoy_py.libs/tvm_runtime-b9e3c7109c2f4b1e95a6f576ff368094.dll,sha256=y-i2PSrfAjgQfFD4a2LuRxTuJud6yfl7JnHtwVR-Fvw,2531840
27
+ ailoy_py.libs/vcomp140-f99ecd9a7e9d3df487b10cf7a201d515.dll,sha256=42pcXjKbx6811PqmEKKa7ugmp4EOBnEvD1Tpss_mpyg,192112
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.11.3
2
+ Generator: scikit-build-core 0.11.5
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-win_amd64
5
5
 
@@ -1,2 +0,0 @@
1
- Version: 1.10.1
2
- Arguments: ['C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Scripts\\delvewheel', 'repair', '-w', 'wheelhouse', 'D:\\a\\ailoy\\ailoy\\bindings\\python\\dist\\ailoy_py-0.0.1-cp310-cp310-win_amd64.whl', '--add-path', 'D:\\a\\ailoy\\ailoy\\bindings\\python\\build\\_deps\\mlc-llm-build\\Release;D:\\a\\ailoy\\ailoy\\bindings\\python\\build\\_deps\\mlc-llm-build\\tvm\\Release', '--exclude', 'vulkan-1.dll']
@@ -1,20 +0,0 @@
1
- ailoy/agent.py,sha256=u_-91hq9-yhobcRqBizNUfUglyAIfnVNKSKBWgQpw_U,25727
2
- ailoy/ailoy_py.cp310-win_amd64.pyd,sha256=S9UI3h2ApWnjLTI1KiDxXSEJuNWfn-OW2s8FF4rWas4,13463040
3
- ailoy/ailoy_py.pyi,sha256=wr_-KGTI-O9usNdzTyszn4mAjnjiV2cJf0aBct2PKrU,1020
4
- ailoy/runtime.py,sha256=D5_j0niftXZOd7dkxCbxs7H9uhVarizXctBooFZWrP8,10270
5
- ailoy/vector_store.py,sha256=TQiwboJmYl6kvtUHyx6P9JVJrdYbbfpx7lwncJ5tZNI,7572
6
- ailoy/__init__.py,sha256=FSLZpDs2vu9rwEcgQA2ps07QyiHM2ZDl797Yvu59AYM,481
7
- ailoy/cli/model.py,sha256=t1-uO5vRDUomxIDpuMduPVCOKBR9VHMXqMcz38m_-YI,3091
8
- ailoy/cli/__main__.py,sha256=JUWtde3gYqKxuCtihgr5g2MAQgj151wv41OOZv2uHsQ,190
9
- ailoy/presets/tools/calculator.json,sha256=8G5t1PGyM7ZmX97WNfrF-H-x7LR8s_O15ppY_APFnVo,1064
10
- ailoy/presets/tools/frankfurter.json,sha256=nM26DjkiPgamhL1Re7Gi_fnhUQyegDxcquEFBD0af5g,1185
11
- ailoy/presets/tools/nytimes.json,sha256=diio4FSJGHvumX05MQ0RgrqZzggpjyX8ekBPZ4NCmPo,944
12
- ailoy/presets/tools/tmdb.json,sha256=o9dg9bdfFhvgrhVGw5hP3V0EgGvBzm5ZrTtxrb1PerM,7231
13
- ailoy_py-0.0.1.dist-info/DELVEWHEEL,sha256=Z1-NUSkFUdfUeQIXQ7TWLT1__-a8Fd7KqUhCX7Y7DEs,425
14
- ailoy_py-0.0.1.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
15
- ailoy_py-0.0.1.dist-info/METADATA,sha256=FAyzKTteIMgZse5H99IVQ5q2ScjU9hlTuOggBNrgTF0,2010
16
- ailoy_py-0.0.1.dist-info/RECORD,,
17
- ailoy_py-0.0.1.dist-info/WHEEL,sha256=pXYAWt_WRcH2HhZN5F5q4PUfgjJM-Ii1fpslj9YTtMY,106
18
- ailoy_py.libs/msvcp140-9867ece6bcf7e4746fa7e6671b0a17bd.dll,sha256=cDrXxV8uCWYH7Gp3qLX1LVNdvnH93wIel8vLvCP3SSo,576128
19
- ailoy_py.libs/tvm_runtime-781b77698d9c76cd695ed4ae13795465.dll,sha256=5hlgPc23Olsqy2gLkMjUhgteXQ4vPFyTglTZ1CBD70E,1997824
20
- ailoy_py.libs/vcomp140-f99ecd9a7e9d3df487b10cf7a201d515.dll,sha256=42pcXjKbx6811PqmEKKa7ugmp4EOBnEvD1Tpss_mpyg,192112