blaxel 0.2.35__py3-none-any.whl → 0.2.37__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.
Files changed (58) hide show
  1. blaxel/__init__.py +2 -2
  2. blaxel/core/client/api/compute/create_sandbox.py +21 -1
  3. blaxel/core/client/api/jobs/create_job_execution.py +12 -12
  4. blaxel/core/client/api/volumes/update_volume.py +187 -0
  5. blaxel/core/client/models/__init__.py +10 -6
  6. blaxel/core/client/models/{create_job_execution_response.py → create_job_execution_output.py} +11 -13
  7. blaxel/core/client/models/{create_job_execution_response_tasks_item.py → create_job_execution_output_tasks_item.py} +5 -5
  8. blaxel/core/client/models/create_job_execution_request.py +31 -0
  9. blaxel/core/client/models/create_job_execution_request_env.py +50 -0
  10. blaxel/core/client/models/function_runtime.py +18 -0
  11. blaxel/core/client/models/{function_spec_transport.py → function_runtime_transport.py} +2 -2
  12. blaxel/core/client/models/function_spec.py +0 -18
  13. blaxel/core/client/models/job_execution_spec.py +35 -0
  14. blaxel/core/client/models/job_execution_spec_env_override.py +50 -0
  15. blaxel/core/client/models/port_protocol.py +1 -0
  16. blaxel/core/client/models/preview.py +48 -1
  17. blaxel/core/client/models/sandbox.py +10 -0
  18. blaxel/core/common/settings.py +5 -0
  19. blaxel/core/jobs/__init__.py +60 -88
  20. blaxel/core/sandbox/__init__.py +12 -0
  21. blaxel/core/{client/api/invitations/list_all_pending_invitations.py → sandbox/client/api/system/get_health.py} +26 -34
  22. blaxel/core/sandbox/client/api/system/post_upgrade.py +196 -0
  23. blaxel/core/sandbox/client/models/__init__.py +8 -0
  24. blaxel/core/sandbox/client/models/content_search_match.py +24 -25
  25. blaxel/core/sandbox/client/models/content_search_response.py +25 -29
  26. blaxel/core/sandbox/client/models/find_match.py +13 -14
  27. blaxel/core/sandbox/client/models/find_response.py +21 -24
  28. blaxel/core/sandbox/client/models/fuzzy_search_match.py +17 -19
  29. blaxel/core/sandbox/client/models/fuzzy_search_response.py +21 -24
  30. blaxel/core/sandbox/client/models/health_response.py +159 -0
  31. blaxel/core/sandbox/client/models/process_upgrade_state.py +20 -0
  32. blaxel/core/sandbox/client/models/upgrade_request.py +71 -0
  33. blaxel/core/sandbox/client/models/upgrade_status.py +125 -0
  34. blaxel/core/sandbox/default/__init__.py +2 -0
  35. blaxel/core/sandbox/default/filesystem.py +20 -6
  36. blaxel/core/sandbox/default/preview.py +48 -1
  37. blaxel/core/sandbox/default/process.py +66 -21
  38. blaxel/core/sandbox/default/sandbox.py +104 -6
  39. blaxel/core/sandbox/default/system.py +71 -0
  40. blaxel/core/sandbox/sync/__init__.py +2 -0
  41. blaxel/core/sandbox/sync/filesystem.py +19 -2
  42. blaxel/core/sandbox/sync/preview.py +50 -3
  43. blaxel/core/sandbox/sync/process.py +38 -15
  44. blaxel/core/sandbox/sync/sandbox.py +97 -5
  45. blaxel/core/sandbox/sync/system.py +71 -0
  46. blaxel/core/sandbox/types.py +212 -5
  47. blaxel/core/volume/volume.py +209 -4
  48. blaxel/langgraph/model.py +25 -14
  49. blaxel/langgraph/tools.py +15 -12
  50. blaxel/llamaindex/model.py +33 -24
  51. blaxel/llamaindex/tools.py +9 -4
  52. blaxel/pydantic/model.py +26 -12
  53. blaxel-0.2.37.dist-info/METADATA +569 -0
  54. {blaxel-0.2.35.dist-info → blaxel-0.2.37.dist-info}/RECORD +57 -47
  55. blaxel-0.2.35.dist-info/METADATA +0 -228
  56. /blaxel/core/{client/api/invitations → sandbox/client/api/system}/__init__.py +0 -0
  57. {blaxel-0.2.35.dist-info → blaxel-0.2.37.dist-info}/WHEEL +0 -0
  58. {blaxel-0.2.35.dist-info → blaxel-0.2.37.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- blaxel/__init__.py,sha256=RTFqu44wm23NUqUERSYCoNASEgIL-HQyL642wqOCn-0,413
1
+ blaxel/__init__.py,sha256=UGO2L0cKhLfwXPewJ7MF6x92gMzo_-lJRzE-2ApXDF0,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
@@ -25,7 +25,7 @@ blaxel/core/client/api/agents/list_agent_revisions.py,sha256=uV9yGJE5tGMmiLAddhW
25
25
  blaxel/core/client/api/agents/list_agents.py,sha256=c8y4GAPX3z02hmxB6woGoVYQ3qEfn_M_lKDZ2M4fvJA,4362
26
26
  blaxel/core/client/api/agents/update_agent.py,sha256=R7ISqcxTEwWFC_lSrWq6bK3Il8SFfziWfAhsD_pONLs,6190
27
27
  blaxel/core/client/api/compute/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- blaxel/core/client/api/compute/create_sandbox.py,sha256=R7k8NxhwJaoIhbGA_o2c16iZb7muNAaGgw6j9SExSMc,6199
28
+ blaxel/core/client/api/compute/create_sandbox.py,sha256=9a8XheL2s7rK0XFWpeRICblSIwOuI9iILHipqudVS-0,7143
29
29
  blaxel/core/client/api/compute/create_sandbox_preview.py,sha256=XScjA4uldNuA1K4dPYR4INvSTv3Yb2gwbNyopjNTiv8,4101
30
30
  blaxel/core/client/api/compute/create_sandbox_preview_token.py,sha256=qSMA6OmIr5mvGJ9bVbP9fe4ajmcEjigZdSPACGHfQhc,4725
31
31
  blaxel/core/client/api/compute/delete_sandbox.py,sha256=lkPm3Ds21SIx4kW7z56GFD2gJw237BS7udtxwYZ_MpA,4670
@@ -72,11 +72,9 @@ blaxel/core/client/api/integrations/get_integration_connection_model_endpoint_co
72
72
  blaxel/core/client/api/integrations/list_integration_connection_models.py,sha256=ZeJAPBN3FDW5apiq_15qsUTQM46xzvJkAtIXVsmeNHY,2407
73
73
  blaxel/core/client/api/integrations/list_integration_connections.py,sha256=ACmbxsv_JJrxBDeSRv9YkbcZc1WSIJhZkqdDDiWgFsA,4713
74
74
  blaxel/core/client/api/integrations/update_integration_connection.py,sha256=gZOVF74iam68wCUY7xL-FwgHgL22b8ay5YkO0cf9ytE,6343
75
- blaxel/core/client/api/invitations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
- blaxel/core/client/api/invitations/list_all_pending_invitations.py,sha256=X6GIFlX49T7sALlxY1m8CkO41-BW8atwRFugodnRQ7M,3963
77
75
  blaxel/core/client/api/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
76
  blaxel/core/client/api/jobs/create_job.py,sha256=l7ia5OZ7jUNi5-QhmUYwZpPZAAadU2PkvZ9SCu-GazU,4852
79
- blaxel/core/client/api/jobs/create_job_execution.py,sha256=6PyvetVNI3skIDJyQOBPpAqqD3MORgdGx359x7KQs-U,5562
77
+ blaxel/core/client/api/jobs/create_job_execution.py,sha256=M0pCs_353uzA0FWrOleCWcWZasLtbHfliCKbhTTF8bA,5536
80
78
  blaxel/core/client/api/jobs/delete_job.py,sha256=PQZEiiF7OD2KvFUlWKJBWmogx9dmQRmNpZiTemt17Ic,3820
81
79
  blaxel/core/client/api/jobs/delete_job_execution.py,sha256=my4FR1AgjaSbaQWeUkxm8T8NeTVQM_wPNeTdxZB8PDM,4915
82
80
  blaxel/core/client/api/jobs/get_job.py,sha256=tSuhq-_pQomHcE3N945axMh3B57d38vK7Lz9DrIanGQ,4501
@@ -128,6 +126,7 @@ blaxel/core/client/api/volumes/create_volume.py,sha256=y9IMLzQLVCKKnKHIi9TaPK0Xk
128
126
  blaxel/core/client/api/volumes/delete_volume.py,sha256=QWAJ8oiPzAZh7nEdbgorg7PPdtsJQEWv0J22MuCnYS0,4702
129
127
  blaxel/core/client/api/volumes/get_volume.py,sha256=4vZZdWYGPwiSC5QsUorUK7a88Rqnn4_75USOmdfH5AM,4526
130
128
  blaxel/core/client/api/volumes/list_volumes.py,sha256=Kh20lUVoNAxvqtP5YP6h0l5C_eAzwbQIrIs56EpE5kA,4496
129
+ blaxel/core/client/api/volumes/update_volume.py,sha256=X9x3Ejl0m0lR5Fl3Y10hJuIyZORCMJKxUzxdJbgfDhc,4725
131
130
  blaxel/core/client/api/workspaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
131
  blaxel/core/client/api/workspaces/accept_workspace_invitation.py,sha256=iJXzcIIiE65p9Dz3Z2Yf324bvY3gfWV8ZEfdx3KZYsw,4107
133
132
  blaxel/core/client/api/workspaces/check_workspace_availability.py,sha256=BsWDAEy52txrhBvrN-ZKE0oSsAJtLqb2u74ScV78eDw,3951
@@ -142,7 +141,7 @@ blaxel/core/client/api/workspaces/list_workspaces.py,sha256=SDmlVGU6STRLwJXga1BP
142
141
  blaxel/core/client/api/workspaces/remove_workspace_user.py,sha256=DBr8GTeoFPK3tCg_oSG1LZZQoDXYdu6eh3a5l4ERu8E,2544
143
142
  blaxel/core/client/api/workspaces/update_workspace.py,sha256=D1syH3i4fAN0BdvMtOOfesdrb3wGiIPNAHlB4rZYSxA,5832
144
143
  blaxel/core/client/api/workspaces/update_workspace_user_role.py,sha256=z5URMzGjUT1nCkQU6qR-5LPVvgs-ngaoBgzs3xDSHPw,4831
145
- blaxel/core/client/models/__init__.py,sha256=Nn-HkZMTMQgDK-a2x4a1025BKKE6CSJU9YMYaQXWiuA,12220
144
+ blaxel/core/client/models/__init__.py,sha256=uBc7RXvEJRwDC0-31Hegj3ovxIdeaDhd8ZZ4vvQ169Y,12436
146
145
  blaxel/core/client/models/agent.py,sha256=bpcCc0iW3eOtxiw11CgpnWalnx-kQQ9MQ8fOWKY1gts,4490
147
146
  blaxel/core/client/models/agent_runtime.py,sha256=MjbTjh2grGc1cSk2SUSvKZ_mPudD8s7rmayBevJftrA,4788
148
147
  blaxel/core/client/models/agent_runtime_generation.py,sha256=mGpA8H7gX1VusMU5AtXei_FFJNNhMoY-XI_ZtL-n3zw,467
@@ -155,10 +154,11 @@ blaxel/core/client/models/continent.py,sha256=MLKHD6pDxRF6DtLm9Vmld9E8gN9mS6lAhl
155
154
  blaxel/core/client/models/core_event.py,sha256=E5bjhc6aUI05DJQShzOKlR9OJ5ISVpLusAypEYNGHeQ,3170
156
155
  blaxel/core/client/models/country.py,sha256=fnnaceOpbTr9P1ajI4n1hFRuml2Pu752KPNkKdRDntI,1900
157
156
  blaxel/core/client/models/create_api_key_for_service_account_body.py,sha256=fS13FlW9kLdEO3lMhcli_rse--Ha3n-Pk5CFtmZMZVg,2136
158
- blaxel/core/client/models/create_job_execution_request.py,sha256=Cet1Qt1zayEu8BdEwSKf9ItgcRAPKZY5JCAdWKrBgqg,3880
157
+ blaxel/core/client/models/create_job_execution_output.py,sha256=ug0rq_xDwQWFpWXbAcJdmN5Va5g1d8K-g1ozftNzyEs,4477
158
+ blaxel/core/client/models/create_job_execution_output_tasks_item.py,sha256=7CtkR5oJGPHEgmIq9yRfqs8vXaK7NJYQ7h7O-9XHTfM,1340
159
+ blaxel/core/client/models/create_job_execution_request.py,sha256=213hQ54lvH2UAQpN_NsjlYEMlf40ss8Lf4WCtQEfd_c,5280
160
+ blaxel/core/client/models/create_job_execution_request_env.py,sha256=PQ4cD-i-jffjzoAyoYF9EPykHiTKqnndCW444InCaBs,1473
159
161
  blaxel/core/client/models/create_job_execution_request_tasks_item.py,sha256=hvNZSbR2O0MLDKata_fTnCkNX9H1mwUE97W_SQzhroA,1345
160
- blaxel/core/client/models/create_job_execution_response.py,sha256=S1EZBd1Gdxy_Q4a8aX6NFPGNCD3Qb7v9hK-g6GeRMTA,4518
161
- blaxel/core/client/models/create_job_execution_response_tasks_item.py,sha256=6IalFD0FJ4BPcm7NiUA9GdVjdyR0OqVn6HDb14U0JTE,1350
162
162
  blaxel/core/client/models/create_workspace_service_account_body.py,sha256=raH8PtNC4rdSWh7YPSX1Sww-1SWca00vuOB85fQ0YA4,1965
163
163
  blaxel/core/client/models/create_workspace_service_account_response_200.py,sha256=A4EClPVJ5hGswaeXRuyzisG3wJ7rkajsIqq0LeRveFY,3356
164
164
  blaxel/core/client/models/custom_domain.py,sha256=tVzVJPzjBs7e47BObUCdagmAiZlOYfVkB5pYhBNIWnY,2611
@@ -184,10 +184,10 @@ blaxel/core/client/models/form.py,sha256=stmiUp4pv-njkyFNGNyF_i-OxcQssP41m0XYs87
184
184
  blaxel/core/client/models/form_config.py,sha256=MXpNMPGcCy4YBVpravYqgycF54lGPU4yWE-09MH-FTE,1234
185
185
  blaxel/core/client/models/form_secrets.py,sha256=3pYi7arD251_87uAMo0_pPCfnx5wnTEQjfqmo1hTIFE,1240
186
186
  blaxel/core/client/models/function.py,sha256=oJLCzfFRnSrRLPKbi3-UFTWp8qpbfL7Hdljn6xWWCDI,4523
187
- blaxel/core/client/models/function_runtime.py,sha256=f4XNghc_n8YK8zv573REGEYlA8FAAz5lYs1UA6mDu4g,4806
187
+ blaxel/core/client/models/function_runtime.py,sha256=Qo15bnW5wBBHXgy_GguP4V6KFyWmKKqvOPWHdCHQVYY,5618
188
188
  blaxel/core/client/models/function_runtime_generation.py,sha256=LH96vnSuPAe54LZ3Lf3yCtRdG7rjCquVhWIFrhUKvvg,473
189
- blaxel/core/client/models/function_spec.py,sha256=ColxtxJmtTseu48GTaOebXVoc6eNXQtBznf8WT00tTg,6909
190
- blaxel/core/client/models/function_spec_transport.py,sha256=jDmoShSSaMUMGAhVUJIpgjquVMbzr8yxo0E2KqEszrU,493
189
+ blaxel/core/client/models/function_runtime_transport.py,sha256=FtyXIkRmleJFY8zuH7tKwubEGDyvA3RJonBR1pD64nU,499
190
+ blaxel/core/client/models/function_spec.py,sha256=kZPQEwA_W32ugOG_1N2ArP3HVMV3MSp4Zl2t5ekSXWg,6115
191
191
  blaxel/core/client/models/get_workspace_service_accounts_response_200_item.py,sha256=49f6ZBp7uRbWwLw9EVzn-j_NiVIJbnPA3E5JXAv3udA,2988
192
192
  blaxel/core/client/models/image.py,sha256=2SeJ2KLhvTB9LBw5MVb332wtCDHPC2GD-r-dopM_QpU,2129
193
193
  blaxel/core/client/models/image_metadata.py,sha256=5RTV0UGU9gaawp4Y-1YfOXFy8s_akJrdTcuYgGKPGjo,3861
@@ -212,7 +212,8 @@ blaxel/core/client/models/invite_workspace_user_body.py,sha256=GHitEreLk1XvPtqPW
212
212
  blaxel/core/client/models/job.py,sha256=ceSexL7SENoPGQPNNjZB2G5GHyKmtEVdBwNYlrz9gn0,4442
213
213
  blaxel/core/client/models/job_execution.py,sha256=gj2uLjd05AEkffJS93JsK7gtXnWBrprJwa333uQ05Kc,4833
214
214
  blaxel/core/client/models/job_execution_metadata.py,sha256=qYNXJE0wZTDOjq88nypnyQAlpptZKxUquoVwZN-7WPk,4457
215
- blaxel/core/client/models/job_execution_spec.py,sha256=HSb_-2tQIvAih47jv02PLOdLbgxuk5NveTqnHl6IfNM,3048
215
+ blaxel/core/client/models/job_execution_spec.py,sha256=ZbxhGdRpVMN1vsS2FUiEaOXZ-y51QNaZomWZZYx6yb4,4810
216
+ blaxel/core/client/models/job_execution_spec_env_override.py,sha256=pnAsmfZ2feQVt4PIKQgj6XFDsMM65bu8OJg8rGvM7YA,1464
216
217
  blaxel/core/client/models/job_execution_stats.py,sha256=Ga2a-fxe055k2f0y6quSgQ_L8QY1BgYTvRK9bHqPmn4,3125
217
218
  blaxel/core/client/models/job_execution_status.py,sha256=TbqYy3wyFPn8pofNUVj73voD6cUfeh-W_PAY_yQW2Wk,629
218
219
  blaxel/core/client/models/job_execution_task.py,sha256=kX_nmTT97rBBNZnnFkleH-W_ez7ikjtqwJO5I0sgIJI,5132
@@ -250,8 +251,8 @@ blaxel/core/client/models/policy_resource_type.py,sha256=KoWOd1y-9QIEN8iKVR4viCv
250
251
  blaxel/core/client/models/policy_spec.py,sha256=ZXz3q0AHQAIL-oRFPUaLmwI57UrBs5b5rxkIvD3diYU,7377
251
252
  blaxel/core/client/models/policy_spec_type.py,sha256=aMtlk85f6JtcVFUYQG6xVYdE_c-RinY-HilHt4QNvKU,493
252
253
  blaxel/core/client/models/port.py,sha256=GziUHl61HmnLxnvquw4iX59_W_yzMsoZ-J0v316zPhc,2457
253
- blaxel/core/client/models/port_protocol.py,sha256=jPFtbfeQwHQ4CBVDW7xSTZWA5EypZ1MpgXs2iA5jNZg,465
254
- blaxel/core/client/models/preview.py,sha256=o_7v6ForMbzdhI0sc6yOcZXduYvuq2YOikXVu6nTiO0,2227
254
+ blaxel/core/client/models/port_protocol.py,sha256=H9RzJ7-MIk1X5_pJtcJNR3iSFjwMbZGckIdV24zkMhI,481
255
+ blaxel/core/client/models/preview.py,sha256=YiXCPbe5lNpLJE-FgrhD30EKNGHXFP6r2TTkhQZau7o,4161
255
256
  blaxel/core/client/models/preview_metadata.py,sha256=7AoqHpvWzJ6BKzoW5JuSCPniXhhAvNbHtmvsqEepJfs,4347
256
257
  blaxel/core/client/models/preview_spec.py,sha256=xYBVwUnKrMgE6zovl-CCXmubK6gbtpiMZpLz-OrcQ-I,6514
257
258
  blaxel/core/client/models/preview_spec_request_headers.py,sha256=q1VZsjScBQbrAWDRNf18mEUe23CgWECd2dKOZv_cZ1w,1420
@@ -266,7 +267,7 @@ blaxel/core/client/models/region.py,sha256=aP70O48HDlttkX-AAv4-6deY58TW340PtFv6P
266
267
  blaxel/core/client/models/repository.py,sha256=XW8mf-SA0jEimFPt1kZUQQiqX4ZiRODeQpYkTuc_MjQ,1876
267
268
  blaxel/core/client/models/revision_configuration.py,sha256=L6lpuTl1JgLFfRRd5CZDbkaw2ftrAmQTX2QVeThLVzA,3074
268
269
  blaxel/core/client/models/revision_metadata.py,sha256=iyf8dAkC0CsfFuWqkdXOaGA-8ETLNBtWZum-KoLYrkg,3851
269
- blaxel/core/client/models/sandbox.py,sha256=kHm5p3qWcaDvs22STIibBFegtFMOvYmCF-2xtXDw27Y,4938
270
+ blaxel/core/client/models/sandbox.py,sha256=eqE73Tw32DutoQHbHbVhO7EA4Nhm7-b_ao5lxHF_A00,5417
270
271
  blaxel/core/client/models/sandbox_definition.py,sha256=JtXy2qBxwOP-bB7fA2EFACJVc0DB0WOfneKO8r9Wat0,7647
271
272
  blaxel/core/client/models/sandbox_definition_categories_item.py,sha256=alkdxLveDRjnIXHNG4TIOQEygHYMudlkFyP2McyQY2E,1324
272
273
  blaxel/core/client/models/sandbox_error.py,sha256=dDdfkQhusLLpunHz7Vc_FBoOAPm33ng1j-9lauXxEbM,4843
@@ -305,15 +306,15 @@ blaxel/core/common/env.py,sha256=05Jm2mw0-KIgR7QaNVyvZPP91B9OlxlJ6mcx6Mqfji0,123
305
306
  blaxel/core/common/internal.py,sha256=NDTFh9Duj84os8GkMXjGzn-UVS9zBDyLAcfPxIpoQGA,3218
306
307
  blaxel/core/common/logger.py,sha256=Jt0MCJgYDPq36rl7UyKRDJH76a-AwYdfggNeNYJt6N0,4779
307
308
  blaxel/core/common/sentry.py,sha256=P_v1vWivlh-usXV1_JeJ603r1OHoWaR5jaYV2JJ6vDM,9759
308
- blaxel/core/common/settings.py,sha256=f7ZP8VpB8gKESptyb6S82gTHQsbmx6RcaAkDkxy2JpE,4599
309
+ blaxel/core/common/settings.py,sha256=bpogiYsyNRSE8JDotqaAj-e5DHhx7_GbVBcs0SPsIHI,4759
309
310
  blaxel/core/common/webhook.py,sha256=N1f2bamP7wRyPyCfmAZKMdjeB3aQ6d6pcafHyVZKtPk,5330
310
- blaxel/core/jobs/__init__.py,sha256=7WTJyjxG9xyIzG1fd35dp7HfQoBsMlDxzY-G4Ywq5ds,17081
311
+ blaxel/core/jobs/__init__.py,sha256=tgU3M7BZuinedpA98s2hsBVljt8JSMoc87-D38fRdxo,15699
311
312
  blaxel/core/mcp/__init__.py,sha256=5VjkiQFb1QWW5QKRgwPHARlxZJ9Xqaz0diJTpM8LLF0,142
312
313
  blaxel/core/mcp/client.py,sha256=EZ7l5w3bTXaD41nalHzM-byxfQK-JdcmQqxg3zGpVO4,5509
313
314
  blaxel/core/mcp/server.py,sha256=edAztWBlukERw9-dzS2Sk96TP8R3-CSofY1CZDu19ZA,5967
314
315
  blaxel/core/models/__init__.py,sha256=ydz1txqIVyOhehItut-AOnLMnGp7AtCD2zku9gkvAsE,1722
315
- blaxel/core/sandbox/__init__.py,sha256=agDbz1_2O4A3Vq9etYUGamniVP8fW6ZkorsVAqxl_q4,1389
316
- blaxel/core/sandbox/types.py,sha256=mi2fbD5vvPzgyDbmN1YA-LkFS6Iaq0dLtI4OxQDb16s,12817
316
+ blaxel/core/sandbox/__init__.py,sha256=Yyr359IgAMS9Srd9nsBg5NELSqg-h7sTCboY93zVj2M,1645
317
+ blaxel/core/sandbox/types.py,sha256=i15GcinVkmDTeo2CdOWDqyKZWDUynZiT-s-ACJyBt-0,18470
317
318
  blaxel/core/sandbox/client/__init__.py,sha256=N26bD5o1jsTb48oExow6Rgivd8ylaU9jaWZfZsVilP8,128
318
319
  blaxel/core/sandbox/client/client.py,sha256=EGCYliUHCk4RyIBlydEZyVpc_VUiIIGPuu2E-xYeKFY,7074
319
320
  blaxel/core/sandbox/client/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
@@ -353,11 +354,14 @@ blaxel/core/sandbox/client/api/process/get_process_identifier.py,sha256=HqE_onXQ
353
354
  blaxel/core/sandbox/client/api/process/get_process_identifier_logs.py,sha256=UbM4Z93d_0nNia3Cad5SDIFsOs_LeIfp1pTO5APoYdU,4279
354
355
  blaxel/core/sandbox/client/api/process/get_process_identifier_logs_stream.py,sha256=sTphYTzIOt97qVfpNYXebE4nH75eL5gmuMKhIIXUXdM,4731
355
356
  blaxel/core/sandbox/client/api/process/post_process.py,sha256=Ovz-EO2MCRnbyQB9T8gGcBwQVPGJqPpnQdUJhFfw_40,5109
356
- blaxel/core/sandbox/client/models/__init__.py,sha256=c1EtAzECYoTsSzO9ayo7wlzVblDL48EOrmumUZM8o5E,3338
357
+ blaxel/core/sandbox/client/api/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
358
+ blaxel/core/sandbox/client/api/system/get_health.py,sha256=8Ewy9eMj7FwzTg6P_mfDjESiyhBeOaKLy0McL3geT5k,3745
359
+ blaxel/core/sandbox/client/api/system/post_upgrade.py,sha256=3nd83ZkgUAPYUG7A4CgCvvE1pprkIH8QpON4u8Ak1nA,6083
360
+ blaxel/core/sandbox/client/models/__init__.py,sha256=frPRiVL72HzpOGrWX7Ls08T6HZumS-ifQRWjmn1ft7c,3615
357
361
  blaxel/core/sandbox/client/models/apply_edit_request.py,sha256=P0kLU_cIb7u_aFLmYEEB_1vIyAPIlHDMxUlbvLng9mo,1993
358
362
  blaxel/core/sandbox/client/models/apply_edit_response.py,sha256=DiAQH8aFZWQKDg7qWZeeatRLRHj47nMVSgLLLzIh8rA,3380
359
- blaxel/core/sandbox/client/models/content_search_match.py,sha256=HHFw1DAdin-kzXRm46CCouiltWFjli3PzZRgGqZhXF0,2694
360
- blaxel/core/sandbox/client/models/content_search_response.py,sha256=sk7gm0uJ0giIVuD1gqiXcJ04VEJftwwHpYCHPy2wZUQ,2925
363
+ blaxel/core/sandbox/client/models/content_search_match.py,sha256=ATU32uS1byNXpVOw9drmrGwTtzx-NYLqZwFuhXXf3CE,2403
364
+ blaxel/core/sandbox/client/models/content_search_response.py,sha256=kVyyTfQTtJc5Wqr-PyyoiLJveUYZdojtU8t3p8KwfDs,2529
361
365
  blaxel/core/sandbox/client/models/delete_network_process_pid_monitor_response_200.py,sha256=oXOyq9s0nnpwTVdbtJHRFlVaYtCXJaEo2wc0UMN925k,1383
362
366
  blaxel/core/sandbox/client/models/directory.py,sha256=WMcTfTqMr9CIZbNGvexGVMWTxM4J1XPV9lz561pHyoU,3193
363
367
  blaxel/core/sandbox/client/models/error_response.py,sha256=pJmGFqiuB5tw_IPpUIIYg2i3vxz9IcbTUBxzE2qgAxI,1500
@@ -367,11 +371,12 @@ blaxel/core/sandbox/client/models/file_with_content.py,sha256=9Ssq6oHjsxixVkEEAX
367
371
  blaxel/core/sandbox/client/models/filesystem_multipart_upload.py,sha256=1PEZV_nTegmNKhXhKYJVzF5uUOeRvXbbpzKPf8alYVo,3611
368
372
  blaxel/core/sandbox/client/models/filesystem_multipart_upload_parts.py,sha256=6y35lOTtmR9TEugn5c0iJN52i7C7jwtu96uPn02nwTs,1997
369
373
  blaxel/core/sandbox/client/models/filesystem_uploaded_part.py,sha256=iCFg8xAtGTHvNypTqrLtNaOmg0HrpHt1kEyvC5ucM_Q,2542
370
- blaxel/core/sandbox/client/models/find_match.py,sha256=5P3PLryH1EfJjfnAFtqqApK29zxIPKiMNBtfSZAHANQ,1841
371
- blaxel/core/sandbox/client/models/find_response.py,sha256=X-Y9IBU8XdacaEd-f6Xv7btg3QoS5-plp_MddjrbVzs,2555
372
- blaxel/core/sandbox/client/models/fuzzy_search_match.py,sha256=TkvFZ4VmwsmwTGYs694bMh82tPGohV8QLQCR04GgbMc,2129
373
- blaxel/core/sandbox/client/models/fuzzy_search_response.py,sha256=1SPWwHAXlWsP64PPzVyKgs0tVuRRSjiyaJ-XlLKDiSs,2644
374
+ blaxel/core/sandbox/client/models/find_match.py,sha256=zZNWsKRMtfkH7GBUQ-oHz1hltWFzglGqiwY0zMSBR2M,1691
375
+ blaxel/core/sandbox/client/models/find_response.py,sha256=RaClnOa2FeHGpQ9oLiGOg6_7v__7CxmlMrd_U5EPa5E,2241
376
+ blaxel/core/sandbox/client/models/fuzzy_search_match.py,sha256=LHNpqX0LM6FjwRdUV8ATuTa5uXeeBB6KfAXNbP-b5LE,1897
377
+ blaxel/core/sandbox/client/models/fuzzy_search_response.py,sha256=zs1vndAnIpT5Fl6QHInrskPqRKbQlHMzsAQwA1_d-gM,2330
374
378
  blaxel/core/sandbox/client/models/get_network_process_pid_ports_response_200.py,sha256=CmR1wUqkzEt7q1Jqcl7POJCjnNI1hK3Fa7Ynp_Ugf_8,1358
379
+ blaxel/core/sandbox/client/models/health_response.py,sha256=3RCc2PyWlPz1Dk3YOYIejpRQqsRsYOEsbB8-2zj9QT8,4473
375
380
  blaxel/core/sandbox/client/models/multipart_complete_request.py,sha256=KdNqwPM3WedflJK_oAQq-TBOMvSEZvr-NcAx12A9HfE,2372
376
381
  blaxel/core/sandbox/client/models/multipart_initiate_request.py,sha256=qHU5vnTVF_xLBtcL-a8U-J7MLXHfQFjrbWlGKMPLVBY,1703
377
382
  blaxel/core/sandbox/client/models/multipart_initiate_response.py,sha256=5ajXLEK4GwlGV-4u6pqzyiKtqBogPSxUU8WSFOYNkjs,1990
@@ -386,6 +391,7 @@ blaxel/core/sandbox/client/models/process_request.py,sha256=RU27i7miyNK_XyZY5yqB
386
391
  blaxel/core/sandbox/client/models/process_request_env.py,sha256=DlMIS0meaIpzun-RVF54WfczmPFB6TqcclCkY_Gx5Yk,1301
387
392
  blaxel/core/sandbox/client/models/process_response.py,sha256=NVuOVrWNyzLawsCNLqpVuaUpqwE6dUVN1eQcKdjYIBg,4971
388
393
  blaxel/core/sandbox/client/models/process_response_status.py,sha256=fNgrGqQBy7QQPEoREcFbvaJ3vl0Ee010m2LvDjTg6Q8,553
394
+ blaxel/core/sandbox/client/models/process_upgrade_state.py,sha256=Yb1YOolGh6budE4j3het9pw_f14Tc2WcnL3G_mqYtRI,521
389
395
  blaxel/core/sandbox/client/models/put_filesystem_multipart_upload_id_part_body.py,sha256=FZhnp_m0GINOVwMcHfm45OznqSTTKItREqwITxZhUzQ,2091
390
396
  blaxel/core/sandbox/client/models/ranked_file.py,sha256=TbtHlzHTO7g3T5jx3xolWMwrU2fSS1raF9lfCVUjoYI,2033
391
397
  blaxel/core/sandbox/client/models/reranking_response.py,sha256=y4YvhLjC_-AiSxaqYm9CRFfUZr8-kc16MS8au6ed3Oc,2849
@@ -393,31 +399,35 @@ blaxel/core/sandbox/client/models/subdirectory.py,sha256=TXiKi0afXLcrt7Iz1-r5r2D
393
399
  blaxel/core/sandbox/client/models/success_response.py,sha256=8amUJjrsfFE0bxVn1tfgTQtRiU7F326LPe4EC2yEwvM,1832
394
400
  blaxel/core/sandbox/client/models/tree_request.py,sha256=Z40I3J0uxl5AEBfjmWKVWc3srqz3atXetTbvRSLVq4A,2264
395
401
  blaxel/core/sandbox/client/models/tree_request_files.py,sha256=zHZlOb17UaI5JRI-nqfU_eb3he2McpXvKO03hEOwmRM,1337
396
- blaxel/core/sandbox/default/__init__.py,sha256=NrnMQ-6kzOe-lyxqEpEuMI2yB7PBYvXfJllapoWGWBY,368
402
+ blaxel/core/sandbox/client/models/upgrade_request.py,sha256=erfd74WOqRdrYTxWZcvhRbLn5w5G6tNTzzDC38YXmc4,2097
403
+ blaxel/core/sandbox/client/models/upgrade_status.py,sha256=lSHDd0DHYoKRJU0MtzpVo5zmbl7e0lkB-2r9Dg4eX6I,3964
404
+ blaxel/core/sandbox/default/__init__.py,sha256=ARcR8Y6V9mo1QSKPT8TX8T4Zx6LvEvWHKvxzarjhP4M,423
397
405
  blaxel/core/sandbox/default/action.py,sha256=KUR-VzjlQAvUfhUP7tQTkkLCrCSKwtzXLYAFiz6XwwA,2715
398
406
  blaxel/core/sandbox/default/codegen.py,sha256=nWiq7APiUkPnzQeS67uobWwH0KxECcSTda-hjYnjbcg,3195
399
- blaxel/core/sandbox/default/filesystem.py,sha256=Gn1G3DpMmDXplUEpXVENXkjUDAEkWAKyj6gUk0sIdx0,21686
407
+ blaxel/core/sandbox/default/filesystem.py,sha256=_6s88vSrHYpNFEKZANDPd6BoD675ASPi1do_J9kjiLY,22085
400
408
  blaxel/core/sandbox/default/interpreter.py,sha256=tqnG1dzGV1hky3GDH5Hdq9KPf8AkEgpupsjK5jGeAr0,11565
401
409
  blaxel/core/sandbox/default/network.py,sha256=3ZvrJB_9JdZrclNkwifZOIciz2OqzV0LQfbebjZXLIY,358
402
- blaxel/core/sandbox/default/preview.py,sha256=F8MA5Irvmh9CcHhm_zgVDsovNNSB6oHtfUoHSZJ97dw,6215
403
- blaxel/core/sandbox/default/process.py,sha256=7nI1wJXeZWoveBesC13wur-ghIjP5POZ38G8wqCdJTw,16983
404
- blaxel/core/sandbox/default/sandbox.py,sha256=8bwvSN1BQGHqwbdjFMnznyzpbD4WT9oFKQeR2JMTO6M,15071
410
+ blaxel/core/sandbox/default/preview.py,sha256=--rHt15hWVKB-lhhGqAprfLFIOyj6uMEsBiQbqdHLLw,7948
411
+ blaxel/core/sandbox/default/process.py,sha256=vaOCKBOOeaDd5Vgfj666qxbNE6-7lkPmNQ5EKnyhNV8,18384
412
+ blaxel/core/sandbox/default/sandbox.py,sha256=QuEnfmMyBXJDf3H_EW2XsIsNfp2RrGyI3Cu5e-Bp9b8,18268
405
413
  blaxel/core/sandbox/default/session.py,sha256=XzVpPOH_az6T38Opp4Hmj3RIg7QCzA1l5wh1YDh7czc,5313
406
- blaxel/core/sandbox/sync/__init__.py,sha256=iqTRxQYbJyHTXoA4MHaigeXFxi9wtJ3o9XygZuFe3bM,372
414
+ blaxel/core/sandbox/default/system.py,sha256=qcJqXCyddTJwY4AV2Oo8KphtXhVVOL_b8i2pc328T90,2728
415
+ blaxel/core/sandbox/sync/__init__.py,sha256=PoYuNS4W-AuIUca0dzs8Z1afkr_1tS1Rob0F0BPNY9A,435
407
416
  blaxel/core/sandbox/sync/action.py,sha256=9t8nCS9KX6SBflJmzK8dsen_bDim3zElBTebY6N6JQc,2136
408
417
  blaxel/core/sandbox/sync/codegen.py,sha256=lz_0oh2-WzE-cK2cCAhIiifq0k_8Gl6_Wim6cRzu7IM,2266
409
- blaxel/core/sandbox/sync/filesystem.py,sha256=FoxM9EJ5sXGysf-x22tbt9yrcbbpaunTD3p1PVWC_Os,14018
418
+ blaxel/core/sandbox/sync/filesystem.py,sha256=rFqD5XLpM0kksKO-f6HM_SbtAh8hGfgvLjmSF_4y_FU,14468
410
419
  blaxel/core/sandbox/sync/interpreter.py,sha256=5cAzwnt5BgnByGimagMBotjGW2vMAz4vutBBrrFV9-A,11062
411
420
  blaxel/core/sandbox/sync/network.py,sha256=QkCFKfFayvwL1J4JYwOuXPGlYQuX4J9Jj55Kf_kD-ig,283
412
- blaxel/core/sandbox/sync/preview.py,sha256=w3bC8iA3QecHiLkRvITmQ6LTT9Co_93G24QpZFgEQSE,6379
413
- blaxel/core/sandbox/sync/process.py,sha256=GwDHjOiZpdQyXThOwDEMyZ4C9OBWfBH4JB31AkWRonc,14938
414
- blaxel/core/sandbox/sync/sandbox.py,sha256=oWqUcUVeRxHjqJ0WVGjctYfkRNnEnOBLfoKIZvVag2o,12534
421
+ blaxel/core/sandbox/sync/preview.py,sha256=ZZwL57up-uNvya6vi-hevgqOLb-OHlVMMuu-AooOrlw,8067
422
+ blaxel/core/sandbox/sync/process.py,sha256=0sDCTBp7lANzBkzB560pJnRvRz4yopnsLYj_gFPczKU,15606
423
+ blaxel/core/sandbox/sync/sandbox.py,sha256=pbACjLaWy69imTZ2wtPA6eQeGFt5JpVuT4Fi4GPBbdU,15476
415
424
  blaxel/core/sandbox/sync/session.py,sha256=e0CVbW2LBRYTwm4RL52S0UdNvhNfuFLo6AYE5hk9DH0,4931
425
+ blaxel/core/sandbox/sync/system.py,sha256=VDmO32qFVkURNZySvncYT2KBqu5Rj8cxT6qT2nMn0-k,2713
416
426
  blaxel/core/tools/__init__.py,sha256=OK2TFqeXAIi6CC7xtL8fFl-4DvCB7jjihkhx6RTld_c,13147
417
427
  blaxel/core/tools/common.py,sha256=dAjDRaI2psAoHPqKeUzyqab3N6blgkD-HO0gPMpIzCE,1878
418
428
  blaxel/core/tools/types.py,sha256=EXa-10iOOXvd8zB2IsTS0gWrgoC2hqbIv6iK5m6E5t8,693
419
429
  blaxel/core/volume/__init__.py,sha256=jZgddogAPJGQnD2OoTcDb9zLqxeT6yYpfC-i1yKUVUM,253
420
- blaxel/core/volume/volume.py,sha256=ZYmAZESPCED3G4Y2avfS0H8VOIE4c90E9_WX2q_xtxI,14539
430
+ blaxel/core/volume/volume.py,sha256=exCPH3llsjQDRH9MWsGwp-JXqJfumZAFD8APhmsY6oI,22653
421
431
  blaxel/crewai/__init__.py,sha256=HdAZxRDgC2zW-O5xYzb_Xuysb66_fMykNJVPxlTmFnY,123
422
432
  blaxel/crewai/model.py,sha256=iR-40o8pGBFrktYNKcTaMdqbF_F1SFVavNOhhi2fW3w,1957
423
433
  blaxel/crewai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -427,25 +437,25 @@ blaxel/googleadk/model.py,sha256=iW2VqUnTZjGo4d9keiHVQbzs5B5KngvYYruskYfMTWk,375
427
437
  blaxel/googleadk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
428
438
  blaxel/googleadk/tools.py,sha256=S9yDK5EPR_FrXhPwgd3CBR2FjoHOuKbYzax4X2v_LBo,2238
429
439
  blaxel/langgraph/__init__.py,sha256=lw9d7bl5TsYbemToCtus5P6XnhzR4SAcBWM-1Pffc_U,126
430
- blaxel/langgraph/model.py,sha256=g1-ZKmCetTyrgmk3CXLazlc4npuq0zncugaFfMB67bg,7882
440
+ blaxel/langgraph/model.py,sha256=XxzD9GAglsAZCRb2zN23ApjHxJDeItGetqnGcwPDi-A,8114
431
441
  blaxel/langgraph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
432
- blaxel/langgraph/tools.py,sha256=-tAmAazMWKro8LWvcZMu2h9oCqxfXqmKNNzNjtvLa4o,2719
442
+ blaxel/langgraph/tools.py,sha256=sutGgsbU5ptpHrf_fjYJi1LgYe0QuW6WpfpdBlRbP_U,2841
433
443
  blaxel/langgraph/custom/gemini.py,sha256=ui_nnfA5eqz-_F_bI3Nc8RkL4644Tx_NlnVM5aTGyxM,54572
434
444
  blaxel/livekit/__init__.py,sha256=byUwOJ6MHeSXOYXmaVoHnC3ZUmpkqJ55u5mQglXX-SQ,124
435
445
  blaxel/livekit/model.py,sha256=Qhl3EVa4Uum1IsT3nyMxJwXrZn2eDvCyj6V8RHOaJsQ,1687
436
446
  blaxel/livekit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
437
447
  blaxel/livekit/tools.py,sha256=QipxGDnKqma_ktzTUpKgzdp5x4bvpQnxEVoqSTBesu8,1053
438
448
  blaxel/llamaindex/__init__.py,sha256=iZ3QbZhlwKvP91ChcqSXVkpRrzurMxJoQfKdZFzE2AA,127
439
- blaxel/llamaindex/model.py,sha256=oQnhSVcZLvHyG7dHq-nQkPV2w7yqB73T9JKmycf1f2s,6784
449
+ blaxel/llamaindex/model.py,sha256=_wsCiGScqXeMHbxlRDtl6ucwQsrGGM4AGHNFBdIWu1o,7003
440
450
  blaxel/llamaindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
441
- blaxel/llamaindex/tools.py,sha256=q_pVLuIhYLLzx_SG4ZSRVG_hXs-YBZqA-fA-iheZT14,907
451
+ blaxel/llamaindex/tools.py,sha256=5wnPX45sgLduk9fPkhQ0rHRGK3Ekrye0MJNtMdw3GII,1024
442
452
  blaxel/llamaindex/custom/cohere.py,sha256=8Kfo5BjrND6EFDZXosHNrgrg98ktvxhYG48ztaWptps,18707
443
453
  blaxel/openai/__init__.py,sha256=YkizVtcYL2m9v-z5B1EReYVu9n9V-DCxJhSB2mvqOs0,123
444
454
  blaxel/openai/model.py,sha256=OalejbWJHlHhx_LUClP3FRwhiNyeyqME9RzEE41s8zs,1244
445
455
  blaxel/openai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
446
456
  blaxel/openai/tools.py,sha256=NFiqs1S8Uz2PGtPzAAYjNz2RGCTu3zANndmRE8IsCXo,1936
447
457
  blaxel/pydantic/__init__.py,sha256=-UDZ5VSrlgfqErJuiuphcAFwesijzXxYLeyC7yHEDrE,128
448
- blaxel/pydantic/model.py,sha256=LQui3m7SjpOunlvm7EjxQOfDof8gfUUnig_EkztEsj0,6039
458
+ blaxel/pydantic/model.py,sha256=fa26oGzgT6ZxWK-cXG_c5urkMVxjE1patco2N4K4S04,6581
449
459
  blaxel/pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
450
460
  blaxel/pydantic/tools.py,sha256=5ua0Cr98-Hgkyhc92Tc6hzJrDRiNGSbAphmZQtgA5j0,1956
451
461
  blaxel/pydantic/custom/gemini.py,sha256=DddpfkP75hPPHokXWCpdk6NZiqObK5KJFxL3TXRN8Kg,1051
@@ -462,7 +472,7 @@ blaxel/telemetry/instrumentation/map.py,sha256=PCzZJj39yiYVYJrxLBNP-NW-tjjYyTijw
462
472
  blaxel/telemetry/instrumentation/utils.py,sha256=FGyMY5ZE4f-0JdZpm_R_BCoKLJ18hftz8vsh7ftDwMk,1889
463
473
  blaxel/telemetry/log/log.py,sha256=vtzUIFIIj4MTTKUigILDYXN8NHHPOo44OaKukpyIjQg,2407
464
474
  blaxel/telemetry/log/logger.py,sha256=IcFWCd1yyWWGAjAd2i0pDYqpZHQ61pmcaQ7Kf4bC8lg,4150
465
- blaxel-0.2.35.dist-info/METADATA,sha256=hcpkK6_USn3zbOtPpoSdQYiq88ktuYxtRVrb1H51w20,10088
466
- blaxel-0.2.35.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
467
- blaxel-0.2.35.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
468
- blaxel-0.2.35.dist-info/RECORD,,
475
+ blaxel-0.2.37.dist-info/METADATA,sha256=Donv60dGoQx0kX2i5GoNSEtgifJIPLgVkhKAe5WZybY,18684
476
+ blaxel-0.2.37.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
477
+ blaxel-0.2.37.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
478
+ blaxel-0.2.37.dist-info/RECORD,,
@@ -1,228 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: blaxel
3
- Version: 0.2.35
4
- Summary: Blaxel - AI development platform SDK
5
- Project-URL: Homepage, https://blaxel.ai
6
- Project-URL: Documentation, https://docs.blaxel.ai
7
- Project-URL: Repository, https://github.com/blaxel-ai/sdk-python
8
- Project-URL: Changelog, https://docs.blaxel.ai/changelog
9
- Author-email: cploujoux <cploujoux@blaxel.ai>
10
- License-File: LICENSE
11
- Requires-Python: <3.14,>=3.10
12
- Requires-Dist: attrs>=21.3.0
13
- Requires-Dist: httpx>=0.27.0
14
- Requires-Dist: mcp>=1.9.4
15
- Requires-Dist: pydantic>=2.0.0
16
- Requires-Dist: pyjwt>=2.0.0
17
- Requires-Dist: python-dateutil>=2.8.0
18
- Requires-Dist: pyyaml>=6.0.0
19
- Requires-Dist: requests>=2.32.3
20
- Requires-Dist: tomli>=2.2.1
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
- Provides-Extra: core
62
- Provides-Extra: crewai
63
- Requires-Dist: crewai==0.159.0; extra == 'crewai'
64
- Requires-Dist: litellm==1.74.9; extra == 'crewai'
65
- Requires-Dist: openai==1.99.9; extra == 'crewai'
66
- Requires-Dist: opentelemetry-instrumentation-crewai==0.41.0; extra == 'crewai'
67
- Provides-Extra: dev
68
- Requires-Dist: pyright; extra == 'dev'
69
- Requires-Dist: pytest; extra == 'dev'
70
- Requires-Dist: ruff; extra == 'dev'
71
- Requires-Dist: uv; extra == 'dev'
72
- Provides-Extra: googleadk
73
- Requires-Dist: google-adk>=1.4.0; extra == 'googleadk'
74
- Requires-Dist: litellm>=1.63.11; extra == 'googleadk'
75
- Provides-Extra: langgraph
76
- Requires-Dist: langchain-anthropic>=0.3.10; extra == 'langgraph'
77
- Requires-Dist: langchain-cerebras<0.6.0,>=0.5.0; extra == 'langgraph'
78
- Requires-Dist: langchain-cohere>=0.4.3; extra == 'langgraph'
79
- Requires-Dist: langchain-community<0.4.0,>=0.3.3; extra == 'langgraph'
80
- Requires-Dist: langchain-core<0.4.0,>=0.3.13; extra == 'langgraph'
81
- Requires-Dist: langchain-deepseek-official>=0.1.0.post1; extra == 'langgraph'
82
- Requires-Dist: langchain-openai>=0.3.10; extra == 'langgraph'
83
- Requires-Dist: langchain-xai>=0.2.2; extra == 'langgraph'
84
- Requires-Dist: langgraph<0.3.0,>=0.2.40; extra == 'langgraph'
85
- Requires-Dist: opentelemetry-instrumentation-langchain>=0.35.0; extra == 'langgraph'
86
- Requires-Dist: pillow>=10.0.0; extra == 'langgraph'
87
- Provides-Extra: livekit
88
- Requires-Dist: livekit-agents[anthropic,cartesia,deepgram,elevenlabs,groq,openai,silero,turn-detector]~=1.0; extra == 'livekit'
89
- Requires-Dist: livekit-plugins-noise-cancellation~=0.2; extra == 'livekit'
90
- Provides-Extra: llamaindex
91
- Requires-Dist: llama-index-llms-anthropic>=0.6.14; extra == 'llamaindex'
92
- Requires-Dist: llama-index-llms-cerebras>=0.2.2; extra == 'llamaindex'
93
- Requires-Dist: llama-index-llms-cohere>=0.4.1; extra == 'llamaindex'
94
- Requires-Dist: llama-index-llms-deepseek>=0.1.1; extra == 'llamaindex'
95
- Requires-Dist: llama-index-llms-google-genai>=0.1.13; extra == 'llamaindex'
96
- Requires-Dist: llama-index-llms-groq>=0.3.1; extra == 'llamaindex'
97
- Requires-Dist: llama-index-llms-mistralai>=0.4.0; extra == 'llamaindex'
98
- Requires-Dist: llama-index-llms-openai>=0.3.42; extra == 'llamaindex'
99
- Requires-Dist: llama-index>=0.12.46; extra == 'llamaindex'
100
- Requires-Dist: opentelemetry-instrumentation-llamaindex>=0.40.7; extra == 'llamaindex'
101
- Provides-Extra: openai
102
- Requires-Dist: openai-agents>=0.0.19; extra == 'openai'
103
- Provides-Extra: pydantic
104
- Requires-Dist: pydantic-ai>=0.0.48; extra == 'pydantic'
105
- Provides-Extra: telemetry
106
- Requires-Dist: opentelemetry-exporter-otlp>=1.28.0; extra == 'telemetry'
107
- Requires-Dist: opentelemetry-instrumentation-anthropic==0.41.0; extra == 'telemetry'
108
- Requires-Dist: opentelemetry-instrumentation-cohere==0.41.0; extra == 'telemetry'
109
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.56b0; extra == 'telemetry'
110
- Requires-Dist: opentelemetry-instrumentation-google-generativeai==0.41.0; extra == 'telemetry'
111
- Requires-Dist: opentelemetry-instrumentation-ollama==0.41.0; extra == 'telemetry'
112
- Requires-Dist: opentelemetry-instrumentation-openai==0.41.0; extra == 'telemetry'
113
- Description-Content-Type: text/markdown
114
-
115
- <p align="center">
116
- <img src="https://blaxel.ai/logo.png" alt="Blaxel" width=500/>
117
- </p>
118
-
119
- # Python SDK
120
-
121
- **Blaxel is a computing platform for AI agent builders, with all the services and infrastructure to build and deploy agents efficiently.** This repository contains the Python SDK to create and manage resources on Blaxel.
122
-
123
- ## Table of Contents
124
-
125
- - [Installation](#installation)
126
- - [Authentication](#authentication)
127
- - [Features](#features)
128
- - [Quickstart](#quickstart)
129
- - [Contributing](#contributing)
130
- - [License](#license)
131
-
132
-
133
-
134
- ## Installation
135
-
136
- Install Blaxel SDK which lets you manage Blaxel resources.
137
-
138
- ```bash
139
- # Base package (core functionality)
140
- pip install blaxel
141
-
142
- # With specific modules
143
- pip install "blaxel[telemetry]"
144
- pip install "blaxel[core,telemetry,crewai]"
145
-
146
- # Everything
147
- pip install "blaxel[all]"
148
- ```
149
-
150
- ### Available modules
151
-
152
- - `blaxel.core` - Core functionality (always available)
153
- - `blaxel.telemetry` - Telemetry and monitoring
154
- - `blaxel.crewai` - CrewAI integration
155
- - `blaxel.openai` - OpenAI integration
156
- - `blaxel.langgraph` - LangGraph integration
157
- - `blaxel.livekit` - LiveKit integration
158
- - `blaxel.llamaindex` - LlamaIndex integration
159
- - `blaxel.pydantic` - Pydantic AI integration
160
- - `blaxel.googleadk` - Google ADK integration
161
-
162
-
163
-
164
- ### Authentication
165
-
166
- The Blaxel SDK authenticates with your workspace using credentials from these sources, in priority order:
167
- 1. When running on Blaxel, authentication is handled automatically
168
- 2. Variables in your .env file (`BL_WORKSPACE` and `BL_API_KEY`, or see [this page](https://docs.blaxel.ai/Agents/Variables-and-secrets) for other authentication options).
169
- 3. Environment variables from your machine
170
- 4. Configuration file created locally when you log in through Blaxel CLI (or deploy on Blaxel)
171
-
172
- When developing locally, the recommended method is to just log in to your workspace with Blaxel CLI. This allows you to run Blaxel SDK functions that will automatically connect to your workspace without additional setup. When you deploy on Blaxel, this connection persists automatically.
173
-
174
- When running Blaxel SDK from a remote server that is not Blaxel-hosted, we recommend using environment variables as described in the third option above.
175
-
176
-
177
-
178
- ## Features
179
- - Agents & MCP servers
180
- - [Create MCP servers](https://docs.blaxel.ai/Functions/Create-MCP-server)
181
- - [Connect to MCP servers and model APIs hosted on Blaxel](https://docs.blaxel.ai/Agents/Develop-an-agent-ts)
182
- - [Call agents from another agent](https://docs.blaxel.ai/Agents/Develop-an-agent-ts#connect-to-another-agent-multi-agent-chaining)
183
- - [Deploy on Blaxel](https://docs.blaxel.ai/Agents/Deploy-an-agent)
184
- - Sandboxes
185
- - [Create and update sandboxes and sandbox previews](https://docs.blaxel.ai/Sandboxes/Overview)
186
- - [Run filesystem operations and processes on a sandbox](https://docs.blaxel.ai/Sandboxes/Processes)
187
- - [Use environment variables or secrets](https://docs.blaxel.ai/Agents/Variables-and-secrets)
188
-
189
-
190
-
191
- ## Quickstart
192
-
193
- Blaxel CLI gives you a quick way to create new applications: agents, MCP servers, jobs, etc - and deploy them to Blaxel.
194
-
195
- **Prerequisites**:
196
- - **Node.js:** v18 or later.
197
- - **Blaxel CLI:** Make sure you have Blaxel CLI installed. If not, [install it](https://docs.blaxel.ai/cli-reference/introduction):
198
- ```bash
199
- curl -fsSL \
200
- https://raw.githubusercontent.com/blaxel-ai/toolkit/main/install.sh \
201
- | BINDIR=/usr/local/bin sudo -E sh
202
- ```
203
- - **Blaxel login:** Login to Blaxel:
204
- ```bash
205
- bl login YOUR-WORKSPACE
206
- ```
207
-
208
- ```bash
209
- bl create-agent-app myfolder
210
- cd myfolder
211
- bl deploy
212
- ```
213
-
214
- Also available:
215
- - `bl create-mcp-server`
216
- - `bl create-job`
217
-
218
-
219
-
220
- ## Contributing
221
-
222
- Contributions are welcome! Please feel free to submit a Pull Request.
223
-
224
-
225
-
226
- ## License
227
-
228
- This project is licensed under the MIT License - see the LICENSE file for details.