blaxel 0.1.11__tar.gz → 0.1.12rc45__tar.gz

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 (655) hide show
  1. {blaxel-0.1.11 → blaxel-0.1.12rc45}/PKG-INFO +1 -1
  2. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/mcp_creation.py +13 -7
  3. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/sandbox.py +1 -1
  4. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/sandbox_502.py +0 -2
  5. blaxel-0.1.12rc45/integrationtest/sandbox_preview.py +132 -0
  6. {blaxel-0.1.11 → blaxel-0.1.12rc45}/pyproject.toml +1 -1
  7. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview_spec.py +9 -0
  8. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview_token_spec.py +0 -9
  9. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/base.py +4 -2
  10. blaxel-0.1.12rc45/src/blaxel/sandbox/client/api/filesystem/get_watch_filesystem_path.py +165 -0
  11. blaxel-0.1.12rc45/src/blaxel/sandbox/client/api/filesystem/get_ws_watch_filesystem_path.py +161 -0
  12. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/get_process_identifier_logs.py +1 -22
  13. blaxel-0.1.12rc45/src/blaxel/sandbox/client/api/process/get_process_identifier_logs_stream.py +165 -0
  14. blaxel-0.1.12rc45/src/blaxel/sandbox/client/api/process/get_ws_process_identifier_logs_stream.py +165 -0
  15. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/__init__.py +0 -4
  16. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/process_request.py +0 -9
  17. blaxel-0.1.12rc45/src/blaxel/sandbox/preview.py +146 -0
  18. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/sandbox.py +2 -0
  19. blaxel-0.1.11/src/blaxel/sandbox/client/api/process/get_process_identifier_logs_stream.py +0 -190
  20. blaxel-0.1.11/src/blaxel/sandbox/client/models/get_process_identifier_logs_stream_response_200.py +0 -45
  21. {blaxel-0.1.11 → blaxel-0.1.12rc45}/.github/workflows/dev.yaml +0 -0
  22. {blaxel-0.1.11 → blaxel-0.1.12rc45}/.github/workflows/prod.yaml +0 -0
  23. {blaxel-0.1.11 → blaxel-0.1.12rc45}/.gitignore +0 -0
  24. {blaxel-0.1.11 → blaxel-0.1.12rc45}/LICENSE +0 -0
  25. {blaxel-0.1.11 → blaxel-0.1.12rc45}/Makefile +0 -0
  26. {blaxel-0.1.11 → blaxel-0.1.12rc45}/README.md +0 -0
  27. {blaxel-0.1.11 → blaxel-0.1.12rc45}/blaxel.toml +0 -0
  28. {blaxel-0.1.11 → blaxel-0.1.12rc45}/doc.sh +0 -0
  29. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/agents.md +0 -0
  30. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/create_agent.md +0 -0
  31. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/delete_agent.md +0 -0
  32. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/get_agent.md +0 -0
  33. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/index.md +0 -0
  34. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/list_agent_revisions.md +0 -0
  35. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/list_agents.md +0 -0
  36. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/agents/update_agent.md +0 -0
  37. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/configurations/get_configuration.md +0 -0
  38. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/configurations/index.md +0 -0
  39. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/default/get_template.md +0 -0
  40. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/default/get_template_contents.md +0 -0
  41. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/default/get_template_file_contents.md +0 -0
  42. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/default/index.md +0 -0
  43. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/default/list_mcp_hub_definitions.md +0 -0
  44. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/create_function.md +0 -0
  45. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/delete_function.md +0 -0
  46. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/get_function.md +0 -0
  47. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/index.md +0 -0
  48. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/list_function_revisions.md +0 -0
  49. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/list_functions.md +0 -0
  50. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/functions/update_function.md +0 -0
  51. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/index.md +0 -0
  52. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/create_integration_connection.md +0 -0
  53. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/delete_integration_connection.md +0 -0
  54. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/get_integration.md +0 -0
  55. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/get_integration_connection.md +0 -0
  56. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/get_integration_connection_model.md +0 -0
  57. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/get_integration_connection_model_endpoint_configurations.md +0 -0
  58. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/index.md +0 -0
  59. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/list_integration_connection_models.md +0 -0
  60. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/list_integration_connections.md +0 -0
  61. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/integrations/update_integration_connection.md +0 -0
  62. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/invitations/index.md +0 -0
  63. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/invitations/list_all_pending_invitations.md +0 -0
  64. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/create_knowledgebase.md +0 -0
  65. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/delete_knowledgebase.md +0 -0
  66. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/get_knowledgebase.md +0 -0
  67. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/index.md +0 -0
  68. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/list_knowledgebase_revisions.md +0 -0
  69. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/list_knowledgebases.md +0 -0
  70. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/knowledgebases/update_knowledgebase.md +0 -0
  71. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/locations/index.md +0 -0
  72. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/locations/list_locations.md +0 -0
  73. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/create_model.md +0 -0
  74. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/delete_model.md +0 -0
  75. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/get_model.md +0 -0
  76. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/index.md +0 -0
  77. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/list_model_revisions.md +0 -0
  78. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/list_models.md +0 -0
  79. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/models/update_model.md +0 -0
  80. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/create_policy.md +0 -0
  81. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/delete_policy.md +0 -0
  82. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/get_policy.md +0 -0
  83. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/index.md +0 -0
  84. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/list_policies.md +0 -0
  85. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/policies/update_policy.md +0 -0
  86. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/create_private_cluster.md +0 -0
  87. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/delete_private_cluster.md +0 -0
  88. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/get_private_cluster.md +0 -0
  89. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/get_private_cluster_health.md +0 -0
  90. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/index.md +0 -0
  91. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/list_private_clusters.md +0 -0
  92. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/update_private_cluster.md +0 -0
  93. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/privateclusters/update_private_cluster_health.md +0 -0
  94. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/create_api_key_for_service_account.md +0 -0
  95. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/create_workspace_service_account.md +0 -0
  96. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/delete_api_key_for_service_account.md +0 -0
  97. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/delete_workspace_service_account.md +0 -0
  98. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/get_workspace_service_accounts.md +0 -0
  99. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/index.md +0 -0
  100. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/list_api_keys_for_service_account.md +0 -0
  101. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/service_accounts/update_workspace_service_account.md +0 -0
  102. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/templates/index.md +0 -0
  103. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/templates/list_templates.md +0 -0
  104. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/accept_workspace_invitation.md +0 -0
  105. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/create_worspace.md +0 -0
  106. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/decline_workspace_invitation.md +0 -0
  107. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/delete_workspace.md +0 -0
  108. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/get_workspace.md +0 -0
  109. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/index.md +0 -0
  110. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/invite_workspace_user.md +0 -0
  111. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/leave_workspace.md +0 -0
  112. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/list_workspace_users.md +0 -0
  113. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/list_workspaces.md +0 -0
  114. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/remove_workspace_user.md +0 -0
  115. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/update_workspace.md +0 -0
  116. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/api/workspaces/update_workspace_user_role.md +0 -0
  117. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/apikey.md +0 -0
  118. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/authentication.md +0 -0
  119. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/clientcredentials.md +0 -0
  120. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/credentials.md +0 -0
  121. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/device_mode.md +0 -0
  122. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/authentication/index.md +0 -0
  123. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/client.md +0 -0
  124. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/error.md +0 -0
  125. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/index.md +0 -0
  126. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/instrumentation.md +0 -0
  127. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/logger.md +0 -0
  128. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/secrets.md +0 -0
  129. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/settings.md +0 -0
  130. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/common/utils.md +0 -0
  131. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/deploy/deploy.md +0 -0
  132. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/deploy/format.md +0 -0
  133. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/deploy/index.md +0 -0
  134. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/deploy/parser.md +0 -0
  135. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/errors.md +0 -0
  136. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/functions.md +0 -0
  137. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/index.md +0 -0
  138. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/chroma.md +0 -0
  139. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/embeddings.md +0 -0
  140. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/factory.md +0 -0
  141. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/index.md +0 -0
  142. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/pinecone.md +0 -0
  143. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/qdrant.md +0 -0
  144. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/knowledgebases/types.md +0 -0
  145. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/acl.md +0 -0
  146. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/agent.md +0 -0
  147. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/agent_chain.md +0 -0
  148. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/agent_spec.md +0 -0
  149. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/api_key.md +0 -0
  150. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/configuration.md +0 -0
  151. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/continent.md +0 -0
  152. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/core_event.md +0 -0
  153. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/core_spec.md +0 -0
  154. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/core_spec_configurations.md +0 -0
  155. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/country.md +0 -0
  156. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/create_api_key_for_service_account_body.md +0 -0
  157. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/create_workspace_service_account_body.md +0 -0
  158. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/create_workspace_service_account_response_200.md +0 -0
  159. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/delete_workspace_service_account_response_200.md +0 -0
  160. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/entrypoint.md +0 -0
  161. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/entrypoint_env.md +0 -0
  162. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/flavor.md +0 -0
  163. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/form.md +0 -0
  164. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/form_config.md +0 -0
  165. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/form_oauth.md +0 -0
  166. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/form_secrets.md +0 -0
  167. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function.md +0 -0
  168. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_kit.md +0 -0
  169. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_schema.md +0 -0
  170. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_schema_not.md +0 -0
  171. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_schema_or_bool.md +0 -0
  172. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_schema_properties.md +0 -0
  173. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/function_spec.md +0 -0
  174. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/get_workspace_service_accounts_response_200_item.md +0 -0
  175. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/histogram_bucket.md +0 -0
  176. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/histogram_stats.md +0 -0
  177. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/index.md +0 -0
  178. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_connection.md +0 -0
  179. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_connection_spec.md +0 -0
  180. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_connection_spec_config.md +0 -0
  181. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_connection_spec_secret.md +0 -0
  182. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_model.md +0 -0
  183. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/integration_repository.md +0 -0
  184. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/invite_workspace_user_body.md +0 -0
  185. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/knowledgebase.md +0 -0
  186. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/knowledgebase_spec.md +0 -0
  187. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/knowledgebase_spec_options.md +0 -0
  188. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/last_n_requests_metric.md +0 -0
  189. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/latency_metric.md +0 -0
  190. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/location_response.md +0 -0
  191. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/mcp_definition.md +0 -0
  192. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/mcp_definition_entrypoint.md +0 -0
  193. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/mcp_definition_form.md +0 -0
  194. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/memory_allocation_metric.md +0 -0
  195. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metadata.md +0 -0
  196. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metadata_labels.md +0 -0
  197. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metric.md +0 -0
  198. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metrics.md +0 -0
  199. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metrics_models.md +0 -0
  200. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metrics_request_total_per_code.md +0 -0
  201. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/metrics_rps_per_code.md +0 -0
  202. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/model.md +0 -0
  203. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/model_private_cluster.md +0 -0
  204. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/model_spec.md +0 -0
  205. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/o_auth.md +0 -0
  206. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/owner_fields.md +0 -0
  207. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation.md +0 -0
  208. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation_accept.md +0 -0
  209. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation_render.md +0 -0
  210. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation_render_invited_by.md +0 -0
  211. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation_render_workspace.md +0 -0
  212. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pending_invitation_workspace_details.md +0 -0
  213. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/pod_template_spec.md +0 -0
  214. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/policy.md +0 -0
  215. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/policy_location.md +0 -0
  216. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/policy_max_tokens.md +0 -0
  217. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/policy_spec.md +0 -0
  218. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/private_cluster.md +0 -0
  219. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/private_location.md +0 -0
  220. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/repository.md +0 -0
  221. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_duration_over_time_metric.md +0 -0
  222. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_duration_over_time_metrics.md +0 -0
  223. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_by_origin_metric.md +0 -0
  224. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin.md +0 -0
  225. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin_and_code.md +0 -0
  226. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_metric.md +0 -0
  227. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_metric_request_total_per_code.md +0 -0
  228. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/request_total_metric_rps_per_code.md +0 -0
  229. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/resource_log.md +0 -0
  230. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/resource_metrics.md +0 -0
  231. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/resource_metrics_request_total_per_code.md +0 -0
  232. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/resource_metrics_rps_per_code.md +0 -0
  233. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/revision_configuration.md +0 -0
  234. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/revision_metadata.md +0 -0
  235. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/runtime.md +0 -0
  236. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/runtime_startup_probe.md +0 -0
  237. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/serverless_config.md +0 -0
  238. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/spec_configuration.md +0 -0
  239. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/store_agent.md +0 -0
  240. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/store_agent_labels.md +0 -0
  241. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/store_configuration.md +0 -0
  242. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/store_configuration_option.md +0 -0
  243. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/template.md +0 -0
  244. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/template_variable.md +0 -0
  245. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/time_fields.md +0 -0
  246. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/time_to_first_token_over_time_metrics.md +0 -0
  247. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/token_rate_metric.md +0 -0
  248. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/token_rate_metrics.md +0 -0
  249. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/token_total_metric.md +0 -0
  250. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/trace_ids_response.md +0 -0
  251. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/update_workspace_service_account_body.md +0 -0
  252. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/update_workspace_service_account_response_200.md +0 -0
  253. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/update_workspace_user_role_body.md +0 -0
  254. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/websocket_channel.md +0 -0
  255. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/workspace.md +0 -0
  256. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/workspace_labels.md +0 -0
  257. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/models/workspace_user.md +0 -0
  258. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/run.md +0 -0
  259. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/serve/app.md +0 -0
  260. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/serve/index.md +0 -0
  261. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/serve/middlewares/accesslog.md +0 -0
  262. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/serve/middlewares/index.md +0 -0
  263. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/serve/middlewares/processtime.md +0 -0
  264. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel/types.md +0 -0
  265. {blaxel-0.1.11 → blaxel-0.1.12rc45}/docs/blaxel-docs.md +0 -0
  266. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_crewai.py +0 -0
  267. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_googleadk.py +0 -0
  268. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_langchain.py +0 -0
  269. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_langgraph.py +0 -0
  270. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_livekit.py +0 -0
  271. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_llamaindex.py +0 -0
  272. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_openai.py +0 -0
  273. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/agent_pydantic.py +0 -0
  274. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/bl_agents.py +0 -0
  275. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/bl_models.py +0 -0
  276. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/bl_tools.py +0 -0
  277. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/client.py +0 -0
  278. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/env.py +0 -0
  279. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_crewai.py +0 -0
  280. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_google_adk.py +0 -0
  281. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_langchain.py +0 -0
  282. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_llamaindex.py +0 -0
  283. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_openai.py +0 -0
  284. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/fastapi_pydantic.py +0 -0
  285. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/global_hash.py +0 -0
  286. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/load_test.py +0 -0
  287. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/mcp_client.py +0 -0
  288. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/mcp_server.py +0 -0
  289. {blaxel-0.1.11 → blaxel-0.1.12rc45}/integrationtest/sandbox_small.py +0 -0
  290. {blaxel-0.1.11 → blaxel-0.1.12rc45}/openapi-python-client.yml +0 -0
  291. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/__init__.py +0 -0
  292. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/agents/__init__.py +0 -0
  293. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/__init__.py +0 -0
  294. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/apikey.py +0 -0
  295. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/clientcredentials.py +0 -0
  296. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/devicemode.py +0 -0
  297. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/oauth.py +0 -0
  298. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/authentication/types.py +0 -0
  299. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/cache/__init__.py +0 -0
  300. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/cache/cache.py +0 -0
  301. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/__init__.py +0 -0
  302. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/__init__.py +0 -0
  303. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/__init__.py +0 -0
  304. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/create_agent.py +0 -0
  305. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/delete_agent.py +0 -0
  306. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/get_agent.py +0 -0
  307. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/list_agent_revisions.py +0 -0
  308. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/list_agents.py +0 -0
  309. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/agents/update_agent.py +0 -0
  310. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/__init__.py +0 -0
  311. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/create_sandbox.py +0 -0
  312. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/create_sandbox_preview.py +0 -0
  313. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/create_sandbox_preview_token.py +0 -0
  314. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/delete_sandbox.py +0 -0
  315. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/delete_sandbox_preview.py +0 -0
  316. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/delete_sandbox_preview_token.py +0 -0
  317. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/get_sandbox.py +0 -0
  318. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/get_sandbox_preview.py +0 -0
  319. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/list_sandbox_preview_tokens.py +0 -0
  320. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/list_sandbox_previews.py +0 -0
  321. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/list_sandboxes.py +0 -0
  322. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/start_sandbox.py +0 -0
  323. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/stop_sandbox.py +0 -0
  324. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/update_sandbox.py +0 -0
  325. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/compute/update_sandbox_preview.py +0 -0
  326. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/configurations/__init__.py +0 -0
  327. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/configurations/get_configuration.py +0 -0
  328. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/__init__.py +0 -0
  329. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/get_template.py +0 -0
  330. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/get_template_contents.py +0 -0
  331. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/get_template_file_contents.py +0 -0
  332. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/list_mcp_hub_definitions.py +0 -0
  333. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/default/list_sandbox_hub_definitions.py +0 -0
  334. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/__init__.py +0 -0
  335. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/create_function.py +0 -0
  336. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/delete_function.py +0 -0
  337. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/get_function.py +0 -0
  338. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/list_function_revisions.py +0 -0
  339. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/list_functions.py +0 -0
  340. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/functions/update_function.py +0 -0
  341. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/__init__.py +0 -0
  342. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/create_integration_connection.py +0 -0
  343. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/delete_integration_connection.py +0 -0
  344. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/get_integration.py +0 -0
  345. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/get_integration_connection.py +0 -0
  346. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/get_integration_connection_model.py +0 -0
  347. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/get_integration_connection_model_endpoint_configurations.py +0 -0
  348. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/list_integration_connection_models.py +0 -0
  349. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/list_integration_connections.py +0 -0
  350. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/integrations/update_integration_connection.py +0 -0
  351. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/invitations/__init__.py +0 -0
  352. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/invitations/list_all_pending_invitations.py +0 -0
  353. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/__init__.py +0 -0
  354. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/create_knowledgebase.py +0 -0
  355. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/delete_knowledgebase.py +0 -0
  356. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/get_knowledgebase.py +0 -0
  357. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/list_knowledgebase_revisions.py +0 -0
  358. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/list_knowledgebases.py +0 -0
  359. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/knowledgebases/update_knowledgebase.py +0 -0
  360. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/locations/__init__.py +0 -0
  361. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/locations/list_locations.py +0 -0
  362. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/__init__.py +0 -0
  363. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/create_model.py +0 -0
  364. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/delete_model.py +0 -0
  365. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/get_model.py +0 -0
  366. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/list_model_revisions.py +0 -0
  367. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/list_models.py +0 -0
  368. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/models/update_model.py +0 -0
  369. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/__init__.py +0 -0
  370. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/create_policy.py +0 -0
  371. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/delete_policy.py +0 -0
  372. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/get_policy.py +0 -0
  373. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/list_policies.py +0 -0
  374. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/policies/update_policy.py +0 -0
  375. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/__init__.py +0 -0
  376. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/create_private_cluster.py +0 -0
  377. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/delete_private_cluster.py +0 -0
  378. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/get_private_cluster.py +0 -0
  379. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/get_private_cluster_health.py +0 -0
  380. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/list_private_clusters.py +0 -0
  381. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/update_private_cluster.py +0 -0
  382. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/privateclusters/update_private_cluster_health.py +0 -0
  383. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/__init__.py +0 -0
  384. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/create_api_key_for_service_account.py +0 -0
  385. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/create_workspace_service_account.py +0 -0
  386. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/delete_api_key_for_service_account.py +0 -0
  387. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/delete_workspace_service_account.py +0 -0
  388. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/get_workspace_service_accounts.py +0 -0
  389. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/list_api_keys_for_service_account.py +0 -0
  390. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/service_accounts/update_workspace_service_account.py +0 -0
  391. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/templates/__init__.py +0 -0
  392. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/templates/list_templates.py +0 -0
  393. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/__init__.py +0 -0
  394. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/accept_workspace_invitation.py +0 -0
  395. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/check_workspace_availability.py +0 -0
  396. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/create_worspace.py +0 -0
  397. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/decline_workspace_invitation.py +0 -0
  398. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/delete_workspace.py +0 -0
  399. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/get_workspace.py +0 -0
  400. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/invite_workspace_user.py +0 -0
  401. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/leave_workspace.py +0 -0
  402. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/list_workspace_users.py +0 -0
  403. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/list_workspaces.py +0 -0
  404. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/remove_workspace_user.py +0 -0
  405. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/update_workspace.py +0 -0
  406. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/api/workspaces/update_workspace_user_role.py +0 -0
  407. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/client.py +0 -0
  408. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/errors.py +0 -0
  409. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/__init__.py +0 -0
  410. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/acl.py +0 -0
  411. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/agent.py +0 -0
  412. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/agent_spec.py +0 -0
  413. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/api_key.py +0 -0
  414. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/check_workspace_availability_body.py +0 -0
  415. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/configuration.py +0 -0
  416. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/continent.py +0 -0
  417. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/core_event.py +0 -0
  418. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/core_spec.py +0 -0
  419. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/core_spec_configurations.py +0 -0
  420. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/country.py +0 -0
  421. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/create_api_key_for_service_account_body.py +0 -0
  422. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/create_workspace_service_account_body.py +0 -0
  423. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/create_workspace_service_account_response_200.py +0 -0
  424. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/delete_sandbox_preview_token_response_200.py +0 -0
  425. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/delete_workspace_service_account_response_200.py +0 -0
  426. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/entrypoint.py +0 -0
  427. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/entrypoint_env.py +0 -0
  428. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/flavor.py +0 -0
  429. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/form.py +0 -0
  430. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/form_config.py +0 -0
  431. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/form_oauth.py +0 -0
  432. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/form_secrets.py +0 -0
  433. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function.py +0 -0
  434. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_kit.py +0 -0
  435. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_schema.py +0 -0
  436. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_schema_not.py +0 -0
  437. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_schema_or_bool.py +0 -0
  438. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_schema_properties.py +0 -0
  439. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/function_spec.py +0 -0
  440. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/get_workspace_service_accounts_response_200_item.py +0 -0
  441. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/histogram_bucket.py +0 -0
  442. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/histogram_stats.py +0 -0
  443. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration.py +0 -0
  444. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_additional_infos.py +0 -0
  445. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_connection.py +0 -0
  446. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_connection_spec.py +0 -0
  447. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_connection_spec_config.py +0 -0
  448. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_connection_spec_secret.py +0 -0
  449. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_endpoint.py +0 -0
  450. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_endpoint_token.py +0 -0
  451. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_endpoints.py +0 -0
  452. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_headers.py +0 -0
  453. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_model.py +0 -0
  454. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_organization.py +0 -0
  455. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_query_params.py +0 -0
  456. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/integration_repository.py +0 -0
  457. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/invite_workspace_user_body.py +0 -0
  458. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/knowledgebase.py +0 -0
  459. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/knowledgebase_spec.py +0 -0
  460. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/knowledgebase_spec_options.py +0 -0
  461. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/last_n_requests_metric.py +0 -0
  462. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/latency_metric.py +0 -0
  463. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/location_response.py +0 -0
  464. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/mcp_definition.py +0 -0
  465. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/mcp_definition_entrypoint.py +0 -0
  466. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/mcp_definition_form.py +0 -0
  467. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/memory_allocation_metric.py +0 -0
  468. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metadata.py +0 -0
  469. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metadata_labels.py +0 -0
  470. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metric.py +0 -0
  471. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metrics.py +0 -0
  472. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metrics_models.py +0 -0
  473. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metrics_request_total_per_code.py +0 -0
  474. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/metrics_rps_per_code.py +0 -0
  475. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/model.py +0 -0
  476. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/model_private_cluster.py +0 -0
  477. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/model_spec.py +0 -0
  478. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/o_auth.py +0 -0
  479. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/owner_fields.py +0 -0
  480. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation.py +0 -0
  481. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation_accept.py +0 -0
  482. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation_render.py +0 -0
  483. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation_render_invited_by.py +0 -0
  484. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation_render_workspace.py +0 -0
  485. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pending_invitation_workspace_details.py +0 -0
  486. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/pod_template_spec.py +0 -0
  487. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/policy.py +0 -0
  488. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/policy_location.py +0 -0
  489. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/policy_max_tokens.py +0 -0
  490. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/policy_spec.py +0 -0
  491. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/port.py +0 -0
  492. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview.py +0 -0
  493. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview_metadata.py +0 -0
  494. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview_token.py +0 -0
  495. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/preview_token_metadata.py +0 -0
  496. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/private_cluster.py +0 -0
  497. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/private_location.py +0 -0
  498. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/repository.py +0 -0
  499. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_duration_over_time_metric.py +0 -0
  500. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_duration_over_time_metrics.py +0 -0
  501. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_by_origin_metric.py +0 -0
  502. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin.py +0 -0
  503. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin_and_code.py +0 -0
  504. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_metric.py +0 -0
  505. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_metric_request_total_per_code.py +0 -0
  506. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_metric_rps_per_code.py +0 -0
  507. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/request_total_response_data.py +0 -0
  508. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_log.py +0 -0
  509. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_metrics.py +0 -0
  510. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_metrics_request_total_per_code.py +0 -0
  511. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_metrics_request_total_per_code_previous.py +0 -0
  512. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_metrics_rps_per_code.py +0 -0
  513. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/resource_metrics_rps_per_code_previous.py +0 -0
  514. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/revision_configuration.py +0 -0
  515. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/revision_metadata.py +0 -0
  516. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/runtime.py +0 -0
  517. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/runtime_configuration.py +0 -0
  518. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/runtime_startup_probe.py +0 -0
  519. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/sandbox.py +0 -0
  520. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/sandbox_definition.py +0 -0
  521. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/sandbox_spec.py +0 -0
  522. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/serverless_config.py +0 -0
  523. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/serverless_config_configuration.py +0 -0
  524. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/spec_configuration.py +0 -0
  525. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/start_sandbox.py +0 -0
  526. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/stop_sandbox.py +0 -0
  527. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/store_agent.py +0 -0
  528. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/store_agent_labels.py +0 -0
  529. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/store_configuration.py +0 -0
  530. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/store_configuration_option.py +0 -0
  531. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/template.py +0 -0
  532. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/template_variable.py +0 -0
  533. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/time_fields.py +0 -0
  534. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/time_to_first_token_over_time_metrics.py +0 -0
  535. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/token_rate_metric.py +0 -0
  536. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/token_rate_metrics.py +0 -0
  537. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/token_total_metric.py +0 -0
  538. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/trace_ids_response.py +0 -0
  539. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/trigger.py +0 -0
  540. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/trigger_configuration.py +0 -0
  541. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/update_workspace_service_account_body.py +0 -0
  542. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/update_workspace_service_account_response_200.py +0 -0
  543. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/update_workspace_user_role_body.py +0 -0
  544. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/websocket_channel.py +0 -0
  545. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/workspace.py +0 -0
  546. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/workspace_labels.py +0 -0
  547. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/workspace_runtime.py +0 -0
  548. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/models/workspace_user.py +0 -0
  549. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/py.typed +0 -0
  550. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/client/types.py +0 -0
  551. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/common/autoload.py +0 -0
  552. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/common/env.py +0 -0
  553. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/common/internal.py +0 -0
  554. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/common/logger.py +0 -0
  555. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/common/settings.py +0 -0
  556. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/instrumentation/exporters.py +0 -0
  557. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/instrumentation/log.py +0 -0
  558. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/instrumentation/manager.py +0 -0
  559. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/instrumentation/map.py +0 -0
  560. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/instrumentation/span.py +0 -0
  561. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/mcp/__init__.py +0 -0
  562. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/mcp/client.py +0 -0
  563. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/mcp/server.py +0 -0
  564. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/__init__.py +0 -0
  565. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/crewai.py +0 -0
  566. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/custom/langchain/gemini.py +0 -0
  567. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/custom/llamaindex/cohere.py +0 -0
  568. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/custom/pydantic/gemini.py +0 -0
  569. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/googleadk.py +0 -0
  570. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/langchain.py +0 -0
  571. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/livekit.py +0 -0
  572. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/llamaindex.py +0 -0
  573. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/openai.py +0 -0
  574. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/models/pydantic.py +0 -0
  575. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/__init__.py +0 -0
  576. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/__init__.py +0 -0
  577. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/filesystem/__init__.py +0 -0
  578. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/filesystem/delete_filesystem_path.py +0 -0
  579. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/filesystem/get_filesystem_path.py +0 -0
  580. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/filesystem/put_filesystem_path.py +0 -0
  581. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/network/__init__.py +0 -0
  582. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/network/delete_network_process_pid_monitor.py +0 -0
  583. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/network/get_network_process_pid_ports.py +0 -0
  584. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/network/post_network_process_pid_monitor.py +0 -0
  585. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/__init__.py +0 -0
  586. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/delete_process_identifier.py +0 -0
  587. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/delete_process_identifier_kill.py +0 -0
  588. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/get_process.py +0 -0
  589. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/get_process_identifier.py +0 -0
  590. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/api/process/post_process.py +0 -0
  591. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/client.py +0 -0
  592. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/errors.py +0 -0
  593. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/delete_network_process_pid_monitor_response_200.py +0 -0
  594. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/directory.py +0 -0
  595. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/error_response.py +0 -0
  596. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/file.py +0 -0
  597. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/file_request.py +0 -0
  598. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/file_with_content.py +0 -0
  599. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/get_network_process_pid_ports_response_200.py +0 -0
  600. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/get_process_identifier_logs_response_200.py +0 -0
  601. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/port_monitor_request.py +0 -0
  602. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/post_network_process_pid_monitor_response_200.py +0 -0
  603. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/process_kill_request.py +0 -0
  604. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/process_response.py +0 -0
  605. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/subdirectory.py +0 -0
  606. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/models/success_response.py +0 -0
  607. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/py.typed +0 -0
  608. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/client/types.py +0 -0
  609. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/filesystem.py +0 -0
  610. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/sandbox/process.py +0 -0
  611. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/__init__.py +0 -0
  612. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/common.py +0 -0
  613. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/crewai.py +0 -0
  614. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/googleadk.py +0 -0
  615. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/langchain.py +0 -0
  616. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/livekit.py +0 -0
  617. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/llamaindex.py +0 -0
  618. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/openai.py +0 -0
  619. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/pydantic.py +0 -0
  620. {blaxel-0.1.11 → blaxel-0.1.12rc45}/src/blaxel/tools/types.py +0 -0
  621. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/.gitignore.jinja +0 -0
  622. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/README.md.jinja +0 -0
  623. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/api_init.py.jinja +0 -0
  624. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/client.py.jinja +0 -0
  625. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/endpoint_init.py.jinja +0 -0
  626. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/endpoint_macros.py.jinja +0 -0
  627. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/endpoint_module.py.jinja +0 -0
  628. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/errors.py.jinja +0 -0
  629. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/helpers.jinja +0 -0
  630. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/int_enum.py.jinja +0 -0
  631. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/literal_enum.py.jinja +0 -0
  632. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/model.py.jinja +0 -0
  633. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/models_init.py.jinja +0 -0
  634. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/package_init.py.jinja +0 -0
  635. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/any_property.py.jinja +0 -0
  636. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/boolean_property.py.jinja +0 -0
  637. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/const_property.py.jinja +0 -0
  638. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/date_property.py.jinja +0 -0
  639. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/datetime_property.py.jinja +0 -0
  640. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/enum_property.py.jinja +0 -0
  641. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/file_property.py.jinja +0 -0
  642. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/float_property.py.jinja +0 -0
  643. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/helpers.jinja +0 -0
  644. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/int_property.py.jinja +0 -0
  645. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/list_property.py.jinja +0 -0
  646. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/literal_enum_property.py.jinja +0 -0
  647. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/model_property.py.jinja +0 -0
  648. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/property_macros.py.jinja +0 -0
  649. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/union_property.py.jinja +0 -0
  650. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/property_templates/uuid_property.py.jinja +0 -0
  651. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/pyproject.toml.jinja +0 -0
  652. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/pyproject_ruff.toml.jinja +0 -0
  653. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/setup.py.jinja +0 -0
  654. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/str_enum.py.jinja +0 -0
  655. {blaxel-0.1.11 → blaxel-0.1.12rc45}/templates/types.py.jinja +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blaxel
