blaxel 0.2.37__py3-none-any.whl → 0.2.38__py3-none-any.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.
- blaxel/__init__.py +2 -2
- blaxel/core/tools/__init__.py +4 -0
- blaxel/core/volume/volume.py +4 -0
- blaxel/crewai/model.py +81 -44
- blaxel/crewai/tools.py +85 -2
- blaxel/googleadk/model.py +22 -3
- blaxel/googleadk/tools.py +25 -6
- blaxel/langgraph/custom/gemini.py +19 -12
- blaxel/langgraph/model.py +26 -18
- blaxel/langgraph/tools.py +6 -11
- blaxel/livekit/model.py +7 -2
- blaxel/livekit/tools.py +3 -1
- blaxel/llamaindex/model.py +145 -84
- blaxel/llamaindex/tools.py +6 -4
- blaxel/openai/model.py +7 -1
- blaxel/openai/tools.py +13 -3
- blaxel/pydantic/model.py +38 -24
- blaxel/pydantic/tools.py +37 -4
- {blaxel-0.2.37.dist-info → blaxel-0.2.38.dist-info}/METADATA +5 -46
- {blaxel-0.2.37.dist-info → blaxel-0.2.38.dist-info}/RECORD +22 -22
- {blaxel-0.2.37.dist-info → blaxel-0.2.38.dist-info}/WHEEL +0 -0
- {blaxel-0.2.37.dist-info → blaxel-0.2.38.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: blaxel
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.38
|
|
4
4
|
Summary: Blaxel - AI development platform SDK
|
|
5
5
|
Project-URL: Homepage, https://blaxel.ai
|
|
6
6
|
Project-URL: Documentation, https://docs.blaxel.ai
|
|
@@ -17,52 +17,11 @@ Requires-Dist: pyjwt>=2.0.0
|
|
|
17
17
|
Requires-Dist: python-dateutil>=2.8.0
|
|
18
18
|
Requires-Dist: pyyaml>=6.0.0
|
|
19
19
|
Requires-Dist: requests>=2.32.3
|
|
20
|
-
Requires-Dist: tomli>=2.2
|
|
20
|
+
Requires-Dist: tomli>=2.0.2
|
|
21
21
|
Requires-Dist: websockets<16.0.0
|
|
22
|
-
Provides-Extra: all
|
|
23
|
-
Requires-Dist: crewai==0.159.0; extra == 'all'
|
|
24
|
-
Requires-Dist: google-adk>=1.4.0; extra == 'all'
|
|
25
|
-
Requires-Dist: langchain-anthropic>=0.3.10; extra == 'all'
|
|
26
|
-
Requires-Dist: langchain-cerebras<0.6.0,>=0.5.0; extra == 'all'
|
|
27
|
-
Requires-Dist: langchain-cohere>=0.4.3; extra == 'all'
|
|
28
|
-
Requires-Dist: langchain-community<0.4.0,>=0.3.3; extra == 'all'
|
|
29
|
-
Requires-Dist: langchain-core<0.4.0,>=0.3.13; extra == 'all'
|
|
30
|
-
Requires-Dist: langchain-deepseek-official>=0.1.0.post1; extra == 'all'
|
|
31
|
-
Requires-Dist: langchain-openai>=0.3.10; extra == 'all'
|
|
32
|
-
Requires-Dist: langchain-xai>=0.2.2; extra == 'all'
|
|
33
|
-
Requires-Dist: langgraph<0.3.0,>=0.2.40; extra == 'all'
|
|
34
|
-
Requires-Dist: litellm==1.74.9; extra == 'all'
|
|
35
|
-
Requires-Dist: litellm>=1.63.11; extra == 'all'
|
|
36
|
-
Requires-Dist: livekit-agents[anthropic,cartesia,deepgram,elevenlabs,groq,openai,silero,turn-detector]~=1.0; extra == 'all'
|
|
37
|
-
Requires-Dist: livekit-plugins-noise-cancellation~=0.2; extra == 'all'
|
|
38
|
-
Requires-Dist: llama-index-llms-anthropic>=0.6.14; extra == 'all'
|
|
39
|
-
Requires-Dist: llama-index-llms-cerebras>=0.2.2; extra == 'all'
|
|
40
|
-
Requires-Dist: llama-index-llms-cohere>=0.4.1; extra == 'all'
|
|
41
|
-
Requires-Dist: llama-index-llms-deepseek>=0.1.1; extra == 'all'
|
|
42
|
-
Requires-Dist: llama-index-llms-google-genai>=0.1.13; extra == 'all'
|
|
43
|
-
Requires-Dist: llama-index-llms-groq>=0.3.1; extra == 'all'
|
|
44
|
-
Requires-Dist: llama-index-llms-mistralai>=0.4.0; extra == 'all'
|
|
45
|
-
Requires-Dist: llama-index-llms-openai>=0.3.42; extra == 'all'
|
|
46
|
-
Requires-Dist: llama-index>=0.12.46; extra == 'all'
|
|
47
|
-
Requires-Dist: openai-agents>=0.0.19; extra == 'all'
|
|
48
|
-
Requires-Dist: openai==1.99.9; extra == 'all'
|
|
49
|
-
Requires-Dist: opentelemetry-exporter-otlp>=1.28.0; extra == 'all'
|
|
50
|
-
Requires-Dist: opentelemetry-instrumentation-anthropic==0.41.0; extra == 'all'
|
|
51
|
-
Requires-Dist: opentelemetry-instrumentation-cohere==0.41.0; extra == 'all'
|
|
52
|
-
Requires-Dist: opentelemetry-instrumentation-crewai==0.41.0; extra == 'all'
|
|
53
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.56b0; extra == 'all'
|
|
54
|
-
Requires-Dist: opentelemetry-instrumentation-google-generativeai==0.41.0; extra == 'all'
|
|
55
|
-
Requires-Dist: opentelemetry-instrumentation-langchain>=0.35.0; extra == 'all'
|
|
56
|
-
Requires-Dist: opentelemetry-instrumentation-llamaindex>=0.40.7; extra == 'all'
|
|
57
|
-
Requires-Dist: opentelemetry-instrumentation-ollama==0.41.0; extra == 'all'
|
|
58
|
-
Requires-Dist: opentelemetry-instrumentation-openai==0.41.0; extra == 'all'
|
|
59
|
-
Requires-Dist: pillow>=10.0.0; extra == 'all'
|
|
60
|
-
Requires-Dist: pydantic-ai>=0.0.48; extra == 'all'
|
|
61
22
|
Provides-Extra: core
|
|
62
23
|
Provides-Extra: crewai
|
|
63
|
-
Requires-Dist: crewai==
|
|
64
|
-
Requires-Dist: litellm==1.74.9; extra == 'crewai'
|
|
65
|
-
Requires-Dist: openai==1.99.9; extra == 'crewai'
|
|
24
|
+
Requires-Dist: crewai[litellm]==1.9.3; extra == 'crewai'
|
|
66
25
|
Requires-Dist: opentelemetry-instrumentation-crewai==0.41.0; extra == 'crewai'
|
|
67
26
|
Provides-Extra: dev
|
|
68
27
|
Requires-Dist: pyright; extra == 'dev'
|
|
@@ -96,7 +55,7 @@ Requires-Dist: llama-index-llms-google-genai>=0.1.13; extra == 'llamaindex'
|
|
|
96
55
|
Requires-Dist: llama-index-llms-groq>=0.3.1; extra == 'llamaindex'
|
|
97
56
|
Requires-Dist: llama-index-llms-mistralai>=0.4.0; extra == 'llamaindex'
|
|
98
57
|
Requires-Dist: llama-index-llms-openai>=0.3.42; extra == 'llamaindex'
|
|
99
|
-
Requires-Dist: llama-index>=0.
|
|
58
|
+
Requires-Dist: llama-index>=0.14.13; extra == 'llamaindex'
|
|
100
59
|
Requires-Dist: opentelemetry-instrumentation-llamaindex>=0.40.7; extra == 'llamaindex'
|
|
101
60
|
Provides-Extra: openai
|
|
102
61
|
Requires-Dist: openai-agents>=0.0.19; extra == 'openai'
|
|
@@ -106,7 +65,7 @@ Provides-Extra: telemetry
|
|
|
106
65
|
Requires-Dist: opentelemetry-exporter-otlp>=1.28.0; extra == 'telemetry'
|
|
107
66
|
Requires-Dist: opentelemetry-instrumentation-anthropic==0.41.0; extra == 'telemetry'
|
|
108
67
|
Requires-Dist: opentelemetry-instrumentation-cohere==0.41.0; extra == 'telemetry'
|
|
109
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
68
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.55b0; extra == 'telemetry'
|
|
110
69
|
Requires-Dist: opentelemetry-instrumentation-google-generativeai==0.41.0; extra == 'telemetry'
|
|
111
70
|
Requires-Dist: opentelemetry-instrumentation-ollama==0.41.0; extra == 'telemetry'
|
|
112
71
|
Requires-Dist: opentelemetry-instrumentation-openai==0.41.0; extra == 'telemetry'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
blaxel/__init__.py,sha256=
|
|
1
|
+
blaxel/__init__.py,sha256=QKFRxFvSi7-GMm-mu68vf0ePxalPeCsX-UJtcKQZ1DI,413
|
|
2
2
|
blaxel/core/__init__.py,sha256=CU0gXpVRbuQZNWoCJuuhZS0ZhXPEu0cg-3XzoYMrBm4,1756
|
|
3
3
|
blaxel/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
blaxel/core/agents/__init__.py,sha256=MJZga99lU8JWUUPHd4rmUfdo7ALwWgF7CQq95SfT2OI,4456
|
|
@@ -423,41 +423,41 @@ blaxel/core/sandbox/sync/process.py,sha256=0sDCTBp7lANzBkzB560pJnRvRz4yopnsLYj_g
|
|
|
423
423
|
blaxel/core/sandbox/sync/sandbox.py,sha256=pbACjLaWy69imTZ2wtPA6eQeGFt5JpVuT4Fi4GPBbdU,15476
|
|
424
424
|
blaxel/core/sandbox/sync/session.py,sha256=e0CVbW2LBRYTwm4RL52S0UdNvhNfuFLo6AYE5hk9DH0,4931
|
|
425
425
|
blaxel/core/sandbox/sync/system.py,sha256=VDmO32qFVkURNZySvncYT2KBqu5Rj8cxT6qT2nMn0-k,2713
|
|
426
|
-
blaxel/core/tools/__init__.py,sha256=
|
|
426
|
+
blaxel/core/tools/__init__.py,sha256=v9Ef8MjPElJiSkq2BlS9yo0mYzyHpJCzNgW7352pcns,13391
|
|
427
427
|
blaxel/core/tools/common.py,sha256=dAjDRaI2psAoHPqKeUzyqab3N6blgkD-HO0gPMpIzCE,1878
|
|
428
428
|
blaxel/core/tools/types.py,sha256=EXa-10iOOXvd8zB2IsTS0gWrgoC2hqbIv6iK5m6E5t8,693
|
|
429
429
|
blaxel/core/volume/__init__.py,sha256=jZgddogAPJGQnD2OoTcDb9zLqxeT6yYpfC-i1yKUVUM,253
|
|
430
|
-
blaxel/core/volume/volume.py,sha256=
|
|
430
|
+
blaxel/core/volume/volume.py,sha256=jY_BrSEw063TjpX8aLIhfhKpw07NdgMMGYZIa4LhXIc,22728
|
|
431
431
|
blaxel/crewai/__init__.py,sha256=HdAZxRDgC2zW-O5xYzb_Xuysb66_fMykNJVPxlTmFnY,123
|
|
432
|
-
blaxel/crewai/model.py,sha256=
|
|
432
|
+
blaxel/crewai/model.py,sha256=mH8iKTwALRDT3IrDbiHW5zyDv9vFl0u4OX3hXPmC7mI,3973
|
|
433
433
|
blaxel/crewai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
434
|
-
blaxel/crewai/tools.py,sha256=
|
|
434
|
+
blaxel/crewai/tools.py,sha256=Slcy1BDwzdOSa8ZHia1gSkKoQuuTHtq4nK9BLpMdlDE,3678
|
|
435
435
|
blaxel/googleadk/__init__.py,sha256=3rOLe32eQt2-YN4ktHdhDWc3TK_OW0FgidTIhZ8Nnm8,225
|
|
436
|
-
blaxel/googleadk/model.py,sha256=
|
|
436
|
+
blaxel/googleadk/model.py,sha256=vhSX7vqFtgLgwnb8dgseCmR57gZel5PwHD7WBS3Na9Y,4647
|
|
437
437
|
blaxel/googleadk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
438
|
-
blaxel/googleadk/tools.py,sha256=
|
|
438
|
+
blaxel/googleadk/tools.py,sha256=rAdFi3nH49Onss4RFFZz4uBuq1Mx4vlywsr04a5nSF4,3510
|
|
439
439
|
blaxel/langgraph/__init__.py,sha256=lw9d7bl5TsYbemToCtus5P6XnhzR4SAcBWM-1Pffc_U,126
|
|
440
|
-
blaxel/langgraph/model.py,sha256=
|
|
440
|
+
blaxel/langgraph/model.py,sha256=SdWwhfFeYNauRIbqzb_zGgjE4oCKoUKKuZbDq-RcoOs,8578
|
|
441
441
|
blaxel/langgraph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
|
-
blaxel/langgraph/tools.py,sha256=
|
|
443
|
-
blaxel/langgraph/custom/gemini.py,sha256=
|
|
442
|
+
blaxel/langgraph/tools.py,sha256=_Gw77ilq9Rhq1pmNmrFr0JItcKhvkCV4yfymW5L_lWc,2946
|
|
443
|
+
blaxel/langgraph/custom/gemini.py,sha256=Dd5GiaCDNKFxMJqd1nR54SmXf7IkSe0gu5OszE7blvk,54976
|
|
444
444
|
blaxel/livekit/__init__.py,sha256=byUwOJ6MHeSXOYXmaVoHnC3ZUmpkqJ55u5mQglXX-SQ,124
|
|
445
|
-
blaxel/livekit/model.py,sha256=
|
|
445
|
+
blaxel/livekit/model.py,sha256=ciBLX92X9SIgDcebWguO-1P4cCHMDzRXCQWesv30hmg,2080
|
|
446
446
|
blaxel/livekit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
447
|
-
blaxel/livekit/tools.py,sha256=
|
|
447
|
+
blaxel/livekit/tools.py,sha256=2TkCkqWI1FyKR638T-B9TVWE8wNwLC0NNf4ecUERr3U,1202
|
|
448
448
|
blaxel/llamaindex/__init__.py,sha256=iZ3QbZhlwKvP91ChcqSXVkpRrzurMxJoQfKdZFzE2AA,127
|
|
449
|
-
blaxel/llamaindex/model.py,sha256=
|
|
449
|
+
blaxel/llamaindex/model.py,sha256=j0Im7BiIpu_DQes0xAIYZyiGUIsL9irsBiP88epeXBU,10038
|
|
450
450
|
blaxel/llamaindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
451
|
-
blaxel/llamaindex/tools.py,sha256=
|
|
451
|
+
blaxel/llamaindex/tools.py,sha256=RhAox8XT6o9FpDgXcK8Cq1hjJo-TFlgioCoVOlz_iK4,1142
|
|
452
452
|
blaxel/llamaindex/custom/cohere.py,sha256=8Kfo5BjrND6EFDZXosHNrgrg98ktvxhYG48ztaWptps,18707
|
|
453
453
|
blaxel/openai/__init__.py,sha256=YkizVtcYL2m9v-z5B1EReYVu9n9V-DCxJhSB2mvqOs0,123
|
|
454
|
-
blaxel/openai/model.py,sha256=
|
|
454
|
+
blaxel/openai/model.py,sha256=jauDHyKzAWmgjOv569F6pRGmUjxL1G9E2xGhjZhQeyQ,1587
|
|
455
455
|
blaxel/openai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
456
|
-
blaxel/openai/tools.py,sha256=
|
|
456
|
+
blaxel/openai/tools.py,sha256=NWCrOpuJVulGegj8WI4dW48ScycPgfa6W2zrJtzZxI0,2411
|
|
457
457
|
blaxel/pydantic/__init__.py,sha256=-UDZ5VSrlgfqErJuiuphcAFwesijzXxYLeyC7yHEDrE,128
|
|
458
|
-
blaxel/pydantic/model.py,sha256=
|
|
458
|
+
blaxel/pydantic/model.py,sha256=q_FRVZ047hOolckxyp0n5pCeneWu7HvfaFF5XmA5BC0,7001
|
|
459
459
|
blaxel/pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
460
|
-
blaxel/pydantic/tools.py,sha256=
|
|
460
|
+
blaxel/pydantic/tools.py,sha256=thrSIBXeWVF3ogyfDRqK504rv2DHnK37GHI7Ze9TrM0,3091
|
|
461
461
|
blaxel/pydantic/custom/gemini.py,sha256=DddpfkP75hPPHokXWCpdk6NZiqObK5KJFxL3TXRN8Kg,1051
|
|
462
462
|
blaxel/telemetry/__init__.py,sha256=g5wNqaXAVdRmUe0cX7qKHN1cftF2MaHo_QCS4D-u8CQ,257
|
|
463
463
|
blaxel/telemetry/exporters.py,sha256=PFQ38SQYDftSmR4cGcWPhdMKo4uic6pE9qv72j6q-TE,2232
|
|
@@ -472,7 +472,7 @@ blaxel/telemetry/instrumentation/map.py,sha256=PCzZJj39yiYVYJrxLBNP-NW-tjjYyTijw
|
|
|
472
472
|
blaxel/telemetry/instrumentation/utils.py,sha256=FGyMY5ZE4f-0JdZpm_R_BCoKLJ18hftz8vsh7ftDwMk,1889
|
|
473
473
|
blaxel/telemetry/log/log.py,sha256=vtzUIFIIj4MTTKUigILDYXN8NHHPOo44OaKukpyIjQg,2407
|
|
474
474
|
blaxel/telemetry/log/logger.py,sha256=IcFWCd1yyWWGAjAd2i0pDYqpZHQ61pmcaQ7Kf4bC8lg,4150
|
|
475
|
-
blaxel-0.2.
|
|
476
|
-
blaxel-0.2.
|
|
477
|
-
blaxel-0.2.
|
|
478
|
-
blaxel-0.2.
|
|
475
|
+
blaxel-0.2.38.dist-info/METADATA,sha256=lOaND9eiLrUXvQYzwmf9lt_u5-zpsEi8DlcE7bqk14I,16110
|
|
476
|
+
blaxel-0.2.38.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
477
|
+
blaxel-0.2.38.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
|
478
|
+
blaxel-0.2.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|