blaxel 0.2.36__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 (40) hide show
  1. blaxel/__init__.py +2 -2
  2. blaxel/core/client/models/create_job_execution_request_env.py +3 -3
  3. blaxel/core/client/models/preview.py +48 -1
  4. blaxel/core/client/models/sandbox.py +10 -0
  5. blaxel/core/jobs/__init__.py +2 -2
  6. blaxel/core/sandbox/__init__.py +12 -0
  7. blaxel/core/sandbox/client/api/system/__init__.py +0 -0
  8. blaxel/core/sandbox/client/api/system/get_health.py +134 -0
  9. blaxel/core/sandbox/client/api/system/post_upgrade.py +196 -0
  10. blaxel/core/sandbox/client/models/__init__.py +8 -0
  11. blaxel/core/sandbox/client/models/content_search_match.py +24 -25
  12. blaxel/core/sandbox/client/models/content_search_response.py +25 -29
  13. blaxel/core/sandbox/client/models/find_match.py +13 -14
  14. blaxel/core/sandbox/client/models/find_response.py +21 -24
  15. blaxel/core/sandbox/client/models/fuzzy_search_match.py +17 -19
  16. blaxel/core/sandbox/client/models/fuzzy_search_response.py +21 -24
  17. blaxel/core/sandbox/client/models/health_response.py +159 -0
  18. blaxel/core/sandbox/client/models/process_upgrade_state.py +20 -0
  19. blaxel/core/sandbox/client/models/upgrade_request.py +71 -0
  20. blaxel/core/sandbox/client/models/upgrade_status.py +125 -0
  21. blaxel/core/sandbox/default/__init__.py +2 -0
  22. blaxel/core/sandbox/default/filesystem.py +20 -6
  23. blaxel/core/sandbox/default/preview.py +48 -1
  24. blaxel/core/sandbox/default/process.py +66 -21
  25. blaxel/core/sandbox/default/sandbox.py +36 -5
  26. blaxel/core/sandbox/default/system.py +71 -0
  27. blaxel/core/sandbox/sync/__init__.py +2 -0
  28. blaxel/core/sandbox/sync/filesystem.py +19 -2
  29. blaxel/core/sandbox/sync/preview.py +50 -3
  30. blaxel/core/sandbox/sync/process.py +38 -15
  31. blaxel/core/sandbox/sync/sandbox.py +29 -4
  32. blaxel/core/sandbox/sync/system.py +71 -0
  33. blaxel/core/sandbox/types.py +212 -5
  34. blaxel/core/volume/volume.py +6 -0
  35. blaxel/langgraph/tools.py +0 -1
  36. blaxel-0.2.37.dist-info/METADATA +569 -0
  37. {blaxel-0.2.36.dist-info → blaxel-0.2.37.dist-info}/RECORD +39 -30
  38. blaxel-0.2.36.dist-info/METADATA +0 -228
  39. {blaxel-0.2.36.dist-info → blaxel-0.2.37.dist-info}/WHEEL +0 -0
  40. {blaxel-0.2.36.dist-info → blaxel-0.2.37.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- blaxel/__init__.py,sha256=RrLMKNMHUF8K_4eL9jNAI3P8MgsXTOcKJQtIocbhCWI,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
@@ -157,7 +157,7 @@ blaxel/core/client/models/create_api_key_for_service_account_body.py,sha256=fS13
157
157
  blaxel/core/client/models/create_job_execution_output.py,sha256=ug0rq_xDwQWFpWXbAcJdmN5Va5g1d8K-g1ozftNzyEs,4477
158
158
  blaxel/core/client/models/create_job_execution_output_tasks_item.py,sha256=7CtkR5oJGPHEgmIq9yRfqs8vXaK7NJYQ7h7O-9XHTfM,1340
159
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=uC0S_1c1RHJItdzf9Q9vsKLmEwaC52e2-elbyxdqAAE,1473
160
+ blaxel/core/client/models/create_job_execution_request_env.py,sha256=PQ4cD-i-jffjzoAyoYF9EPykHiTKqnndCW444InCaBs,1473
161
161
  blaxel/core/client/models/create_job_execution_request_tasks_item.py,sha256=hvNZSbR2O0MLDKata_fTnCkNX9H1mwUE97W_SQzhroA,1345
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
@@ -252,7 +252,7 @@ blaxel/core/client/models/policy_spec.py,sha256=ZXz3q0AHQAIL-oRFPUaLmwI57UrBs5b5
252
252
  blaxel/core/client/models/policy_spec_type.py,sha256=aMtlk85f6JtcVFUYQG6xVYdE_c-RinY-HilHt4QNvKU,493
253
253
  blaxel/core/client/models/port.py,sha256=GziUHl61HmnLxnvquw4iX59_W_yzMsoZ-J0v316zPhc,2457
254
254
  blaxel/core/client/models/port_protocol.py,sha256=H9RzJ7-MIk1X5_pJtcJNR3iSFjwMbZGckIdV24zkMhI,481
255
- blaxel/core/client/models/preview.py,sha256=o_7v6ForMbzdhI0sc6yOcZXduYvuq2YOikXVu6nTiO0,2227
255
+ blaxel/core/client/models/preview.py,sha256=YiXCPbe5lNpLJE-FgrhD30EKNGHXFP6r2TTkhQZau7o,4161
256
256
  blaxel/core/client/models/preview_metadata.py,sha256=7AoqHpvWzJ6BKzoW5JuSCPniXhhAvNbHtmvsqEepJfs,4347
257
257
  blaxel/core/client/models/preview_spec.py,sha256=xYBVwUnKrMgE6zovl-CCXmubK6gbtpiMZpLz-OrcQ-I,6514
258
258
  blaxel/core/client/models/preview_spec_request_headers.py,sha256=q1VZsjScBQbrAWDRNf18mEUe23CgWECd2dKOZv_cZ1w,1420
@@ -267,7 +267,7 @@ blaxel/core/client/models/region.py,sha256=aP70O48HDlttkX-AAv4-6deY58TW340PtFv6P
267
267
  blaxel/core/client/models/repository.py,sha256=XW8mf-SA0jEimFPt1kZUQQiqX4ZiRODeQpYkTuc_MjQ,1876
268
268
  blaxel/core/client/models/revision_configuration.py,sha256=L6lpuTl1JgLFfRRd5CZDbkaw2ftrAmQTX2QVeThLVzA,3074
269
269
  blaxel/core/client/models/revision_metadata.py,sha256=iyf8dAkC0CsfFuWqkdXOaGA-8ETLNBtWZum-KoLYrkg,3851
270
- blaxel/core/client/models/sandbox.py,sha256=kHm5p3qWcaDvs22STIibBFegtFMOvYmCF-2xtXDw27Y,4938
270
+ blaxel/core/client/models/sandbox.py,sha256=eqE73Tw32DutoQHbHbVhO7EA4Nhm7-b_ao5lxHF_A00,5417
271
271
  blaxel/core/client/models/sandbox_definition.py,sha256=JtXy2qBxwOP-bB7fA2EFACJVc0DB0WOfneKO8r9Wat0,7647
272
272
  blaxel/core/client/models/sandbox_definition_categories_item.py,sha256=alkdxLveDRjnIXHNG4TIOQEygHYMudlkFyP2McyQY2E,1324
273
273
  blaxel/core/client/models/sandbox_error.py,sha256=dDdfkQhusLLpunHz7Vc_FBoOAPm33ng1j-9lauXxEbM,4843
@@ -308,13 +308,13 @@ blaxel/core/common/logger.py,sha256=Jt0MCJgYDPq36rl7UyKRDJH76a-AwYdfggNeNYJt6N0,
308
308
  blaxel/core/common/sentry.py,sha256=P_v1vWivlh-usXV1_JeJ603r1OHoWaR5jaYV2JJ6vDM,9759
309
309
  blaxel/core/common/settings.py,sha256=bpogiYsyNRSE8JDotqaAj-e5DHhx7_GbVBcs0SPsIHI,4759
310
310
  blaxel/core/common/webhook.py,sha256=N1f2bamP7wRyPyCfmAZKMdjeB3aQ6d6pcafHyVZKtPk,5330
311
- blaxel/core/jobs/__init__.py,sha256=O_6u10J7AvT2mngX0Xx212WbbNRtjhSv_jz-jqk-O-0,15699
311
+ blaxel/core/jobs/__init__.py,sha256=tgU3M7BZuinedpA98s2hsBVljt8JSMoc87-D38fRdxo,15699
312
312
  blaxel/core/mcp/__init__.py,sha256=5VjkiQFb1QWW5QKRgwPHARlxZJ9Xqaz0diJTpM8LLF0,142
313
313
  blaxel/core/mcp/client.py,sha256=EZ7l5w3bTXaD41nalHzM-byxfQK-JdcmQqxg3zGpVO4,5509
314
314
  blaxel/core/mcp/server.py,sha256=edAztWBlukERw9-dzS2Sk96TP8R3-CSofY1CZDu19ZA,5967
315
315
  blaxel/core/models/__init__.py,sha256=ydz1txqIVyOhehItut-AOnLMnGp7AtCD2zku9gkvAsE,1722
316
- blaxel/core/sandbox/__init__.py,sha256=agDbz1_2O4A3Vq9etYUGamniVP8fW6ZkorsVAqxl_q4,1389
317
- 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
318
318
  blaxel/core/sandbox/client/__init__.py,sha256=N26bD5o1jsTb48oExow6Rgivd8ylaU9jaWZfZsVilP8,128
319
319
  blaxel/core/sandbox/client/client.py,sha256=EGCYliUHCk4RyIBlydEZyVpc_VUiIIGPuu2E-xYeKFY,7074
320
320
  blaxel/core/sandbox/client/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
@@ -354,11 +354,14 @@ blaxel/core/sandbox/client/api/process/get_process_identifier.py,sha256=HqE_onXQ
354
354
  blaxel/core/sandbox/client/api/process/get_process_identifier_logs.py,sha256=UbM4Z93d_0nNia3Cad5SDIFsOs_LeIfp1pTO5APoYdU,4279
355
355
  blaxel/core/sandbox/client/api/process/get_process_identifier_logs_stream.py,sha256=sTphYTzIOt97qVfpNYXebE4nH75eL5gmuMKhIIXUXdM,4731
356
356
  blaxel/core/sandbox/client/api/process/post_process.py,sha256=Ovz-EO2MCRnbyQB9T8gGcBwQVPGJqPpnQdUJhFfw_40,5109
357
- 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
358
361
  blaxel/core/sandbox/client/models/apply_edit_request.py,sha256=P0kLU_cIb7u_aFLmYEEB_1vIyAPIlHDMxUlbvLng9mo,1993
359
362
  blaxel/core/sandbox/client/models/apply_edit_response.py,sha256=DiAQH8aFZWQKDg7qWZeeatRLRHj47nMVSgLLLzIh8rA,3380
360
- blaxel/core/sandbox/client/models/content_search_match.py,sha256=HHFw1DAdin-kzXRm46CCouiltWFjli3PzZRgGqZhXF0,2694
361
- 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
362
365
  blaxel/core/sandbox/client/models/delete_network_process_pid_monitor_response_200.py,sha256=oXOyq9s0nnpwTVdbtJHRFlVaYtCXJaEo2wc0UMN925k,1383
363
366
  blaxel/core/sandbox/client/models/directory.py,sha256=WMcTfTqMr9CIZbNGvexGVMWTxM4J1XPV9lz561pHyoU,3193
364
367
  blaxel/core/sandbox/client/models/error_response.py,sha256=pJmGFqiuB5tw_IPpUIIYg2i3vxz9IcbTUBxzE2qgAxI,1500
@@ -368,11 +371,12 @@ blaxel/core/sandbox/client/models/file_with_content.py,sha256=9Ssq6oHjsxixVkEEAX
368
371
  blaxel/core/sandbox/client/models/filesystem_multipart_upload.py,sha256=1PEZV_nTegmNKhXhKYJVzF5uUOeRvXbbpzKPf8alYVo,3611
369
372
  blaxel/core/sandbox/client/models/filesystem_multipart_upload_parts.py,sha256=6y35lOTtmR9TEugn5c0iJN52i7C7jwtu96uPn02nwTs,1997
370
373
  blaxel/core/sandbox/client/models/filesystem_uploaded_part.py,sha256=iCFg8xAtGTHvNypTqrLtNaOmg0HrpHt1kEyvC5ucM_Q,2542
371
- blaxel/core/sandbox/client/models/find_match.py,sha256=5P3PLryH1EfJjfnAFtqqApK29zxIPKiMNBtfSZAHANQ,1841
372
- blaxel/core/sandbox/client/models/find_response.py,sha256=X-Y9IBU8XdacaEd-f6Xv7btg3QoS5-plp_MddjrbVzs,2555
373
- blaxel/core/sandbox/client/models/fuzzy_search_match.py,sha256=TkvFZ4VmwsmwTGYs694bMh82tPGohV8QLQCR04GgbMc,2129
374
- 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
375
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
376
380
  blaxel/core/sandbox/client/models/multipart_complete_request.py,sha256=KdNqwPM3WedflJK_oAQq-TBOMvSEZvr-NcAx12A9HfE,2372
377
381
  blaxel/core/sandbox/client/models/multipart_initiate_request.py,sha256=qHU5vnTVF_xLBtcL-a8U-J7MLXHfQFjrbWlGKMPLVBY,1703
378
382
  blaxel/core/sandbox/client/models/multipart_initiate_response.py,sha256=5ajXLEK4GwlGV-4u6pqzyiKtqBogPSxUU8WSFOYNkjs,1990
@@ -387,6 +391,7 @@ blaxel/core/sandbox/client/models/process_request.py,sha256=RU27i7miyNK_XyZY5yqB
387
391
  blaxel/core/sandbox/client/models/process_request_env.py,sha256=DlMIS0meaIpzun-RVF54WfczmPFB6TqcclCkY_Gx5Yk,1301
388
392
  blaxel/core/sandbox/client/models/process_response.py,sha256=NVuOVrWNyzLawsCNLqpVuaUpqwE6dUVN1eQcKdjYIBg,4971
389
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
390
395
  blaxel/core/sandbox/client/models/put_filesystem_multipart_upload_id_part_body.py,sha256=FZhnp_m0GINOVwMcHfm45OznqSTTKItREqwITxZhUzQ,2091
391
396
  blaxel/core/sandbox/client/models/ranked_file.py,sha256=TbtHlzHTO7g3T5jx3xolWMwrU2fSS1raF9lfCVUjoYI,2033
392
397
  blaxel/core/sandbox/client/models/reranking_response.py,sha256=y4YvhLjC_-AiSxaqYm9CRFfUZr8-kc16MS8au6ed3Oc,2849
@@ -394,31 +399,35 @@ blaxel/core/sandbox/client/models/subdirectory.py,sha256=TXiKi0afXLcrt7Iz1-r5r2D
394
399
  blaxel/core/sandbox/client/models/success_response.py,sha256=8amUJjrsfFE0bxVn1tfgTQtRiU7F326LPe4EC2yEwvM,1832
395
400
  blaxel/core/sandbox/client/models/tree_request.py,sha256=Z40I3J0uxl5AEBfjmWKVWc3srqz3atXetTbvRSLVq4A,2264
396
401
  blaxel/core/sandbox/client/models/tree_request_files.py,sha256=zHZlOb17UaI5JRI-nqfU_eb3he2McpXvKO03hEOwmRM,1337
397
- 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
398
405
  blaxel/core/sandbox/default/action.py,sha256=KUR-VzjlQAvUfhUP7tQTkkLCrCSKwtzXLYAFiz6XwwA,2715
399
406
  blaxel/core/sandbox/default/codegen.py,sha256=nWiq7APiUkPnzQeS67uobWwH0KxECcSTda-hjYnjbcg,3195
400
- blaxel/core/sandbox/default/filesystem.py,sha256=Gn1G3DpMmDXplUEpXVENXkjUDAEkWAKyj6gUk0sIdx0,21686
407
+ blaxel/core/sandbox/default/filesystem.py,sha256=_6s88vSrHYpNFEKZANDPd6BoD675ASPi1do_J9kjiLY,22085
401
408
  blaxel/core/sandbox/default/interpreter.py,sha256=tqnG1dzGV1hky3GDH5Hdq9KPf8AkEgpupsjK5jGeAr0,11565
402
409
  blaxel/core/sandbox/default/network.py,sha256=3ZvrJB_9JdZrclNkwifZOIciz2OqzV0LQfbebjZXLIY,358
403
- blaxel/core/sandbox/default/preview.py,sha256=F8MA5Irvmh9CcHhm_zgVDsovNNSB6oHtfUoHSZJ97dw,6215
404
- blaxel/core/sandbox/default/process.py,sha256=7nI1wJXeZWoveBesC13wur-ghIjP5POZ38G8wqCdJTw,16983
405
- blaxel/core/sandbox/default/sandbox.py,sha256=b-5_aDo41oCmnj1jAqvf_O1Y1E4NZeMZzZCPrsX9GWM,17269
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
406
413
  blaxel/core/sandbox/default/session.py,sha256=XzVpPOH_az6T38Opp4Hmj3RIg7QCzA1l5wh1YDh7czc,5313
407
- 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
408
416
  blaxel/core/sandbox/sync/action.py,sha256=9t8nCS9KX6SBflJmzK8dsen_bDim3zElBTebY6N6JQc,2136
409
417
  blaxel/core/sandbox/sync/codegen.py,sha256=lz_0oh2-WzE-cK2cCAhIiifq0k_8Gl6_Wim6cRzu7IM,2266
410
- 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
411
419
  blaxel/core/sandbox/sync/interpreter.py,sha256=5cAzwnt5BgnByGimagMBotjGW2vMAz4vutBBrrFV9-A,11062
412
420
  blaxel/core/sandbox/sync/network.py,sha256=QkCFKfFayvwL1J4JYwOuXPGlYQuX4J9Jj55Kf_kD-ig,283
413
- blaxel/core/sandbox/sync/preview.py,sha256=w3bC8iA3QecHiLkRvITmQ6LTT9Co_93G24QpZFgEQSE,6379
414
- blaxel/core/sandbox/sync/process.py,sha256=GwDHjOiZpdQyXThOwDEMyZ4C9OBWfBH4JB31AkWRonc,14938
415
- blaxel/core/sandbox/sync/sandbox.py,sha256=mkJU3ovQ_c1lt3vzMKtZfNA44n1KcYy25GDtKoIjbKg,14712
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
416
424
  blaxel/core/sandbox/sync/session.py,sha256=e0CVbW2LBRYTwm4RL52S0UdNvhNfuFLo6AYE5hk9DH0,4931
425
+ blaxel/core/sandbox/sync/system.py,sha256=VDmO32qFVkURNZySvncYT2KBqu5Rj8cxT6qT2nMn0-k,2713
417
426
  blaxel/core/tools/__init__.py,sha256=OK2TFqeXAIi6CC7xtL8fFl-4DvCB7jjihkhx6RTld_c,13147
418
427
  blaxel/core/tools/common.py,sha256=dAjDRaI2psAoHPqKeUzyqab3N6blgkD-HO0gPMpIzCE,1878
419
428
  blaxel/core/tools/types.py,sha256=EXa-10iOOXvd8zB2IsTS0gWrgoC2hqbIv6iK5m6E5t8,693
420
429
  blaxel/core/volume/__init__.py,sha256=jZgddogAPJGQnD2OoTcDb9zLqxeT6yYpfC-i1yKUVUM,253
421
- blaxel/core/volume/volume.py,sha256=pqaDD3LmSkvlD00wIp_CneyAuSY_UkP-qINJ8UKE-EE,22517
430
+ blaxel/core/volume/volume.py,sha256=exCPH3llsjQDRH9MWsGwp-JXqJfumZAFD8APhmsY6oI,22653
422
431
  blaxel/crewai/__init__.py,sha256=HdAZxRDgC2zW-O5xYzb_Xuysb66_fMykNJVPxlTmFnY,123
423
432
  blaxel/crewai/model.py,sha256=iR-40o8pGBFrktYNKcTaMdqbF_F1SFVavNOhhi2fW3w,1957
424
433
  blaxel/crewai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -430,7 +439,7 @@ blaxel/googleadk/tools.py,sha256=S9yDK5EPR_FrXhPwgd3CBR2FjoHOuKbYzax4X2v_LBo,223
430
439
  blaxel/langgraph/__init__.py,sha256=lw9d7bl5TsYbemToCtus5P6XnhzR4SAcBWM-1Pffc_U,126
431
440
  blaxel/langgraph/model.py,sha256=XxzD9GAglsAZCRb2zN23ApjHxJDeItGetqnGcwPDi-A,8114
432
441
  blaxel/langgraph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
433
- blaxel/langgraph/tools.py,sha256=Uqhr7csG3jxPP_SmpM_F5Farnv1U-5nwNv_ohnlW-wU,2898
442
+ blaxel/langgraph/tools.py,sha256=sutGgsbU5ptpHrf_fjYJi1LgYe0QuW6WpfpdBlRbP_U,2841
434
443
  blaxel/langgraph/custom/gemini.py,sha256=ui_nnfA5eqz-_F_bI3Nc8RkL4644Tx_NlnVM5aTGyxM,54572
435
444
  blaxel/livekit/__init__.py,sha256=byUwOJ6MHeSXOYXmaVoHnC3ZUmpkqJ55u5mQglXX-SQ,124
436
445
  blaxel/livekit/model.py,sha256=Qhl3EVa4Uum1IsT3nyMxJwXrZn2eDvCyj6V8RHOaJsQ,1687
@@ -463,7 +472,7 @@ blaxel/telemetry/instrumentation/map.py,sha256=PCzZJj39yiYVYJrxLBNP-NW-tjjYyTijw
463
472
  blaxel/telemetry/instrumentation/utils.py,sha256=FGyMY5ZE4f-0JdZpm_R_BCoKLJ18hftz8vsh7ftDwMk,1889
464
473
  blaxel/telemetry/log/log.py,sha256=vtzUIFIIj4MTTKUigILDYXN8NHHPOo44OaKukpyIjQg,2407
465
474
  blaxel/telemetry/log/logger.py,sha256=IcFWCd1yyWWGAjAd2i0pDYqpZHQ61pmcaQ7Kf4bC8lg,4150
466
- blaxel-0.2.36.dist-info/METADATA,sha256=etjDERPOaATmGJCF39OBBUpe06juazIGxLeYcxtEFJ4,10088
467
- blaxel-0.2.36.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
468
- blaxel-0.2.36.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
469
- blaxel-0.2.36.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.36
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.