3
- Version: 0.1.11
3
+ Version: 0.1.12rc45
4
4
  Summary: Add your description here
5
5
  Author-email: cploujoux <cploujoux@blaxel.ai>
6
6
  License-File: LICENSE
@@ -3,13 +3,19 @@ import os
3
3
  import time
4
4
 
5
5
  from blaxel.client import client
6
- from blaxel.client.api.functions import (create_function, delete_function,
7
- get_function)
8
- from blaxel.client.api.integrations import (create_integration_connection,
9
- delete_integration_connection)
10
- from blaxel.client.models import (Function, FunctionSpec,
11
- IntegrationConnection,
12
- IntegrationConnectionSpec, Metadata, Runtime)
6
+ from blaxel.client.api.functions import create_function, delete_function, get_function
7
+ from blaxel.client.api.integrations import (
8
+ create_integration_connection,
9
+ delete_integration_connection,
10
+ )
11
+ from blaxel.client.models import (
12
+ Function,
13
+ FunctionSpec,
14
+ IntegrationConnection,
15
+ IntegrationConnectionSpec,
16
+ Metadata,
17
+ Runtime,
18
+ )
13
19
  from blaxel.tools import bl_tools
14
20
 
15
21
  logger = logging.getLogger(__name__)
@@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
12
12
 
