blaxel 0.0.2rc1__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.
- blaxel-0.0.2rc1/.github/workflows/dev.yaml +36 -0
- blaxel-0.0.2rc1/.github/workflows/prod.yaml +28 -0
- blaxel-0.0.2rc1/.gitignore +23 -0
- blaxel-0.0.2rc1/LICENSE +21 -0
- blaxel-0.0.2rc1/Makefile +22 -0
- blaxel-0.0.2rc1/PKG-INFO +62 -0
- blaxel-0.0.2rc1/README.md +0 -0
- blaxel-0.0.2rc1/blaxel.toml +2 -0
- blaxel-0.0.2rc1/definition.yml +3193 -0
- blaxel-0.0.2rc1/doc.sh +1 -0
- blaxel-0.0.2rc1/docs/blaxel/agents.md +2 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/create_agent.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/delete_agent.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/get_agent.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/index.md +11 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/list_agent_revisions.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/list_agents.md +45 -0
- blaxel-0.0.2rc1/docs/blaxel/api/agents/update_agent.md +61 -0
- blaxel-0.0.2rc1/docs/blaxel/api/configurations/get_configuration.md +45 -0
- blaxel-0.0.2rc1/docs/blaxel/api/configurations/index.md +6 -0
- blaxel-0.0.2rc1/docs/blaxel/api/default/get_template.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/default/get_template_contents.md +49 -0
- blaxel-0.0.2rc1/docs/blaxel/api/default/get_template_file_contents.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/default/index.md +9 -0
- blaxel-0.0.2rc1/docs/blaxel/api/default/list_mcp_hub_definitions.md +37 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/create_function.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/delete_function.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/get_function.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/index.md +11 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/list_function_revisions.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/list_functions.md +45 -0
- blaxel-0.0.2rc1/docs/blaxel/api/functions/update_function.md +61 -0
- blaxel-0.0.2rc1/docs/blaxel/api/index.md +20 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/create_integration_connection.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/delete_integration_connection.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/get_integration.md +35 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/get_integration_connection.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/get_integration_connection_model.md +37 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/get_integration_connection_model_endpoint_configurations.md +35 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/index.md +14 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/list_integration_connection_models.md +35 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/list_integration_connections.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/integrations/update_integration_connection.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/invitations/index.md +6 -0
- blaxel-0.0.2rc1/docs/blaxel/api/invitations/list_all_pending_invitations.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/create_knowledgebase.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/delete_knowledgebase.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/get_knowledgebase.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/index.md +11 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/list_knowledgebase_revisions.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/list_knowledgebases.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/knowledgebases/update_knowledgebase.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/locations/index.md +6 -0
- blaxel-0.0.2rc1/docs/blaxel/api/locations/list_locations.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/create_model.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/delete_model.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/get_model.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/index.md +11 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/list_model_revisions.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/list_models.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/models/update_model.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/create_policy.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/delete_policy.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/get_policy.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/index.md +10 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/list_policies.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/policies/update_policy.md +73 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/create_private_cluster.md +45 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/delete_private_cluster.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/get_private_cluster.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/get_private_cluster_health.md +31 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/index.md +12 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/list_private_clusters.md +45 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/update_private_cluster.md +57 -0
- blaxel-0.0.2rc1/docs/blaxel/api/privateclusters/update_private_cluster_health.md +31 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/create_api_key_for_service_account.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/create_workspace_service_account.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/delete_api_key_for_service_account.md +37 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/delete_workspace_service_account.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/get_workspace_service_accounts.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/index.md +12 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/list_api_keys_for_service_account.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/service_accounts/update_workspace_service_account.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/templates/index.md +6 -0
- blaxel-0.0.2rc1/docs/blaxel/api/templates/list_templates.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/accept_workspace_invitation.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/create_worspace.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/decline_workspace_invitation.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/delete_workspace.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/get_workspace.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/index.md +17 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/invite_workspace_user.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/leave_workspace.md +65 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/list_workspace_users.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/list_workspaces.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/remove_workspace_user.md +37 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/update_workspace.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/api/workspaces/update_workspace_user_role.md +69 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/apikey.md +36 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/authentication.md +85 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/clientcredentials.md +71 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/credentials.md +160 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/device_mode.md +143 -0
- blaxel-0.0.2rc1/docs/blaxel/authentication/index.md +353 -0
- blaxel-0.0.2rc1/docs/blaxel/client.md +132 -0
- blaxel-0.0.2rc1/docs/blaxel/common/error.md +18 -0
- blaxel-0.0.2rc1/docs/blaxel/common/index.md +232 -0
- blaxel-0.0.2rc1/docs/blaxel/common/instrumentation.md +2 -0
- blaxel-0.0.2rc1/docs/blaxel/common/logger.md +59 -0
- blaxel-0.0.2rc1/docs/blaxel/common/secrets.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/common/settings.md +372 -0
- blaxel-0.0.2rc1/docs/blaxel/common/utils.md +21 -0
- blaxel-0.0.2rc1/docs/blaxel/deploy/deploy.md +91 -0
- blaxel-0.0.2rc1/docs/blaxel/deploy/format.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/deploy/index.md +25 -0
- blaxel-0.0.2rc1/docs/blaxel/deploy/parser.md +67 -0
- blaxel-0.0.2rc1/docs/blaxel/errors.md +14 -0
- blaxel-0.0.2rc1/docs/blaxel/functions.md +2 -0
- blaxel-0.0.2rc1/docs/blaxel/index.md +149 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/chroma.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/embeddings.md +19 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/factory.md +16 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/index.md +81 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/pinecone.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/qdrant.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/knowledgebases/types.md +61 -0
- blaxel-0.0.2rc1/docs/blaxel/models/acl.md +66 -0
- blaxel-0.0.2rc1/docs/blaxel/models/agent.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/agent_chain.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/agent_spec.md +106 -0
- blaxel-0.0.2rc1/docs/blaxel/models/api_key.md +70 -0
- blaxel-0.0.2rc1/docs/blaxel/models/configuration.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/continent.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/core_event.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/models/core_spec.md +74 -0
- blaxel-0.0.2rc1/docs/blaxel/models/core_spec_configurations.md +35 -0
- blaxel-0.0.2rc1/docs/blaxel/models/country.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/create_api_key_for_service_account_body.md +36 -0
- blaxel-0.0.2rc1/docs/blaxel/models/create_workspace_service_account_body.md +36 -0
- blaxel-0.0.2rc1/docs/blaxel/models/create_workspace_service_account_response_200.md +52 -0
- blaxel-0.0.2rc1/docs/blaxel/models/delete_workspace_service_account_response_200.md +48 -0
- blaxel-0.0.2rc1/docs/blaxel/models/entrypoint.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/entrypoint_env.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/flavor.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/form.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/form_config.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/form_oauth.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/form_secrets.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_kit.md +43 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_schema.md +98 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_schema_not.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_schema_or_bool.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_schema_properties.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/function_spec.md +86 -0
- blaxel-0.0.2rc1/docs/blaxel/models/get_workspace_service_accounts_response_200_item.md +48 -0
- blaxel-0.0.2rc1/docs/blaxel/models/histogram_bucket.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/histogram_stats.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/index.md +4675 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_connection.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_connection_spec.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_connection_spec_config.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_connection_spec_secret.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_model.md +78 -0
- blaxel-0.0.2rc1/docs/blaxel/models/integration_repository.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/models/invite_workspace_user_body.md +32 -0
- blaxel-0.0.2rc1/docs/blaxel/models/knowledgebase.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/knowledgebase_spec.md +66 -0
- blaxel-0.0.2rc1/docs/blaxel/models/knowledgebase_spec_options.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/last_n_requests_metric.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/latency_metric.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/location_response.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/models/mcp_definition.md +94 -0
- blaxel-0.0.2rc1/docs/blaxel/models/mcp_definition_entrypoint.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/mcp_definition_form.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/memory_allocation_metric.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metadata.md +62 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metadata_labels.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metric.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metrics.md +64 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metrics_models.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metrics_request_total_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/metrics_rps_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/model.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/model_private_cluster.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/model_spec.md +74 -0
- blaxel-0.0.2rc1/docs/blaxel/models/o_auth.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/owner_fields.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation.md +62 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation_accept.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation_render.md +54 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation_render_invited_by.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation_render_workspace.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pending_invitation_workspace_details.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/pod_template_spec.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/policy.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/policy_location.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/policy_max_tokens.md +54 -0
- blaxel-0.0.2rc1/docs/blaxel/models/policy_spec.md +56 -0
- blaxel-0.0.2rc1/docs/blaxel/models/private_cluster.md +91 -0
- blaxel-0.0.2rc1/docs/blaxel/models/private_location.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/models/repository.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_duration_over_time_metric.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_duration_over_time_metrics.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_by_origin_metric.md +39 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_by_origin_metric_request_total_by_origin_and_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_metric.md +47 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_metric_request_total_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/request_total_metric_rps_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/resource_log.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/resource_metrics.md +88 -0
- blaxel-0.0.2rc1/docs/blaxel/models/resource_metrics_request_total_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/resource_metrics_rps_per_code.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/revision_configuration.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/revision_metadata.md +62 -0
- blaxel-0.0.2rc1/docs/blaxel/models/runtime.md +84 -0
- blaxel-0.0.2rc1/docs/blaxel/models/runtime_startup_probe.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/serverless_config.md +43 -0
- blaxel-0.0.2rc1/docs/blaxel/models/spec_configuration.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/store_agent.md +74 -0
- blaxel-0.0.2rc1/docs/blaxel/models/store_agent_labels.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/store_configuration.md +66 -0
- blaxel-0.0.2rc1/docs/blaxel/models/store_configuration_option.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/template.md +78 -0
- blaxel-0.0.2rc1/docs/blaxel/models/template_variable.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/models/time_fields.md +38 -0
- blaxel-0.0.2rc1/docs/blaxel/models/time_to_first_token_over_time_metrics.md +34 -0
- blaxel-0.0.2rc1/docs/blaxel/models/token_rate_metric.md +54 -0
- blaxel-0.0.2rc1/docs/blaxel/models/token_rate_metrics.md +42 -0
- blaxel-0.0.2rc1/docs/blaxel/models/token_total_metric.md +54 -0
- blaxel-0.0.2rc1/docs/blaxel/models/trace_ids_response.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/update_workspace_service_account_body.md +36 -0
- blaxel-0.0.2rc1/docs/blaxel/models/update_workspace_service_account_response_200.md +48 -0
- blaxel-0.0.2rc1/docs/blaxel/models/update_workspace_user_role_body.md +32 -0
- blaxel-0.0.2rc1/docs/blaxel/models/websocket_channel.md +46 -0
- blaxel-0.0.2rc1/docs/blaxel/models/workspace.md +66 -0
- blaxel-0.0.2rc1/docs/blaxel/models/workspace_labels.md +28 -0
- blaxel-0.0.2rc1/docs/blaxel/models/workspace_user.md +58 -0
- blaxel-0.0.2rc1/docs/blaxel/run.md +50 -0
- blaxel-0.0.2rc1/docs/blaxel/serve/app.md +2 -0
- blaxel-0.0.2rc1/docs/blaxel/serve/index.md +7 -0
- blaxel-0.0.2rc1/docs/blaxel/serve/middlewares/accesslog.md +27 -0
- blaxel-0.0.2rc1/docs/blaxel/serve/middlewares/index.md +52 -0
- blaxel-0.0.2rc1/docs/blaxel/serve/middlewares/processtime.md +27 -0
- blaxel-0.0.2rc1/docs/blaxel/types.md +53 -0
- blaxel-0.0.2rc1/docs/blaxel-docs.md +2 -0
- blaxel-0.0.2rc1/integrationtest/agent_crewai.py +50 -0
- blaxel-0.0.2rc1/integrationtest/agent_langchain.py +52 -0
- blaxel-0.0.2rc1/integrationtest/agent_llamaindex.py +43 -0
- blaxel-0.0.2rc1/integrationtest/agent_openai.py +37 -0
- blaxel-0.0.2rc1/integrationtest/bl_agents.py +12 -0
- blaxel-0.0.2rc1/integrationtest/bl_models.py +44 -0
- blaxel-0.0.2rc1/integrationtest/bl_tools.py +48 -0
- blaxel-0.0.2rc1/integrationtest/client.py +45 -0
- blaxel-0.0.2rc1/integrationtest/env.py +8 -0
- blaxel-0.0.2rc1/integrationtest/fastapi_crewai.py +68 -0
- blaxel-0.0.2rc1/integrationtest/fastapi_langchain.py +46 -0
- blaxel-0.0.2rc1/integrationtest/fastapi_llamaindex.py +52 -0
- blaxel-0.0.2rc1/integrationtest/fastapi_openai.py +50 -0
- blaxel-0.0.2rc1/integrationtest/mcp_client.py +19 -0
- blaxel-0.0.2rc1/integrationtest/mcp_server.py +19 -0
- blaxel-0.0.2rc1/openapi-python-client.yml +5 -0
- blaxel-0.0.2rc1/pyproject.toml +92 -0
- blaxel-0.0.2rc1/src/blaxel/__init__.py +7 -0
- blaxel-0.0.2rc1/src/blaxel/agents/__init__.py +93 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/__init__.py +89 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/apikey.py +44 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/clientcredentials.py +93 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/devicemode.py +186 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/oauth.py +50 -0
- blaxel-0.0.2rc1/src/blaxel/authentication/types.py +39 -0
- blaxel-0.0.2rc1/src/blaxel/cache/__init__.py +3 -0
- blaxel-0.0.2rc1/src/blaxel/cache/cache.py +46 -0
- blaxel-0.0.2rc1/src/blaxel/client/__init__.py +8 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/__init__.py +1 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/create_agent.py +158 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/delete_agent.py +146 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/get_agent.py +146 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/list_agent_revisions.py +151 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/list_agents.py +127 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/agents/update_agent.py +171 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/configurations/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/configurations/get_configuration.py +122 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/default/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/default/get_template.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/default/get_template_contents.py +141 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/default/get_template_file_contents.py +153 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/default/list_mcp_hub_definitions.py +123 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/create_function.py +158 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/delete_function.py +146 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/get_function.py +146 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/list_function_revisions.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/list_functions.py +127 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/functions/update_function.py +171 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/create_integration_connection.py +166 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/delete_integration_connection.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/get_integration.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/get_integration_connection.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/get_integration_connection_model.py +104 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/get_integration_connection_model_endpoint_configurations.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/list_integration_connection_models.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/list_integration_connections.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/integrations/update_integration_connection.py +179 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/invitations/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/invitations/list_all_pending_invitations.py +142 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/create_knowledgebase.py +166 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/delete_knowledgebase.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/get_knowledgebase.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/list_knowledgebase_revisions.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/list_knowledgebases.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/knowledgebases/update_knowledgebase.py +179 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/locations/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/locations/list_locations.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/create_model.py +166 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/delete_model.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/get_model.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/list_model_revisions.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/list_models.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/models/update_model.py +179 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/create_policy.py +170 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/delete_policy.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/get_policy.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/list_policies.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/policies/update_policy.py +183 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/create_private_cluster.py +128 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/delete_private_cluster.py +152 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/get_private_cluster.py +155 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/get_private_cluster_health.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/list_private_clusters.py +136 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/update_private_cluster.py +152 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/privateclusters/update_private_cluster_health.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/create_api_key_for_service_account.py +180 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/create_workspace_service_account.py +169 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/delete_api_key_for_service_account.py +104 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/delete_workspace_service_account.py +156 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/get_workspace_service_accounts.py +141 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/list_api_keys_for_service_account.py +159 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/service_accounts/update_workspace_service_account.py +182 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/templates/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/templates/list_templates.py +130 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/__init__.py +0 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/accept_workspace_invitation.py +157 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/create_worspace.py +166 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/decline_workspace_invitation.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/delete_workspace.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/get_workspace.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/invite_workspace_user.py +173 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/leave_workspace.py +157 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/list_workspace_users.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/list_workspaces.py +135 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/remove_workspace_user.py +101 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/update_workspace.py +179 -0
- blaxel-0.0.2rc1/src/blaxel/client/api/workspaces/update_workspace_user_role.py +186 -0
- blaxel-0.0.2rc1/src/blaxel/client/client.py +162 -0
- blaxel-0.0.2rc1/src/blaxel/client/errors.py +16 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/__init__.py +235 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/acl.py +133 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/agent.py +129 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/agent_chain.py +88 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/agent_spec.py +352 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/api_key.py +142 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/configuration.py +85 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/continent.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/core_event.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/core_spec.py +252 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/core_spec_configurations.py +77 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/country.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/create_api_key_for_service_account_body.py +69 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/create_workspace_service_account_body.py +71 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/create_workspace_service_account_response_200.py +105 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/delete_workspace_service_account_response_200.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/entrypoint.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/entrypoint_env.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/flavor.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/form.py +116 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/form_config.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/form_oauth.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/form_secrets.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function.py +129 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_kit.py +95 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_schema.py +250 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_schema_not.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_schema_or_bool.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_schema_properties.py +61 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/function_spec.py +305 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/get_workspace_service_accounts_response_200_item.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/histogram_bucket.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/histogram_stats.py +88 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_connection.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_connection_spec.py +114 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_connection_spec_config.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_connection_spec_secret.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_model.py +162 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/integration_repository.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/invite_workspace_user_body.py +60 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/knowledgebase.py +129 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/knowledgebase_spec.py +163 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/knowledgebase_spec_options.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/last_n_requests_metric.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/latency_metric.py +144 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/location_response.py +116 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/mcp_definition.py +226 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/mcp_definition_entrypoint.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/mcp_definition_form.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/memory_allocation_metric.py +61 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metadata.py +139 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metadata_labels.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metric.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metrics.py +169 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metrics_models.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metrics_request_total_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/metrics_rps_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/model.py +129 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/model_private_cluster.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/model_spec.py +252 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/o_auth.py +72 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/owner_fields.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation.py +124 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation_accept.py +85 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation_render.py +147 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation_render_invited_by.py +88 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation_render_workspace.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pending_invitation_workspace_details.py +72 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/pod_template_spec.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/policy.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/policy_location.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/policy_max_tokens.py +106 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/policy_spec.py +157 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/private_cluster.py +183 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/private_location.py +61 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/repository.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_duration_over_time_metric.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_duration_over_time_metrics.py +80 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_by_origin_metric.py +115 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_by_origin_metric_request_total_by_origin_and_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_metric.py +123 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_metric_request_total_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/request_total_metric_rps_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/resource_log.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/resource_metrics.py +342 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/resource_metrics_request_total_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/resource_metrics_rps_per_code.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/revision_configuration.py +88 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/revision_metadata.py +124 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/runtime.py +196 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/runtime_startup_probe.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/serverless_config.py +80 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/spec_configuration.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/store_agent.py +181 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/store_agent_labels.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/store_configuration.py +154 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/store_configuration_option.py +79 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/template.py +181 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/template_variable.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/time_fields.py +70 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/time_to_first_token_over_time_metrics.py +80 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/token_rate_metric.py +106 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/token_rate_metrics.py +120 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/token_total_metric.py +106 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/trace_ids_response.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/update_workspace_service_account_body.py +69 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/update_workspace_service_account_response_200.py +96 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/update_workspace_user_role_body.py +60 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/websocket_channel.py +88 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/workspace.py +148 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/workspace_labels.py +45 -0
- blaxel-0.0.2rc1/src/blaxel/client/models/workspace_user.py +115 -0
- blaxel-0.0.2rc1/src/blaxel/client/py.typed +1 -0
- blaxel-0.0.2rc1/src/blaxel/client/types.py +46 -0
- blaxel-0.0.2rc1/src/blaxel/common/autoload.py +8 -0
- blaxel-0.0.2rc1/src/blaxel/common/env.py +47 -0
- blaxel-0.0.2rc1/src/blaxel/common/logger.py +60 -0
- blaxel-0.0.2rc1/src/blaxel/common/settings.py +69 -0
- blaxel-0.0.2rc1/src/blaxel/mcp/__init__.py +3 -0
- blaxel-0.0.2rc1/src/blaxel/mcp/client.py +97 -0
- blaxel-0.0.2rc1/src/blaxel/mcp/server.py +137 -0
- blaxel-0.0.2rc1/src/blaxel/models/__init__.py +60 -0
- blaxel-0.0.2rc1/src/blaxel/models/crewai.py +54 -0
- blaxel-0.0.2rc1/src/blaxel/models/custom/langchain/gemini.py +1455 -0
- blaxel-0.0.2rc1/src/blaxel/models/custom/llamaindex/cohere.py +533 -0
- blaxel-0.0.2rc1/src/blaxel/models/langchain.py +67 -0
- blaxel-0.0.2rc1/src/blaxel/models/llamaindex.py +78 -0
- blaxel-0.0.2rc1/src/blaxel/models/openai.py +19 -0
- blaxel-0.0.2rc1/src/blaxel/tools/__init__.py +192 -0
- blaxel-0.0.2rc1/src/blaxel/tools/common.py +44 -0
- blaxel-0.0.2rc1/src/blaxel/tools/crewai.py +26 -0
- blaxel-0.0.2rc1/src/blaxel/tools/langchain.py +42 -0
- blaxel-0.0.2rc1/src/blaxel/tools/llamaindex.py +25 -0
- blaxel-0.0.2rc1/src/blaxel/tools/openai.py +25 -0
- blaxel-0.0.2rc1/src/blaxel/tools/types.py +20 -0
- blaxel-0.0.2rc1/templates/.gitignore.jinja +23 -0
- blaxel-0.0.2rc1/templates/README.md.jinja +118 -0
- blaxel-0.0.2rc1/templates/api_init.py.jinja +1 -0
- blaxel-0.0.2rc1/templates/client.py.jinja +161 -0
- blaxel-0.0.2rc1/templates/endpoint_init.py.jinja +0 -0
- blaxel-0.0.2rc1/templates/endpoint_macros.py.jinja +182 -0
- blaxel-0.0.2rc1/templates/endpoint_module.py.jinja +152 -0
- blaxel-0.0.2rc1/templates/errors.py.jinja +14 -0
- blaxel-0.0.2rc1/templates/helpers.jinja +8 -0
- blaxel-0.0.2rc1/templates/int_enum.py.jinja +9 -0
- blaxel-0.0.2rc1/templates/literal_enum.py.jinja +10 -0
- blaxel-0.0.2rc1/templates/model.py.jinja +202 -0
- blaxel-0.0.2rc1/templates/models_init.py.jinja +13 -0
- blaxel-0.0.2rc1/templates/package_init.py.jinja +9 -0
- blaxel-0.0.2rc1/templates/property_templates/any_property.py.jinja +7 -0
- blaxel-0.0.2rc1/templates/property_templates/boolean_property.py.jinja +11 -0
- blaxel-0.0.2rc1/templates/property_templates/const_property.py.jinja +5 -0
- blaxel-0.0.2rc1/templates/property_templates/date_property.py.jinja +39 -0
- blaxel-0.0.2rc1/templates/property_templates/datetime_property.py.jinja +39 -0
- blaxel-0.0.2rc1/templates/property_templates/enum_property.py.jinja +39 -0
- blaxel-0.0.2rc1/templates/property_templates/file_property.py.jinja +33 -0
- blaxel-0.0.2rc1/templates/property_templates/float_property.py.jinja +11 -0
- blaxel-0.0.2rc1/templates/property_templates/helpers.jinja +10 -0
- blaxel-0.0.2rc1/templates/property_templates/int_property.py.jinja +11 -0
- blaxel-0.0.2rc1/templates/property_templates/list_property.py.jinja +77 -0
- blaxel-0.0.2rc1/templates/property_templates/literal_enum_property.py.jinja +38 -0
- blaxel-0.0.2rc1/templates/property_templates/model_property.py.jinja +53 -0
- blaxel-0.0.2rc1/templates/property_templates/property_macros.py.jinja +14 -0
- blaxel-0.0.2rc1/templates/property_templates/union_property.py.jinja +99 -0
- blaxel-0.0.2rc1/templates/property_templates/uuid_property.py.jinja +38 -0
- blaxel-0.0.2rc1/templates/pyproject.toml.jinja +49 -0
- blaxel-0.0.2rc1/templates/pyproject_ruff.toml.jinja +5 -0
- blaxel-0.0.2rc1/templates/setup.py.jinja +18 -0
- blaxel-0.0.2rc1/templates/str_enum.py.jinja +9 -0
- blaxel-0.0.2rc1/templates/types.py.jinja +47 -0
- blaxel-0.0.2rc1/uv.lock +5110 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
name: Python SDK dev
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
push:
|
|
6
|
+
branches: ["main"]
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
pypi-publish:
|
|
10
|
+
name: Upload to PyPI
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
environment: release
|
|
13
|
+
permissions:
|
|
14
|
+
# For PyPI's trusted publishing.
|
|
15
|
+
id-token: write
|
|
16
|
+
steps:
|
|
17
|
+
- uses: actions/checkout@v4
|
|
18
|
+
with:
|
|
19
|
+
fetch-tags: true
|
|
20
|
+
fetch-depth: 0
|
|
21
|
+
- name: "Install uv"
|
|
22
|
+
uses: astral-sh/setup-uv@v4
|
|
23
|
+
- name: Set version
|
|
24
|
+
run: |
|
|
25
|
+
VERSION=$(git describe --tags --abbrev=0)
|
|
26
|
+
VERSION="${VERSION#v}"
|
|
27
|
+
# Split version into parts and increment minor version
|
|
28
|
+
IFS='.' read -r major minor patch <<< "$VERSION"
|
|
29
|
+
patch=$((patch + 1))
|
|
30
|
+
VERSION="${major}.${minor}.${patch}"
|
|
31
|
+
echo "Current version: $VERSION"
|
|
32
|
+
sed -i -E "s/^version = .*/version = \"${VERSION}.pre-${{ github.run_number }}\"/" pyproject.toml
|
|
33
|
+
- name: Publish to PyPi
|
|
34
|
+
run: |
|
|
35
|
+
uv build
|
|
36
|
+
uv publish -v --trusted-publishing automatic dist/*
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: Python SDK release
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "*"
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
pypi-publish:
|
|
10
|
+
name: Upload to PyPI
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
environment: release
|
|
13
|
+
permissions:
|
|
14
|
+
id-token: write
|
|
15
|
+
steps:
|
|
16
|
+
- uses: actions/checkout@v4
|
|
17
|
+
- name: "Install uv"
|
|
18
|
+
uses: astral-sh/setup-uv@v4
|
|
19
|
+
- name: Set version
|
|
20
|
+
run: |
|
|
21
|
+
VERSION="${{ github.ref_name }}"
|
|
22
|
+
VERSION="${VERSION#v}"
|
|
23
|
+
echo "Setting version to $VERSION"
|
|
24
|
+
sed -i -E "s/^version = .*/version = \"${VERSION}\"/" pyproject.toml
|
|
25
|
+
- name: Publish to PyPi
|
|
26
|
+
run: |
|
|
27
|
+
uv build
|
|
28
|
+
uv publish -v --trusted-publishing automatic dist/*
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
__pycache__/
|
|
2
|
+
build/
|
|
3
|
+
dist/
|
|
4
|
+
*.egg-info/
|
|
5
|
+
.pytest_cache/
|
|
6
|
+
.ruff_cache
|
|
7
|
+
# pyenv
|
|
8
|
+
.python-version
|
|
9
|
+
|
|
10
|
+
# Environments
|
|
11
|
+
.env
|
|
12
|
+
.venv
|
|
13
|
+
|
|
14
|
+
# mypy
|
|
15
|
+
.mypy_cache/
|
|
16
|
+
.dmypy.json
|
|
17
|
+
dmypy.json
|
|
18
|
+
|
|
19
|
+
# JetBrains
|
|
20
|
+
.idea/
|
|
21
|
+
|
|
22
|
+
/coverage.xml
|
|
23
|
+
/.coverage
|
blaxel-0.0.2rc1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Beamlit, Inc
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
blaxel-0.0.2rc1/Makefile
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
sdk:
|
|
3
|
+
cp ../controlplane/api/api/definitions/controlplane.yml ./definition.yml
|
|
4
|
+
rm -rf src/blaxel/client/api src/blaxel/client/models
|
|
5
|
+
openapi-python-client generate \
|
|
6
|
+
--path=definition.yml \
|
|
7
|
+
--output-path=./tmp-sdk-python \
|
|
8
|
+
--overwrite \
|
|
9
|
+
--custom-template-path=./templates \
|
|
10
|
+
--config=./openapi-python-client.yml
|
|
11
|
+
cp -r ./tmp-sdk-python/blaxel/* ./src/blaxel/client
|
|
12
|
+
rm -rf ./tmp-sdk-python
|
|
13
|
+
uv run ruff check --fix
|
|
14
|
+
|
|
15
|
+
doc:
|
|
16
|
+
rm -rf docs
|
|
17
|
+
uv run pdoc blaxel-docs src/blaxel -o docs --force --skip-errors
|
|
18
|
+
|
|
19
|
+
lint:
|
|
20
|
+
uv run ruff check --fix
|
|
21
|
+
|
|
22
|
+
.PHONY: sdk
|
blaxel-0.0.2rc1/PKG-INFO
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: blaxel
|
|
3
|
+
Version: 0.0.2rc1
|
|
4
|
+
Summary: Add your description here
|
|
5
|
+
Author-email: cploujoux <cploujoux@blaxel.ai>
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Requires-Dist: asgi-correlation-id<5.0.0,>=4.3.4
|
|
9
|
+
Requires-Dist: attrs>=21.3.0
|
|
10
|
+
Requires-Dist: crewai>=0.95.0
|
|
11
|
+
Requires-Dist: httpx>=0.28.1
|
|
12
|
+
Requires-Dist: langchain-anthropic>=0.3.10
|
|
13
|
+
Requires-Dist: langchain-cohere>=0.4.3
|
|
14
|
+
Requires-Dist: langchain-community<0.4.0,>=0.3.3
|
|
15
|
+
Requires-Dist: langchain-core<0.4.0,>=0.3.13
|
|
16
|
+
Requires-Dist: langchain-deepseek-official>=0.1.0.post1
|
|
17
|
+
Requires-Dist: langchain-openai>=0.3.10
|
|
18
|
+
Requires-Dist: langchain-xai>=0.2.2
|
|
19
|
+
Requires-Dist: langgraph<0.3.0,>=0.2.40
|
|
20
|
+
Requires-Dist: llama-index-llms-anthropic>=0.6.10
|
|
21
|
+
Requires-Dist: llama-index-llms-cohere>=0.4.0
|
|
22
|
+
Requires-Dist: llama-index-llms-deepseek>=0.1.1
|
|
23
|
+
Requires-Dist: llama-index-llms-google-genai>=0.1.7
|
|
24
|
+
Requires-Dist: llama-index-llms-groq>=0.3.1
|
|
25
|
+
Requires-Dist: llama-index-llms-mistralai>=0.4.0
|
|
26
|
+
Requires-Dist: llama-index-llms-openai>=0.3.28
|
|
27
|
+
Requires-Dist: llama-index>=0.12.26
|
|
28
|
+
Requires-Dist: mcp>=1.2.1
|
|
29
|
+
Requires-Dist: openai-agents>=0.0.7
|
|
30
|
+
Requires-Dist: opentelemetry-api>=1.28.2
|
|
31
|
+
Requires-Dist: opentelemetry-exporter-otlp>=1.28.2
|
|
32
|
+
Requires-Dist: opentelemetry-instrumentation-anthropic>=0.35.0
|
|
33
|
+
Requires-Dist: opentelemetry-instrumentation-chromadb>=0.35.0
|
|
34
|
+
Requires-Dist: opentelemetry-instrumentation-cohere>=0.35.0
|
|
35
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi>=0.49b2
|
|
36
|
+
Requires-Dist: opentelemetry-instrumentation-groq>=0.35.0
|
|
37
|
+
Requires-Dist: opentelemetry-instrumentation-httpx>=0.49b2
|
|
38
|
+
Requires-Dist: opentelemetry-instrumentation-lancedb>=0.35.0
|
|
39
|
+
Requires-Dist: opentelemetry-instrumentation-langchain>=0.35.0
|
|
40
|
+
Requires-Dist: opentelemetry-instrumentation-llamaindex>=0.35.0
|
|
41
|
+
Requires-Dist: opentelemetry-instrumentation-marqo>=0.35.0
|
|
42
|
+
Requires-Dist: opentelemetry-instrumentation-milvus>=0.35.0
|
|
43
|
+
Requires-Dist: opentelemetry-instrumentation-mistralai>=0.35.0
|
|
44
|
+
Requires-Dist: opentelemetry-instrumentation-ollama>=0.35.0
|
|
45
|
+
Requires-Dist: opentelemetry-instrumentation-openai>=0.35.0
|
|
46
|
+
Requires-Dist: opentelemetry-instrumentation-pinecone>=0.35.0
|
|
47
|
+
Requires-Dist: opentelemetry-instrumentation-qdrant>=0.35.0
|
|
48
|
+
Requires-Dist: opentelemetry-instrumentation-replicate>=0.35.0
|
|
49
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics>=0.50b0
|
|
50
|
+
Requires-Dist: opentelemetry-instrumentation-together>=0.35.0
|
|
51
|
+
Requires-Dist: opentelemetry-instrumentation-watsonx>=0.35.0
|
|
52
|
+
Requires-Dist: opentelemetry-instrumentation-weaviate>=0.35.0
|
|
53
|
+
Requires-Dist: opentelemetry-sdk>=1.28.2
|
|
54
|
+
Requires-Dist: pillow>=10.0.0
|
|
55
|
+
Requires-Dist: pydantic-settings<2.7.0,>=2.6.1
|
|
56
|
+
Requires-Dist: pydantic<2.11.0,>=2.10.3
|
|
57
|
+
Requires-Dist: pyjwt>=2.10.1
|
|
58
|
+
Requires-Dist: python-dateutil>=2.8.0
|
|
59
|
+
Requires-Dist: pyyaml<6.1.0,>=6.0.2
|
|
60
|
+
Requires-Dist: requests<2.33.0,>=2.32.3
|
|
61
|
+
Requires-Dist: tomli>=2.2.1
|
|
62
|
+
Requires-Dist: websockets<15.0.0
|
|
File without changes
|