ailoy-py 0.0.1__cp313-cp313-macosx_14_0_arm64.whl → 0.0.3__cp313-cp313-macosx_14_0_arm64.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,25 @@
1
+ ailoy/ailoy_py.pyi,sha256=Yf90FEXkslpCpr1r2eqQ3-_1jLo65zmG94bBXDRqinU,991
2
+ ailoy/vector_store.py,sha256=ZfIuGYKv2dQmjOuDlSKDc-BBPlQ8no_70mZwnPzbBzo,7515
3
+ ailoy/ailoy_py.cpython-313-darwin.so,sha256=FG58UO3OQ0Aq-JhSYKuwDdf0mrF4CyUl04vrTqyXpK4,15150112
4
+ ailoy/tools.py,sha256=RnTfmWlqYY1q0V377CpAAyAK-yET7k45GgEhgM9G8eI,8207
5
+ ailoy/__init__.py,sha256=INeFsnHtrqTwkMKUPSdD_9l8DhudnW574e9rsRtrMJc,783
6
+ ailoy/runtime.py,sha256=-75KawEMQSwxGvX5wtECVCWiTNdcHojsQ1e-OVB4IQ8,10545
7
+ ailoy/mcp.py,sha256=wVzXfwUh4UcU60PYq17kCFG7ZClmEDBRt8LxetuSkns,6800
8
+ ailoy/agent.py,sha256=F15s3FzyrQ3pfNb0ZCLOPV2mrFDNCcFbYFP02hEbAk4,26780
9
+ ailoy/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ ailoy/utils/image.py,sha256=zkufequcQVTmIkArreYUyB8r2nrcOL_8O6KOv5B-yis,288
11
+ ailoy/models/__init__.py,sha256=1AtlJV9gYThw_3snu0jPEH_aQGI74ip7ZcVJLtN5nMU,117
12
+ ailoy/models/local_model.py,sha256=Iyur0UEUSbLKzptx9croP_OAF-qh9S-ZDukDthHNz9w,1206
13
+ ailoy/models/api_model.py,sha256=_-2TSunBh8kZQOF1CkQXBKi81XNClPWH4U5hQA7ioQ4,1787
14
+ ailoy/cli/model.py,sha256=cerCHE-VY9TOwqRcLBtmqnV-5vphpvyhtrfPFZiTKCM,2979
15
+ ailoy/cli/__main__.py,sha256=HnBVb2em1F2NLPeNX5r3xRndRrnGaXVCduo8WBULAI0,179
16
+ ailoy/.dylibs/libomp.dylib,sha256=s963nLMIJ2lfA448nbin9lL52fnoeGySlgLfm4Y3HHs,735616
17
+ ailoy/.dylibs/libtvm_runtime.dylib,sha256=Fqp5JsiIMAsS7p94oDdxY_-kAqbwGpBGpkS2LhYfhZs,4620384
18
+ ailoy/presets/tools/tmdb.json,sha256=UGLN5uAJ2b-Hu3nLcW95WXDLB3mfC3rBYfQANp_e8Ps,7046
19
+ ailoy/presets/tools/calculator.json,sha256=ePnZsjZChnvS08s9eVdIp4Bys_PlJBXPHCCjv6oMvzA,1040
20
+ ailoy/presets/tools/nytimes.json,sha256=wrfe9bnAlSPzHladoGEX2oCAeE0wed3BvgXQ_Z2PdXg,918
21
+ ailoy/presets/tools/frankfurter.json,sha256=bZ5vhszf_aR-B_QN4L2xrI5nR-f4AMZk41UUDq1dTXg,1152
22
+ ailoy_py-0.0.3.dist-info/RECORD,,
23
+ ailoy_py-0.0.3.dist-info/WHEEL,sha256=IauIlnhfSTTHWYl3k448G23nPyWAM0vVFFo6kZ6tZmc,141
24
+ ailoy_py-0.0.3.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
25
+ ailoy_py-0.0.3.dist-info/METADATA,sha256=ZvX6pFs2Fb3uBmm_73Cq3rtYs52pfjd5_cEVZSluK68,2053
@@ -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: cp313-cp313-macosx_14_0_arm64
5
5
  Generator: delocate 0.13.0
@@ -1,18 +0,0 @@
1
- ailoy/ailoy_py.pyi,sha256=Yf90FEXkslpCpr1r2eqQ3-_1jLo65zmG94bBXDRqinU,991
2
- ailoy/vector_store.py,sha256=Ojhr4bcSfKKuMaldfsjz_G41AGgz4vyvpkWn5WMFE2c,7365
3
- ailoy/ailoy_py.cpython-313-darwin.so,sha256=otpoH5dai93nP9vIo7qB4AmfvoimbtLEzj5xAnQVXtI,17031824
4
- ailoy/__init__.py,sha256=ArHu4OLbxU_re9cX-7zhshRqkn46gBcl-0SxDa5Wk00,148
5
- ailoy/runtime.py,sha256=tVdUaqqx9NB-h4grRkW_R2XYW5ihFn95aUhnTZkl_Zg,9997
6
- ailoy/agent.py,sha256=orrfgeH6Xo9nPkHqJJ1YqS_8-5-0_tkpKlF8YcdRIqU,24998
7
- ailoy/cli/model.py,sha256=cerCHE-VY9TOwqRcLBtmqnV-5vphpvyhtrfPFZiTKCM,2979
8
- ailoy/cli/__main__.py,sha256=HnBVb2em1F2NLPeNX5r3xRndRrnGaXVCduo8WBULAI0,179
9
- ailoy/.dylibs/libomp.dylib,sha256=hId_I00uWG0iYPu5wV107n06LyIYN9aJXh0lfbzoFEQ,735616
10
- ailoy/.dylibs/libtvm_runtime.dylib,sha256=XRFCL65dNaE9JNMvuLvfBoriquAs90OfMl_AmNd_BG8,3324976
11
- ailoy/presets/tools/tmdb.json,sha256=UGLN5uAJ2b-Hu3nLcW95WXDLB3mfC3rBYfQANp_e8Ps,7046
12
- ailoy/presets/tools/calculator.json,sha256=ePnZsjZChnvS08s9eVdIp4Bys_PlJBXPHCCjv6oMvzA,1040
13
- ailoy/presets/tools/nytimes.json,sha256=wrfe9bnAlSPzHladoGEX2oCAeE0wed3BvgXQ_Z2PdXg,918
14
- ailoy/presets/tools/frankfurter.json,sha256=bZ5vhszf_aR-B_QN4L2xrI5nR-f4AMZk41UUDq1dTXg,1152
15
- ailoy_py-0.0.1.dist-info/RECORD,,
16
- ailoy_py-0.0.1.dist-info/WHEEL,sha256=fQ53aakx9j1-um0T3ebgiUnHZuqUQE6oWBgupUcGIEM,141
17
- ailoy_py-0.0.1.dist-info/entry_points.txt,sha256=gVG45uDE6kef0wm6SEMYSgZgRNNRhSAeP2n2lPR00dI,50
18
- ailoy_py-0.0.1.dist-info/METADATA,sha256=FAyzKTteIMgZse5H99IVQ5q2ScjU9hlTuOggBNrgTF0,2010