13
13
  async def create_sandbox(sandbox_name: str):
14
14
  # Create sandbox
15
- image = "blaxel/prod-base:14769328323"
15
+ image = "blaxel/prod-base:latest"
16
16
  logger.info(f"Creating sandbox {sandbox_name} with image {image}")
17
17
  sandbox = await SandboxInstance.create(Sandbox(
18
18
  metadata=Metadata(name=sandbox_name),
@@ -4,8 +4,6 @@ import random
4
4
  import string
5
5
 
6
6
  from blaxel.client.models import Metadata, Port, Runtime, Sandbox, SandboxSpec
7
- from blaxel.common.settings import settings
8
- from blaxel.sandbox.client import client
9
7
  from blaxel.sandbox.client.models import ProcessRequest
10
8
  from blaxel.sandbox.sandbox import SandboxInstance
11
9
 
@@ -0,0 +1,132 @@
1
+ import asyncio
2
+ import logging
3
+ from datetime import datetime, timedelta, timezone
4
+
5
+ import aiohttp
6
+
7
+ from blaxel.client.models import (Metadata, Port, Preview, PreviewSpec,
8
+ Runtime, Sandbox, SandboxSpec)
9
+ from blaxel.common.settings import settings
10
+ from blaxel.sandbox.sandbox import SandboxInstance
11
+
12
+ logger = logging.getLogger(__name__)
13
+
14
+ async def create_sandbox(sandbox_name: str):
15
+ # Create sandbox
16
+ image = "blaxel/prod-base:latest"
17
+ logger.info(f"Creating sandbox {sandbox_name} with image {image}")
18
+ sandbox = await SandboxInstance.create(Sandbox(
19
+ metadata=Metadata(name=sandbox_name),
20
+ spec=SandboxSpec(
21
+ runtime=Runtime(
22
+ image=image,
23
+ memory=2048,
24
+ cpu=2,
25
+ ports=[
26
+ Port(name="sandbox-api", target=8080, protocol="HTTP")
27
+ ]
28
+ )
29
+ )
30
+ ))
31
+ logger.info("Waiting for sandbox to be deployed")
32
+ await sandbox.wait(max_wait=120000, interval=1000)
33
+ logger.info("Sandbox deployed")
34
+ return sandbox
35
+
36
+ async def test_public_preview(sandbox: SandboxInstance):
37
+ try:
38
+ # Create a public preview
39
+ await sandbox.previews.create(Preview(
40
+ metadata=Metadata(name="preview-test-public"),
41
+ spec=PreviewSpec(
42
+ port=443,
43
+ prefix_url="small-prefix",
44
+ public=True
45
+ )
46
+ ))
47
+
48
+ # List previews
49
+ previews = await sandbox.previews.list()
50
+ assert len(previews) >= 1, "No previews found"
51
+
52
+ # Get the preview
53
+ retrieved_preview = await sandbox.previews.get("preview-test-public")
54
+ assert retrieved_preview.name == "preview-test-public", "Preview name is not correct"
55
+
56
+ # Check the URL
57
+ url = retrieved_preview.spec.url if retrieved_preview.spec else None
58
+ assert url is not None, "Preview URL is not correct"
59
+ workspace = settings.workspace
60
+ expected_url = f"https://small-prefix-{workspace}.preview.bl.run"
61
+ assert url == expected_url, f"Preview URL is not correct => {url}"
62
+
63
+ # Test the preview endpoint
64
+ async with aiohttp.ClientSession() as session:
65
+ async with session.get(f"{url}/health") as response:
66
+ assert response.status == 200, f"Preview is not working => {response.status}:{await response.text()}"
67
+
68
+ logger.info("Public preview is healthy :)")
69
+ except Exception as e:
70
+ logger.error("ERROR IN PUBLIC PREVIEW TEST => ", exc_info=e)
71
+ raise
72
+ finally:
73
+ await sandbox.previews.delete("preview-test-public")
74
+
75
+ async def test_private_preview(sandbox: SandboxInstance):
76
+ try:
77
+ # Create a private preview
78
+ preview = await sandbox.previews.create(Preview(
79
+ metadata=Metadata(name="preview-test-private"),
80
+ spec=PreviewSpec(
81
+ port=443,
82
+ public=False
83
+ )
84
+ ))
85
+
86
+ # Get the preview URL
87
+ url = preview.spec.url if preview.spec else None
88
+ assert url is not None, "Preview URL is not correct"
89
+
90
+ # Create a token
91
+ token = await preview.tokens.create(datetime.now(timezone.utc) + timedelta(minutes=10))
92
+ logger.info(f"Token created => {token.value}")
93
+
94
+ # List tokens
95
+ tokens = await preview.tokens.list()
96
+ assert len(tokens) >= 1, "No tokens found"
97
+ assert any(t.value == token.value for t in tokens), "Token not found in list"
98
+
99
+ # Test the preview endpoint without token
100
+ async with aiohttp.ClientSession() as session:
101
+ async with session.get(f"{url}/health") as response:
102
+ assert response.status == 401, f"Preview is not protected by token, response => {response.status}"
103
+
104
+ # Test the preview endpoint with token
105
+ async with aiohttp.ClientSession() as session:
106
+ async with session.get(f"{url}/health?bl_preview_token={token.value}") as response:
107
+ assert response.status == 200, f"Preview is not working with token, response => {response.status}"
108
+
109
+ logger.info("Private preview is healthy with token :)")
110
+
111
+ # Delete the token
112
+ await preview.tokens.delete(token.value)
113
+ except Exception as e:
114
+ logger.error("ERROR IN PRIVATE PREVIEW TEST => ", exc_info=e)
115
+ raise
116
+ finally:
117
+ await sandbox.previews.delete("preview-test-private")
118
+
119
+ async def main():
120
+ sandbox_name = "sandbox-preview-test"
121
+ sandbox = None
122
+ try:
123
+ sandbox = await create_sandbox(sandbox_name)
124
+ await test_public_preview(sandbox)
125
+ await test_private_preview(sandbox)
126
+ finally:
127
+ if sandbox:
128
+ logger.info("Deleting sandbox")
129
+ await SandboxInstance.delete(sandbox_name)
130
+
131
+ if __name__ == "__main__":
132
+ asyncio.run(main())
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "blaxel"
3
- version = "0.1.11"
3
+ version = "0.1.12.pre-45"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [{ name = "cploujoux", email = "cploujoux@blaxel.ai" }]
@@ -14,11 +14,13 @@ class PreviewSpec:
14
14
 
15
15
  Attributes:
16
16
  port (Union[Unset, int]): Port of the preview
17
+ prefix_url (Union[Unset, str]): Prefix URL
17
18
  public (Union[Unset, bool]): Whether the preview is public
18
19
  url (Union[Unset, str]): URL of the preview
19
20
  """
20
21
 
21
22
  port: Union[Unset, int] = UNSET
23
+ prefix_url: Union[Unset, str] = UNSET
22
24
  public: Union[Unset, bool] = UNSET
23
25
  url: Union[Unset, str] = UNSET
24
26
  additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
@@ -26,6 +28,8 @@ class PreviewSpec:
26
28
  def to_dict(self) -> dict[str, Any]:
27
29
  port = self.port
28
30
 
31
+ prefix_url = self.prefix_url
32
+
29
33
  public = self.public
30
34
 
31
35
  url = self.url
@@ -35,6 +39,8 @@ class PreviewSpec:
35
39
  field_dict.update({})
36
40
  if port is not UNSET:
37
41
  field_dict["port"] = port
42
+ if prefix_url is not UNSET:
43
+ field_dict["prefixUrl"] = prefix_url
38
44
  if public is not UNSET:
39
45
  field_dict["public"] = public
40
46
  if url is not UNSET:
@@ -49,12 +55,15 @@ class PreviewSpec:
49
55
  d = src_dict.copy()
50
56
  port = d.pop("port", UNSET)
51
57
 
58
+ prefix_url = d.pop("prefixUrl", UNSET)
59
+
52
60
  public = d.pop("public", UNSET)
53
61
 
54
62
  url = d.pop("url", UNSET)
55
63
 
56
64
  preview_spec = cls(
57
65
  port=port,
66
+ prefix_url=prefix_url,
58
67
  public=public,
59
68
  url=url,
60
69
  )
@@ -15,13 +15,11 @@ class PreviewTokenSpec:
15
15
  Attributes:
16
16
  expired (Union[Unset, bool]): Whether the token is expired
17
17
  expires_at (Union[Unset, str]): Expiration time of the token
18
- public (Union[Unset, bool]): Whether the token is public
19
18
  token (Union[Unset, str]): Token
20
19
  """
21
20
 
22
21
  expired: Union[Unset, bool] = UNSET
23
22
  expires_at: Union[Unset, str] = UNSET
24
- public: Union[Unset, bool] = UNSET
25
23
  token: Union[Unset, str] = UNSET
26
24
  additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
27
25
 
@@ -30,8 +28,6 @@ class PreviewTokenSpec:
30
28
 
31
29
  expires_at = self.expires_at
32
30
 
33
- public = self.public
34
-
35
31
  token = self.token
36
32
 
37
33
  field_dict: dict[str, Any] = {}
@@ -41,8 +37,6 @@ class PreviewTokenSpec:
41
37
  field_dict["expired"] = expired
42
38
  if expires_at is not UNSET:
43
39
  field_dict["expiresAt"] = expires_at
44
- if public is not UNSET:
45
- field_dict["public"] = public
46
40
  if token is not UNSET:
47
41
  field_dict["token"] = token
48
42
 
@@ -57,14 +51,11 @@ class PreviewTokenSpec:
57
51
 
58
52
  expires_at = d.pop("expiresAt", UNSET)
59
53
 
60
- public = d.pop("public", UNSET)
61
-
62
54
  token = d.pop("token", UNSET)
63
55
 
64
56
  preview_token_spec = cls(
65
57
  expired=expired,
66
58
  expires_at=expires_at,
67
- public=public,
68
59
  token=token,
69
60
  )
70
61
 
@@ -58,8 +58,10 @@ class SandboxHandleBase:
58
58
  def url(self):
59
59
  if self.forced_url:
60
60
  return self.forced_url
61
- if settings.run_internal_hostname:
62
- return self.internal_url
61
+ # Uncomment and use this when agent and mcp are available in mk3
62
+ # Update all requests made in this package to use fallbackUrl when internalUrl is not working
63
+ # if settings.run_internal_hostname:
64
+ # return self.internal_url
63
65
  return self.external_url
64
66
 
65
67
  def handle_response(self, response: Response):
@@ -0,0 +1,165 @@
1
+ from http import HTTPStatus
2
+ from typing import Any, Optional, Union
3
+
4
+ import httpx
5
+
6
+ from ... import errors
7
+ from ...client import Client
8
+ from ...models.error_response import ErrorResponse
9
+ from ...types import Response
10
+
11
+
12
+ def _get_kwargs(
13
+ path: str,
14
+ ) -> dict[str, Any]:
15
+ _kwargs: dict[str, Any] = {
16
+ "method": "get",
17
+ "url": f"/watch/filesystem/{path}",
18
+ }
19
+
20
+ return _kwargs
21
+
22
+
23
+ def _parse_response(*, client: Client, response: httpx.Response) -> Optional[Union[ErrorResponse, str]]:
24
+ if response.status_code == 200:
25
+ response_200 = response.text
26
+ return response_200
27
+ if response.status_code == 400:
28
+ response_400 = ErrorResponse.from_dict(response.text)
29
+
30
+ return response_400
31
+ if response.status_code == 500:
32
+ response_500 = ErrorResponse.from_dict(response.text)
33
+
34
+ return response_500
35
+ if client.raise_on_unexpected_status:
36
+ raise errors.UnexpectedStatus(response.status_code, response.content)
37
+ else:
38
+ return None
39
+
40
+
41
+ def _build_response(*, client: Client, response: httpx.Response) -> Response[Union[ErrorResponse, str]]:
42
+ return Response(
43
+ status_code=HTTPStatus(response.status_code),
44
+ content=response.content,
45
+ headers=response.headers,
46
+ parsed=_parse_response(client=client, response=response),
47
+ )
48
+
49
+
50
+ def sync_detailed(
51
+ path: str,
52
+ *,
53
+ client: Union[Client],
54
+ ) -> Response[Union[ErrorResponse, str]]:
55
+ """Stream file modification events in a directory
56
+
57
+ Streams the path of modified files (one per line) in the given directory. Closes when the client
58
+ disconnects.
59
+
60
+ Args:
61
+ path (str):
62
+
63
+ Raises:
64
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
65
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
66
+
67
+ Returns:
68
+ Response[Union[ErrorResponse, str]]
69
+ """
70
+
71
+ kwargs = _get_kwargs(
72
+ path=path,
73
+ )
74
+
75
+ response = client.get_httpx_client().request(
76
+ **kwargs,
77
+ )
78
+
79
+ return _build_response(client=client, response=response)
80
+
81
+
82
+ def sync(
83
+ path: str,
84
+ *,
85
+ client: Union[Client],
86
+ ) -> Optional[Union[ErrorResponse, str]]:
87
+ """Stream file modification events in a directory
88
+
89
+ Streams the path of modified files (one per line) in the given directory. Closes when the client
90
+ disconnects.
91
+
92
+ Args:
93
+ path (str):
94
+
95
+ Raises:
96
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
97
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
98
+
99
+ Returns:
100
+ Union[ErrorResponse, str]
101
+ """
102
+
103
+ return sync_detailed(
104
+ path=path,
105
+ client=client,
106
+ ).parsed
107
+
108
+
109
+ async def asyncio_detailed(
110
+ path: str,
111
+ *,
112
+ client: Union[Client],
113
+ ) -> Response[Union[ErrorResponse, str]]:
114
+ """Stream file modification events in a directory
115
+
116
+ Streams the path of modified files (one per line) in the given directory. Closes when the client
117
+ disconnects.
118
+
119
+ Args:
120
+ path (str):
121
+
122
+ Raises:
123
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
124
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
125
+
126
+ Returns:
127
+ Response[Union[ErrorResponse, str]]
128
+ """
129
+
130
+ kwargs = _get_kwargs(
131
+ path=path,
132
+ )
133
+
134
+ response = await client.get_async_httpx_client().request(**kwargs)
135
+
136
+ return _build_response(client=client, response=response)
137
+
138
+
139
+ async def asyncio(
140
+ path: str,
141
+ *,
142
+ client: Union[Client],
143
+ ) -> Optional[Union[ErrorResponse, str]]:
144
+ """Stream file modification events in a directory
145
+
146
+ Streams the path of modified files (one per line) in the given directory. Closes when the client
147
+ disconnects.
148
+
149
+ Args:
150
+ path (str):
151
+
152
+ Raises:
153
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
154
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
155
+
156
+ Returns:
157
+ Union[ErrorResponse, str]
158
+ """
159
+
160
+ return (
161
+ await asyncio_detailed(
162
+ path=path,
163
+ client=client,
164
+ )
165
+ ).parsed
@@ -0,0 +1,161 @@
1
+ from http import HTTPStatus
2
+ from typing import Any, Optional, Union, cast
3
+
4
+ import httpx
5
+
6
+ from ... import errors
7
+ from ...client import Client
8
+ from ...models.error_response import ErrorResponse
9
+ from ...types import Response
10
+
11
+
12
+ def _get_kwargs(
13
+ path: str,
14
+ ) -> dict[str, Any]:
15
+ _kwargs: dict[str, Any] = {
16
+ "method": "get",
17
+ "url": f"/ws/watch/filesystem/{path}",
18
+ }
19
+
20
+ return _kwargs
21
+
22
+
23
+ def _parse_response(*, client: Client, response: httpx.Response) -> Optional[Union[ErrorResponse, str]]:
24
+ if response.status_code == 101:
25
+ response_101 = cast(str, response.json())
26
+ return response_101
27
+ if response.status_code == 400:
28
+ response_400 = ErrorResponse.from_dict(response.json())
29
+
30
+ return response_400
31
+ if response.status_code == 500:
32
+ response_500 = ErrorResponse.from_dict(response.json())
33
+
34
+ return response_500
35
+ if client.raise_on_unexpected_status:
36
+ raise errors.UnexpectedStatus(response.status_code, response.content)
37
+ else:
38
+ return None
39
+
40
+
41
+ def _build_response(*, client: Client, response: httpx.Response) -> Response[Union[ErrorResponse, str]]:
42
+ return Response(
43
+ status_code=HTTPStatus(response.status_code),
44
+ content=response.content,
45
+ headers=response.headers,
46
+ parsed=_parse_response(client=client, response=response),
47
+ )
48
+
49
+
50
+ def sync_detailed(
51
+ path: str,
52
+ *,
53
+ client: Union[Client],
54
+ ) -> Response[Union[ErrorResponse, str]]:
55
+ """Stream file modification events in a directory via WebSocket
56
+
57
+ Streams JSON events of modified files in the given directory. Closes when the client disconnects.
58
+
59
+ Args:
60
+ path (str):
61
+
62
+ Raises:
63
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
64
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
65
+
66
+ Returns:
67
+ Response[Union[ErrorResponse, str]]
68
+ """
69
+
70
+ kwargs = _get_kwargs(
71
+ path=path,
72
+ )
73
+
74
+ response = client.get_httpx_client().request(
75
+ **kwargs,
76
+ )
77
+
78
+ return _build_response(client=client, response=response)
79
+
80
+
81
+ def sync(
82
+ path: str,
83
+ *,
84
+ client: Union[Client],
85
+ ) -> Optional[Union[ErrorResponse, str]]:
86
+ """Stream file modification events in a directory via WebSocket
87
+
88
+ Streams JSON events of modified files in the given directory. Closes when the client disconnects.
89
+
90
+ Args:
91
+ path (str):
92
+
93
+ Raises:
94
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
95
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
96
+
97
+ Returns:
98
+ Union[ErrorResponse, str]
99
+ """
100
+
101
+ return sync_detailed(
102
+ path=path,
103
+ client=client,
104
+ ).parsed
105
+
106
+
107
+ async def asyncio_detailed(
108
+ path: str,
109
+ *,
110
+ client: Union[Client],
111
+ ) -> Response[Union[ErrorResponse, str]]:
112
+ """Stream file modification events in a directory via WebSocket
113
+
114
+ Streams JSON events of modified files in the given directory. Closes when the client disconnects.
115
+
116
+ Args:
117
+ path (str):
118
+
119
+ Raises:
120
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
121
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
122
+
123
+ Returns:
124
+ Response[Union[ErrorResponse, str]]
125
+ """
126
+
127
+ kwargs = _get_kwargs(
128
+ path=path,
129
+ )
130
+
131
+ response = await client.get_async_httpx_client().request(**kwargs)
132
+
133
+ return _build_response(client=client, response=response)
134
+
135
+
136
+ async def asyncio(
137
+ path: str,
138
+ *,
139
+ client: Union[Client],
140
+ ) -> Optional[Union[ErrorResponse, str]]:
141
+ """Stream file modification events in a directory via WebSocket
142
+
143
+ Streams JSON events of modified files in the given directory. Closes when the client disconnects.
144
+
145
+ Args:
146
+ path (str):
147
+
148
+ Raises:
149
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
150
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
151
+
152
+ Returns:
153
+ Union[ErrorResponse, str]
154
+ """
155
+
156
+ return (
157
+ await asyncio_detailed(
158
+ path=path,
159
+ client=client,
160
+ )
161
+ ).parsed