alibabacloud-agentrun20250910 5.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- alibabacloud_agentrun20250910/__init__.py +1 -0
- alibabacloud_agentrun20250910/client.py +3712 -0
- alibabacloud_agentrun20250910/models/__init__.py +579 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcprequest.py +43 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_agent_runtime.py +261 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint.py +110 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version.py +79 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version_result.py +55 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_service_config.py +49 -0
- alibabacloud_agentrun20250910/models/_ai_service_config.py +67 -0
- alibabacloud_agentrun20250910/models/_apig_llmmodel.py +137 -0
- alibabacloud_agentrun20250910/models/_arms_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_attach_policy_config.py +49 -0
- alibabacloud_agentrun20250910/models/_browser.py +145 -0
- alibabacloud_agentrun20250910/models/_browser_automation_stream.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_configuration.py +73 -0
- alibabacloud_agentrun20250910/models/_browser_live_view_stream.py +33 -0
- alibabacloud_agentrun20250910/models/_browser_oss_location.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_recording_configuration.py +44 -0
- alibabacloud_agentrun20250910/models/_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_browser_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_browser_session_out.py +83 -0
- alibabacloud_agentrun20250910/models/_browser_streams.py +47 -0
- alibabacloud_agentrun20250910/models/_browser_view_port.py +41 -0
- alibabacloud_agentrun20250910/models/_capconfig.py +49 -0
- alibabacloud_agentrun20250910/models/_cert_config.py +52 -0
- alibabacloud_agentrun20250910/models/_code_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_code_info.py +41 -0
- alibabacloud_agentrun20250910/models/_code_interpreter.py +134 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_config.py +54 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_out.py +94 -0
- alibabacloud_agentrun20250910/models/_common_result.py +54 -0
- alibabacloud_agentrun20250910/models/_container_configuration.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_input.py +219 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_version_input.py +34 -0
- alibabacloud_agentrun20250910/models/_create_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_browser_input.py +101 -0
- alibabacloud_agentrun20250910/models/_create_browser_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_input.py +107 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_credential_input.py +87 -0
- alibabacloud_agentrun20250910/models/_create_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_create_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_custom_domain_input.py +92 -0
- alibabacloud_agentrun20250910/models/_create_domain_input.py +49 -0
- alibabacloud_agentrun20250910/models/_create_gateway_input.py +60 -0
- alibabacloud_agentrun20250910/models/_create_gateway_target_input.py +52 -0
- alibabacloud_agentrun20250910/models/_create_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_input.py +154 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_model_service_input.py +110 -0
- alibabacloud_agentrun20250910/models/_create_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_input.py +75 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_template_input.py +210 -0
- alibabacloud_agentrun20250910/models/_create_template_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_create_tool_input.py +80 -0
- alibabacloud_agentrun20250910/models/_create_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_credential.py +124 -0
- alibabacloud_agentrun20250910/models/_credential_configuration.py +34 -0
- alibabacloud_agentrun20250910/models/_credential_list_item.py +89 -0
- alibabacloud_agentrun20250910/models/_credential_public_config.py +167 -0
- alibabacloud_agentrun20250910/models/_credential_result.py +52 -0
- alibabacloud_agentrun20250910/models/_custom_domain.py +106 -0
- alibabacloud_agentrun20250910/models/_custom_domain_result.py +55 -0
- alibabacloud_agentrun20250910/models/_custom_runtime_config.py +51 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_result.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_result.py +54 -0
- alibabacloud_agentrun20250910/models/_deregister_service_input.py +36 -0
- alibabacloud_agentrun20250910/models/_domain_info.py +57 -0
- alibabacloud_agentrun20250910/models/_error_result.py +52 -0
- alibabacloud_agentrun20250910/models/_fclink_config.py +41 -0
- alibabacloud_agentrun20250910/models/_gateway.py +81 -0
- alibabacloud_agentrun20250910/models/_gateway_network_configuration.py +51 -0
- alibabacloud_agentrun20250910/models/_get_access_token_request.py +49 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response_body.py +79 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_request.py +34 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_get_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_tool_output.py +44 -0
- alibabacloud_agentrun20250910/models/_gray_traffic_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_health_check_config.py +79 -0
- alibabacloud_agentrun20250910/models/_health_check_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_input.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_request.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_request.py +70 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_browsers_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_browsers_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_browsers_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_browsers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_browsers_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_request.py +52 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_credentials_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_credentials_request.py +84 -0
- alibabacloud_agentrun20250910/models/_list_credentials_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_credentials_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_gateways_output.py +60 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_request.py +65 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response_body.py +176 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_request.py +58 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_model_services_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_services_request.py +66 -0
- alibabacloud_agentrun20250910/models/_list_model_services_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_services_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_output.py +53 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_request.py +67 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_templates_output.py +72 -0
- alibabacloud_agentrun20250910/models/_list_templates_request.py +68 -0
- alibabacloud_agentrun20250910/models/_list_templates_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_templates_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_tools_output.py +68 -0
- alibabacloud_agentrun20250910/models/_llmapiconfiguration.py +101 -0
- alibabacloud_agentrun20250910/models/_llmdeploy_config.py +93 -0
- alibabacloud_agentrun20250910/models/_log_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_mcpapi.py +95 -0
- alibabacloud_agentrun20250910/models/_mcpapiconfiguration.py +65 -0
- alibabacloud_agentrun20250910/models/_mcpbackend_config.py +52 -0
- alibabacloud_agentrun20250910/models/_mcpmatch.py +36 -0
- alibabacloud_agentrun20250910/models/_mcppath_match.py +41 -0
- alibabacloud_agentrun20250910/models/_mcpserver_config.py +49 -0
- alibabacloud_agentrun20250910/models/_mcpservice_config.py +33 -0
- alibabacloud_agentrun20250910/models/_model.py +137 -0
- alibabacloud_agentrun20250910/models/_model_features.py +65 -0
- alibabacloud_agentrun20250910/models/_model_info_config.py +74 -0
- alibabacloud_agentrun20250910/models/_model_parameter_rule.py +75 -0
- alibabacloud_agentrun20250910/models/_model_properties.py +33 -0
- alibabacloud_agentrun20250910/models/_model_proxy.py +194 -0
- alibabacloud_agentrun20250910/models/_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_model_service.py +146 -0
- alibabacloud_agentrun20250910/models/_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_nasconfig.py +60 -0
- alibabacloud_agentrun20250910/models/_nasmount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_network_configuration.py +59 -0
- alibabacloud_agentrun20250910/models/_oss_configuration.py +68 -0
- alibabacloud_agentrun20250910/models/_ossmount_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ossmount_point.py +65 -0
- alibabacloud_agentrun20250910/models/_pagination_info.py +57 -0
- alibabacloud_agentrun20250910/models/_path_config.py +72 -0
- alibabacloud_agentrun20250910/models/_polar_fs_config.py +60 -0
- alibabacloud_agentrun20250910/models/_polar_fs_mount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_policy_config.py +52 -0
- alibabacloud_agentrun20250910/models/_protocol_configuration.py +33 -0
- alibabacloud_agentrun20250910/models/_provider_settings.py +51 -0
- alibabacloud_agentrun20250910/models/_proxy_config.py +372 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_input.py +43 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_request.py +36 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_response.py +54 -0
- alibabacloud_agentrun20250910/models/_recording_configuration.py +47 -0
- alibabacloud_agentrun20250910/models/_register_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_related_resource.py +49 -0
- alibabacloud_agentrun20250910/models/_related_workload.py +49 -0
- alibabacloud_agentrun20250910/models/_route_config.py +45 -0
- alibabacloud_agentrun20250910/models/_routing_configuration.py +45 -0
- alibabacloud_agentrun20250910/models/_sandbox.py +123 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_out.py +36 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_result.py +54 -0
- alibabacloud_agentrun20250910/models/_sandbox_result.py +57 -0
- alibabacloud_agentrun20250910/models/_service_config.py +44 -0
- alibabacloud_agentrun20250910/models/_service_result.py +54 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_input.py +33 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_input.py +34 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_stop_code_interpreter_session_result.py +42 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_result.py +52 -0
- alibabacloud_agentrun20250910/models/_stop_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_target.py +55 -0
- alibabacloud_agentrun20250910/models/_target_configuration.py +55 -0
- alibabacloud_agentrun20250910/models/_target_service_config.py +57 -0
- alibabacloud_agentrun20250910/models/_template.py +352 -0
- alibabacloud_agentrun20250910/models/_template_result.py +57 -0
- alibabacloud_agentrun20250910/models/_tlsconfig.py +54 -0
- alibabacloud_agentrun20250910/models/_tool_info.py +100 -0
- alibabacloud_agentrun20250910/models/_tool_list_item.py +100 -0
- alibabacloud_agentrun20250910/models/_trigger_config.py +43 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_input.py +193 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_credential_input.py +60 -0
- alibabacloud_agentrun20250910/models/_update_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_update_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_custom_domain_input.py +79 -0
- alibabacloud_agentrun20250910/models/_update_domain_input.py +41 -0
- alibabacloud_agentrun20250910/models/_update_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_input.py +93 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_model_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_update_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_target_configuration_input.py +44 -0
- alibabacloud_agentrun20250910/models/_update_template_input.py +177 -0
- alibabacloud_agentrun20250910/models/_update_template_request.py +48 -0
- alibabacloud_agentrun20250910/models/_update_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_update_tool_input.py +49 -0
- alibabacloud_agentrun20250910/models/_update_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_version_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_view_port_configuration.py +47 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/LICENSE +13 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/METADATA +69 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/RECORD +282 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/WHEEL +5 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class VersionWeight(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
version: str = None,
|
|
11
|
+
weight: float = None,
|
|
12
|
+
):
|
|
13
|
+
# 智能体运行时版本号
|
|
14
|
+
self.version = version
|
|
15
|
+
# 流量权重比例(0.0-1.0)
|
|
16
|
+
self.weight = weight
|
|
17
|
+
|
|
18
|
+
def validate(self):
|
|
19
|
+
pass
|
|
20
|
+
|
|
21
|
+
def to_map(self):
|
|
22
|
+
result = dict()
|
|
23
|
+
_map = super().to_map()
|
|
24
|
+
if _map is not None:
|
|
25
|
+
result = _map
|
|
26
|
+
if self.version is not None:
|
|
27
|
+
result['version'] = self.version
|
|
28
|
+
|
|
29
|
+
if self.weight is not None:
|
|
30
|
+
result['weight'] = self.weight
|
|
31
|
+
|
|
32
|
+
return result
|
|
33
|
+
|
|
34
|
+
def from_map(self, m: dict = None):
|
|
35
|
+
m = m or dict()
|
|
36
|
+
if m.get('version') is not None:
|
|
37
|
+
self.version = m.get('version')
|
|
38
|
+
|
|
39
|
+
if m.get('weight') is not None:
|
|
40
|
+
self.weight = m.get('weight')
|
|
41
|
+
|
|
42
|
+
return self
|
|
43
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class ViewPortConfiguration(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
height: float = None,
|
|
11
|
+
width: float = None,
|
|
12
|
+
):
|
|
13
|
+
# 视口高度(像素)
|
|
14
|
+
#
|
|
15
|
+
# This parameter is required.
|
|
16
|
+
self.height = height
|
|
17
|
+
# 视口宽度(像素)
|
|
18
|
+
#
|
|
19
|
+
# This parameter is required.
|
|
20
|
+
self.width = width
|
|
21
|
+
|
|
22
|
+
def validate(self):
|
|
23
|
+
pass
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.height is not None:
|
|
31
|
+
result['height'] = self.height
|
|
32
|
+
|
|
33
|
+
if self.width is not None:
|
|
34
|
+
result['width'] = self.width
|
|
35
|
+
|
|
36
|
+
return result
|
|
37
|
+
|
|
38
|
+
def from_map(self, m: dict = None):
|
|
39
|
+
m = m or dict()
|
|
40
|
+
if m.get('height') is not None:
|
|
41
|
+
self.height = m.get('height')
|
|
42
|
+
|
|
43
|
+
if m.get('width') is not None:
|
|
44
|
+
self.width = m.get('width')
|
|
45
|
+
|
|
46
|
+
return self
|
|
47
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud-agentrun20250910
|
|
3
|
+
Version: 5.0.0
|
|
4
|
+
Summary: Alibaba Cloud AgentRun (20250910) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,agentrun20250910
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Topic :: Software Development
|
|
23
|
+
Requires-Python: >=3.7
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
License-File: LICENSE
|
|
26
|
+
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.1)
|
|
27
|
+
Requires-Dist: darabonba-core (<2.0.0,>=1.0.0)
|
|
28
|
+
|
|
29
|
+
English | [简体中文](README-CN.md)
|
|
30
|
+

|
|
31
|
+
|
|
32
|
+
## Alibaba Cloud AgentRun SDK for Python
|
|
33
|
+
|
|
34
|
+
## Requirements
|
|
35
|
+
|
|
36
|
+
- Python >= 3.7
|
|
37
|
+
|
|
38
|
+
## Installation
|
|
39
|
+
|
|
40
|
+
- **Install with pip**
|
|
41
|
+
|
|
42
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# Install the alibabacloud_agentrun20250910
|
|
46
|
+
pip install alibabacloud_agentrun20250910
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Issues
|
|
50
|
+
|
|
51
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
52
|
+
|
|
53
|
+
## Usage
|
|
54
|
+
|
|
55
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
56
|
+
|
|
57
|
+
## Changelog
|
|
58
|
+
|
|
59
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/agentrun-20250910/ChangeLog.md).
|
|
60
|
+
|
|
61
|
+
## References
|
|
62
|
+
|
|
63
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
64
|
+
|
|
65
|
+
## License
|
|
66
|
+
|
|
67
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
68
|
+
|
|
69
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
alibabacloud_agentrun20250910/__init__.py,sha256=N8pD9_ASuFWBcLPnEfCtCRdScc4QgDFxHmk8kQfA2ww,21
|
|
2
|
+
alibabacloud_agentrun20250910/client.py,sha256=xlJNuwov1UD-VpfwmcJ5oYsyvDdoql0ApE60m7Lohzs,134459
|
|
3
|
+
alibabacloud_agentrun20250910/models/__init__.py,sha256=ogpSKmqsbO4RwCwrfTfen2XRyOYHGLDrcBLqfj3YakA,24759
|
|
4
|
+
alibabacloud_agentrun20250910/models/_activate_template_mcprequest.py,sha256=ERcrdYR0QD2PcPL84J75TlMAWVy9GHWKZoEiM0vXUPU,1075
|
|
5
|
+
alibabacloud_agentrun20250910/models/_activate_template_mcpresponse.py,sha256=d9dd1zzMWbrKqWNPbRBFSpVm-f3nzR_f5x5hp9oFI0I,1460
|
|
6
|
+
alibabacloud_agentrun20250910/models/_agent_runtime.py,sha256=moHXc30FAsgeCrHyFYAHbW-IRjzul3TDPNuupLT_tUg,11130
|
|
7
|
+
alibabacloud_agentrun20250910/models/_agent_runtime_endpoint.py,sha256=VlxB16htiN_48WPcEQi807nTDxAzmVpOco3i7llyy_E,4120
|
|
8
|
+
alibabacloud_agentrun20250910/models/_agent_runtime_endpoint_result.py,sha256=5q6NuKbTswBCuVfFhF0aZjaUe0Hrkvs7AE7qGqSaQ0A,1645
|
|
9
|
+
alibabacloud_agentrun20250910/models/_agent_runtime_result.py,sha256=-lVQV0KnoWJEmVyWO7QnlsFWpgnLzTmvEf9asdL7l7w,1615
|
|
10
|
+
alibabacloud_agentrun20250910/models/_agent_runtime_version.py,sha256=w2XHAkqlY8QwxpBDvWq0mIwFJ5ySR0fAAp5FPr6R6ps,2567
|
|
11
|
+
alibabacloud_agentrun20250910/models/_agent_runtime_version_result.py,sha256=SmaQ9R90qwUddWYYEacgec5lgeTzJkioXXoW6QGXmWc,1642
|
|
12
|
+
alibabacloud_agentrun20250910/models/_ai_fallback_config.py,sha256=NmKNujn2DhopGUKvzZncXBIrGTvBhYdP51rOuTQt7N8,1311
|
|
13
|
+
alibabacloud_agentrun20250910/models/_ai_fallback_service_config.py,sha256=5rNaZSr8M1cS_q8mdFBcWP1eKj9qPVVj8bJaTD8U_q8,1445
|
|
14
|
+
alibabacloud_agentrun20250910/models/_ai_service_config.py,sha256=B1ggbbRSriXTLwfIl7-OvRAI-dlDUD-nY2cukiBR-9U,1824
|
|
15
|
+
alibabacloud_agentrun20250910/models/_apig_llmmodel.py,sha256=bU06e_LQX8tTmkR1aMVtqICdQ7UawVhYh31i-tvfgws,3811
|
|
16
|
+
alibabacloud_agentrun20250910/models/_arms_configuration.py,sha256=sn1yn9b0idSJz07Gu8IHb-o_wizq96zz5ZlwLToQVZ0,1195
|
|
17
|
+
alibabacloud_agentrun20250910/models/_attach_policy_config.py,sha256=Gn_-7_km_WDXm0sqaROVJx8U8TBKjF99D-el691HEv8,1184
|
|
18
|
+
alibabacloud_agentrun20250910/models/_browser.py,sha256=FSacYsF8gnJInTGhkkoBBZBrUMkzYfIvkw83prw3qqU,4755
|
|
19
|
+
alibabacloud_agentrun20250910/models/_browser_automation_stream.py,sha256=LAfAdxIvT7zfzmP9f2FmMNcGqbCvW091lrqD1l-lIN0,1092
|
|
20
|
+
alibabacloud_agentrun20250910/models/_browser_configuration.py,sha256=xXhBwI1nJT1A77Zn3egwrWP33ezIysNBEqmYtvcIrE4,2225
|
|
21
|
+
alibabacloud_agentrun20250910/models/_browser_live_view_stream.py,sha256=ldZRsPB1SA6doGCkXQuRs-okKyPB71K1D9O7ilEULY8,810
|
|
22
|
+
alibabacloud_agentrun20250910/models/_browser_oss_location.py,sha256=Dba11_Bni9bdnaoBuNTTyqtZAie0J_C2EiBHS7nWOfo,949
|
|
23
|
+
alibabacloud_agentrun20250910/models/_browser_recording_configuration.py,sha256=1OiYrhgLuOtYhDwvoKDycw0e_swRwWJ3_VtN97voXx0,1258
|
|
24
|
+
alibabacloud_agentrun20250910/models/_browser_result.py,sha256=ETR9eiWTnma0TozKo93Rvfp--x8TDVPU6IzWqgmFzaQ,1591
|
|
25
|
+
alibabacloud_agentrun20250910/models/_browser_session_list_out.py,sha256=ca0zo9i17DxNC02YEq52Z9-KUcwsa7-rAf6zpwpGT34,1895
|
|
26
|
+
alibabacloud_agentrun20250910/models/_browser_session_out.py,sha256=pBk4D9VFkPdp9jDAhw_9H0SoTvF_M36Es8p09Jlox8A,2550
|
|
27
|
+
alibabacloud_agentrun20250910/models/_browser_streams.py,sha256=G0GqzDFW09eQACf7lp_1Rsx1YZVBiUyWiNYtSo8RUOI,1582
|
|
28
|
+
alibabacloud_agentrun20250910/models/_browser_view_port.py,sha256=RHrZdDpuND3UTLIBlXNG3BysmT4E--WnwlTpyPbQvCs,941
|
|
29
|
+
alibabacloud_agentrun20250910/models/_capconfig.py,sha256=fZRMu3R5KvRtFKJS_WaWMH8zZMBBuXje_Gnk3iVBsAw,1244
|
|
30
|
+
alibabacloud_agentrun20250910/models/_cert_config.py,sha256=WXG1h7MOADvn8OqvtxrM0Yiksw0UCho_vfZ_LmZaPZA,1537
|
|
31
|
+
alibabacloud_agentrun20250910/models/_code_configuration.py,sha256=gfqrLlNmhP10zYRcR-dCtMUW_kXXf3x-9p-h2kIR3fE,2387
|
|
32
|
+
alibabacloud_agentrun20250910/models/_code_info.py,sha256=lbjwlXg65H1LNJEWgEHOvHnjPi9qaU9QqnMUu9odVS0,1089
|
|
33
|
+
alibabacloud_agentrun20250910/models/_code_interpreter.py,sha256=0eNDihIudKYqdVnFnB6bRYf5H2aOW04BxgMP2uLjjNE,4723
|
|
34
|
+
alibabacloud_agentrun20250910/models/_code_interpreter_result.py,sha256=RWmgxGjHFPlzWS51ec8I7Wq8xiF3FuRcawBBx3_EKeY,1621
|
|
35
|
+
alibabacloud_agentrun20250910/models/_code_interpreter_session_config.py,sha256=5mQtkDZA0YgomkDcbhcSwNcpcQ3giJTX_mr25T0tM0s,1533
|
|
36
|
+
alibabacloud_agentrun20250910/models/_code_interpreter_session_list_out.py,sha256=TBw4jVocZU7GxqP15MbtZ2CRbuNWYyOC24GqkOcH5e8,1919
|
|
37
|
+
alibabacloud_agentrun20250910/models/_code_interpreter_session_out.py,sha256=tfrmkpq_nQVmcsrZ5bd_ESYEwXDtqtABAytrNTH6nEk,3325
|
|
38
|
+
alibabacloud_agentrun20250910/models/_common_result.py,sha256=9lsfYx1KHJBO47508goAn-1rJC6TxHBx460VLQ6a6b4,1418
|
|
39
|
+
alibabacloud_agentrun20250910/models/_container_configuration.py,sha256=0OADG96ESE4vKZ7aA08gSaeFYHfFSDaVwAVf5xWPG2E,1924
|
|
40
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_input.py,sha256=dEyw_HeSPunKarZxqPao1QzZhtjLJkLrlP_UVu7GyjY,2211
|
|
41
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_request.py,sha256=6AAgJhnhdqrB0mCuLWYT62N-YWuoRO5ZqtUm194iC_A,1099
|
|
42
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_response.py,sha256=XDwGoTaBCBgPV3uojhpmPSJekLdew_8wwHcV6IyENjA,1491
|
|
43
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_input.py,sha256=s05H4WlioLdt1YUYoYV6wW0O9HLMHRuQndlfZIcbJ3I,9569
|
|
44
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_request.py,sha256=AdHJk1-TbCjFQ6T-Qtsn7sQoBWLNeE9VlCi71pZQj5g,1132
|
|
45
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_response.py,sha256=OFurOl3H-aBZiOXdY2wBQlw7asOJKTlugcVtoRmR_6I,1467
|
|
46
|
+
alibabacloud_agentrun20250910/models/_create_agent_runtime_version_input.py,sha256=q7iyH2DyzF6t7ce1F9cBohneKdf-a3CFu_r24LnmOKM,809
|
|
47
|
+
alibabacloud_agentrun20250910/models/_create_apig_llmmodel_input.py,sha256=y5Xki66hQxQWuiEOdooDmYikOIpC4Oh0pN9APmGYKHA,2064
|
|
48
|
+
alibabacloud_agentrun20250910/models/_create_browser_input.py,sha256=mOVIwt4fbogXk631AwYm270m2JsDVou9yExXjQUQAmk,3546
|
|
49
|
+
alibabacloud_agentrun20250910/models/_create_browser_request.py,sha256=JzPj3s_8Whe5fSKurxyJgmqvvQH3jNIRtghTU_sc0lA,972
|
|
50
|
+
alibabacloud_agentrun20250910/models/_create_browser_response.py,sha256=Te4BL81Im4jJ8tJWhPF-9i7SdOdrhIhkqhN6tI5HRag,1452
|
|
51
|
+
alibabacloud_agentrun20250910/models/_create_code_interpreter_input.py,sha256=q4LdkyWJ9RDXQ8VuL5V5AUgUfcHJgiZqOw-g608GrpE,3956
|
|
52
|
+
alibabacloud_agentrun20250910/models/_create_code_interpreter_request.py,sha256=Y4ESzrSOns02bz5FfYSFgxnrjcKgm0qQEd8dhI4l0k4,996
|
|
53
|
+
alibabacloud_agentrun20250910/models/_create_code_interpreter_response.py,sha256=_Zzdz17Y-fJ2LgtQfmn0X1T24pnWJ14hlT4SP0072R4,1476
|
|
54
|
+
alibabacloud_agentrun20250910/models/_create_credential_input.py,sha256=_fI4FheotzFtg3rgWv5CdswhqiXSCb9qcgcuwGWk1Zc,3078
|
|
55
|
+
alibabacloud_agentrun20250910/models/_create_credential_output.py,sha256=FRSdliKRY471jq2O4y_9i09z8VMxn5ElTt6-WMA3cM0,4313
|
|
56
|
+
alibabacloud_agentrun20250910/models/_create_credential_request.py,sha256=VCQGpwUV0I0_pN7hTajhf3r8Cl5Ojqei_Zb2mC5dwFE,943
|
|
57
|
+
alibabacloud_agentrun20250910/models/_create_credential_response.py,sha256=MhabK8x3bLxryKQIKmi-ON6GIoXl0PameQRmKoWOsd4,1461
|
|
58
|
+
alibabacloud_agentrun20250910/models/_create_custom_domain_input.py,sha256=ECoUvvx9jG7NrirApANbugjNePYxWPvQI9RGCpV31PY,3129
|
|
59
|
+
alibabacloud_agentrun20250910/models/_create_domain_input.py,sha256=95dn44TBqJmVc02pUYf5s9Y74m4U_JhL4B0DCERU0m4,1246
|
|
60
|
+
alibabacloud_agentrun20250910/models/_create_gateway_input.py,sha256=d3tsxbNYIoI1WvUb0-BZeNafD8bKI4D8L4rBfSijpS0,1800
|
|
61
|
+
alibabacloud_agentrun20250910/models/_create_gateway_target_input.py,sha256=RSXy3enaEoS7KXgmS2N1rvIcVh_kHakxeQmVNZeTvKM,1559
|
|
62
|
+
alibabacloud_agentrun20250910/models/_create_model_input.py,sha256=m7vqkBqrdwMArniy3g-5w7t2Fa15Jetg9pfFyphePUA,2057
|
|
63
|
+
alibabacloud_agentrun20250910/models/_create_model_proxy_input.py,sha256=cDrIuAQF_ig9OQWfqxo87dUACpzZ-e47cDhfqP211b0,5506
|
|
64
|
+
alibabacloud_agentrun20250910/models/_create_model_proxy_request.py,sha256=Kg24CWzy1AN0mEfd2bHIBwslzDT5cXzYBs7zwhXU-xo,943
|
|
65
|
+
alibabacloud_agentrun20250910/models/_create_model_proxy_response.py,sha256=bv1VNrsFEXTW3TM-bVFfFLFaruo3U3yZ33zKKU-mi_A,1461
|
|
66
|
+
alibabacloud_agentrun20250910/models/_create_model_service_input.py,sha256=NhMEMpF4rZmoLSi8bS8WAmjb8ZKB-1FlInmUGYNueeI,3933
|
|
67
|
+
alibabacloud_agentrun20250910/models/_create_model_service_request.py,sha256=1AeXM0SswQRHpNFxT3avtHMorff29tUnSKRgVvFo5ao,949
|
|
68
|
+
alibabacloud_agentrun20250910/models/_create_model_service_response.py,sha256=b4Cy81D57OyZGwRn5W3oOsDzrDYaNAO_KXICUqLrMpA,1467
|
|
69
|
+
alibabacloud_agentrun20250910/models/_create_sandbox_input.py,sha256=zMWveY7qznICjWEb8KgGnlb8dEcObbdGgv33Qg_9r8Y,2581
|
|
70
|
+
alibabacloud_agentrun20250910/models/_create_sandbox_request.py,sha256=yuQjKy12MrijpqaGk3c_r_Y4Ie-ysv1nw4sMXLTB_FQ,1066
|
|
71
|
+
alibabacloud_agentrun20250910/models/_create_sandbox_response.py,sha256=5lpXrvkv7zOyVettsiZ8jagqRWKYwyfc6tjOfM0THbU,1452
|
|
72
|
+
alibabacloud_agentrun20250910/models/_create_template_input.py,sha256=pzJw50TyvdUTjxeumvtNh9lnbqzykwuUprqcxA79H-8,8417
|
|
73
|
+
alibabacloud_agentrun20250910/models/_create_template_request.py,sha256=advZQpGK_RZhomx4hLp3FL4cpxvlca2PSI2u4aHVDbE,1099
|
|
74
|
+
alibabacloud_agentrun20250910/models/_create_template_response.py,sha256=0_LlViA-X_mGcv1yaLmWXpovQ3Sm4DM9p6W87jI1UM8,1455
|
|
75
|
+
alibabacloud_agentrun20250910/models/_create_tool_data.py,sha256=o8xdXdThPwiM_lk8N-pcd4J4lkTIgJ25OBfZ9ISmXeo,1650
|
|
76
|
+
alibabacloud_agentrun20250910/models/_create_tool_input.py,sha256=5gz-Nja8HEFI0FTGl67iddRul0fSr8_Z9ahtx6j7vKo,2311
|
|
77
|
+
alibabacloud_agentrun20250910/models/_create_tool_output.py,sha256=zOTx2m8wt5tMJxLGHPVOPGR5mNnJPxgjtMdOnHnLNv4,1381
|
|
78
|
+
alibabacloud_agentrun20250910/models/_credential.py,sha256=K7BPh-n1zB9Rpuasd5B4RugXdv8R9f3Ymz_z8o_nfSM,4301
|
|
79
|
+
alibabacloud_agentrun20250910/models/_credential_configuration.py,sha256=CpVYGP_3Ikuqw3oY8uxz8FZkwiuZLMJQRsubqxfOwKk,847
|
|
80
|
+
alibabacloud_agentrun20250910/models/_credential_list_item.py,sha256=BqUhlw0iRtQBuCtnfO_8maH_d4AGZc0qSLmWksHgrAc,2879
|
|
81
|
+
alibabacloud_agentrun20250910/models/_credential_public_config.py,sha256=eWHQYdDRWGRDGjNEaS50ZYnBlDjy_YG9jAbn-xEeOM4,4543
|
|
82
|
+
alibabacloud_agentrun20250910/models/_credential_result.py,sha256=1WxIKreDhLM51pQcO-USuP7q53dmussYoAmbZhpPH30,1369
|
|
83
|
+
alibabacloud_agentrun20250910/models/_custom_domain.py,sha256=Xe1IjybiAWz7uaNHjC5gZSHoPAg-uGaV4HGeAVIgccQ,3572
|
|
84
|
+
alibabacloud_agentrun20250910/models/_custom_domain_result.py,sha256=hOiGHrKRRB4nLExlEY4fM1n_TAxCDef9P1g5vpvRKvc,1612
|
|
85
|
+
alibabacloud_agentrun20250910/models/_custom_runtime_config.py,sha256=tIiB-cqdlUSLsW3HW0Z8oTf77p-VyV88JXeZNaHandE,1180
|
|
86
|
+
alibabacloud_agentrun20250910/models/_delete_agent_runtime_endpoint_response.py,sha256=tBCbmjQ4j135W1u3p6Migp5YsLjnFYeYqW3CmrVBXwI,1491
|
|
87
|
+
alibabacloud_agentrun20250910/models/_delete_agent_runtime_response.py,sha256=gnEQqT2pizRkiW14vzv0_02jPa-bTAXO1-pguYOEtek,1467
|
|
88
|
+
alibabacloud_agentrun20250910/models/_delete_browser_out.py,sha256=AU71jbndDA6g-piLGrFK64T0EkT0uXrev6AJNqEK5SE,1251
|
|
89
|
+
alibabacloud_agentrun20250910/models/_delete_browser_response.py,sha256=dHO8pH2KfAQwIZJ7vduzNT1IHW-ltg-v_qV6dy8i-Ew,1464
|
|
90
|
+
alibabacloud_agentrun20250910/models/_delete_browser_result.py,sha256=vTveuHbFjw0Ib9OV3P-V4NtX7LzVkyHRASKJGTgMG0M,1606
|
|
91
|
+
alibabacloud_agentrun20250910/models/_delete_code_interpreter_out.py,sha256=czRqxVWSEUa4kWtwphgXoDpkJa4Z0Vfm_bg0P1qKlMM,1415
|
|
92
|
+
alibabacloud_agentrun20250910/models/_delete_code_interpreter_response.py,sha256=DrDCKDMNicNmvovFOb61RATq1iwy14Q5JVx1_veezr8,1488
|
|
93
|
+
alibabacloud_agentrun20250910/models/_delete_code_interpreter_result.py,sha256=VowIx56dv0SR9fWoM4FYCBVlm8RdespSLk1pNJTD1o4,1636
|
|
94
|
+
alibabacloud_agentrun20250910/models/_delete_credential_response.py,sha256=tyvB3oz0nu5TQ-1BGkAZ4E89w-0VhX4Xw7aLPsgztg0,1461
|
|
95
|
+
alibabacloud_agentrun20250910/models/_delete_model_proxy_response.py,sha256=22VVsPXf2yH0a2wcz9bYkPj_NQdf5cBGzi2R3vHtyiI,1473
|
|
96
|
+
alibabacloud_agentrun20250910/models/_delete_model_proxy_result.py,sha256=crpX6vcZyKK9GxzkTHkl7QlfVxfQtz1zyTKNCi9eS1s,1375
|
|
97
|
+
alibabacloud_agentrun20250910/models/_delete_model_service_response.py,sha256=iPiw4_9QBG_bp0j8ycb5FNdPE9Ln7a5zbvgCkVbazWA,1479
|
|
98
|
+
alibabacloud_agentrun20250910/models/_delete_model_service_result.py,sha256=F-kgfhbLAuxKo_4PNG0_iHoNWTy5p8X1d6pTsk6q2z4,1381
|
|
99
|
+
alibabacloud_agentrun20250910/models/_delete_sandbox_response.py,sha256=qU76hlim2TCmLupfd2PrkGb4aJS0C9pZAcScdD8UC5Y,1464
|
|
100
|
+
alibabacloud_agentrun20250910/models/_delete_sandbox_result.py,sha256=QHnMAluLFFE1Fn416l_4ddarX4EbntLXxRt5-AOqShw,1450
|
|
101
|
+
alibabacloud_agentrun20250910/models/_delete_template_response.py,sha256=bycU49E51JLFub0K40jgfFvtAQGEECOCXguBCfitANQ,1467
|
|
102
|
+
alibabacloud_agentrun20250910/models/_delete_template_result.py,sha256=kQmQR40OjYEkVNobsN2ifTEamgd4u_hKoW9lXREF9G8,1453
|
|
103
|
+
alibabacloud_agentrun20250910/models/_deregister_service_input.py,sha256=e2ezJeyTtt2tf0Wbe9IAqF8NSPN-EmqoYRe0PNrqB8w,884
|
|
104
|
+
alibabacloud_agentrun20250910/models/_domain_info.py,sha256=aNRVg-C6sNR172ruwTBIwRgcE1Qv5XiObmXpuYAQTB8,1483
|
|
105
|
+
alibabacloud_agentrun20250910/models/_error_result.py,sha256=DLboElH42NV4XZMfR97zHWfBXLo5PwmpU65EEXmj2fk,1411
|
|
106
|
+
alibabacloud_agentrun20250910/models/_fclink_config.py,sha256=6x23i_BsHMhFc2lrekDLDnaw8whREh5h7FAMsdGAyXU,1012
|
|
107
|
+
alibabacloud_agentrun20250910/models/_gateway.py,sha256=uEN1q41n9nOYrNz2VhPeVq8x4c20Vr8TykfoO4-TSqQ,2221
|
|
108
|
+
alibabacloud_agentrun20250910/models/_gateway_network_configuration.py,sha256=BSpMZXWeI6zDrqSn6dGc7VsDDAIV6VhsMWKNQ9eRH54,1299
|
|
109
|
+
alibabacloud_agentrun20250910/models/_get_access_token_request.py,sha256=oRuj5q7woaNk0vLT_3Z8N3p6hYDkYgKKYtQQRkNHHeo,1334
|
|
110
|
+
alibabacloud_agentrun20250910/models/_get_access_token_response.py,sha256=QhgJamKtgSVW3x8X_7xdyMDk5Fg5-i6lkA5Cg7j6arg,1479
|
|
111
|
+
alibabacloud_agentrun20250910/models/_get_access_token_response_body.py,sha256=FWAQe40x8BNgNGh7wPyzKG-zYJgZk5vQRgiov8MjeFI,2058
|
|
112
|
+
alibabacloud_agentrun20250910/models/_get_agent_runtime_endpoint_response.py,sha256=6PoVKgVHPbXbveWUKBbVWv1v9_-4Xb_PXnvCvAXMVLA,1488
|
|
113
|
+
alibabacloud_agentrun20250910/models/_get_agent_runtime_request.py,sha256=NkuqlcGX9NN-toOnh7MQDZzOjdfyDT-3mPhsMANyH30,954
|
|
114
|
+
alibabacloud_agentrun20250910/models/_get_agent_runtime_response.py,sha256=vbF0RbKl5-Qo4TP7YYYW5WCzQt426Vt8zFq2Phw4oi4,1464
|
|
115
|
+
alibabacloud_agentrun20250910/models/_get_browser_response.py,sha256=YDeJ24Qeho_KuRMHTlXwkFQrr2ePxNMtvDasjXEDro0,1449
|
|
116
|
+
alibabacloud_agentrun20250910/models/_get_browser_session_result.py,sha256=xwlk8VLPaDg_YDEAAuEPKnmASj-fPmpDoFwTW4MOJ-o,1530
|
|
117
|
+
alibabacloud_agentrun20250910/models/_get_code_interpreter_response.py,sha256=8zhED1HiNEuzHWznRZZku2-ff8hoFa3M9IaDuEDK010,1473
|
|
118
|
+
alibabacloud_agentrun20250910/models/_get_code_interpreter_session_result.py,sha256=AE2Ka0IaowtIIPOGHtjpS4CSnM_b64jw6PneE5tIVsw,1554
|
|
119
|
+
alibabacloud_agentrun20250910/models/_get_credential_output.py,sha256=FnzX-nplZmv0-gEEjPu2Ml-lZYD9tOVmKtrRKQqqa-o,4310
|
|
120
|
+
alibabacloud_agentrun20250910/models/_get_credential_response.py,sha256=PAGW-oBh11gH_SwF6bZQMx9oMsNvSsFZAd8QzlnDApo,1458
|
|
121
|
+
alibabacloud_agentrun20250910/models/_get_model_proxy_response.py,sha256=jxEH7QSIweAd3T10ntYbA5DAHcyuhAhML3fYdF8KyIo,1458
|
|
122
|
+
alibabacloud_agentrun20250910/models/_get_model_service_response.py,sha256=Zdxi3ciASKGpvUL5IDtfAd0eNpuhTSK44FTGzF0gHYs,1464
|
|
123
|
+
alibabacloud_agentrun20250910/models/_get_sandbox_response.py,sha256=j9LdT296OdGFlaHtmWJbxttMpoThruZXbZjQTTa_Vuk,1449
|
|
124
|
+
alibabacloud_agentrun20250910/models/_get_template_response.py,sha256=jPDrD0V6hymwsp2gWFSRDTPwtJhEobujupG5yynGz6g,1452
|
|
125
|
+
alibabacloud_agentrun20250910/models/_get_tool_output.py,sha256=GpN-hpnSfjK8UZgCfmZLFzzlWLW5SLULqOau2KSGd24,1137
|
|
126
|
+
alibabacloud_agentrun20250910/models/_gray_traffic_weight.py,sha256=O8jXbICy6Jc2T6tleH-A9QKWfM4IlpYCwVD7Ezbg-m4,1027
|
|
127
|
+
alibabacloud_agentrun20250910/models/_health_check_config.py,sha256=YiBeecqGCicbk2CdXFvs9cCTnrF-CEN8o-_RneuQqrs,2742
|
|
128
|
+
alibabacloud_agentrun20250910/models/_health_check_configuration.py,sha256=llysnUqbnOQR59EUIVbmzqenzQXmrhTSzim-oWFCzmY,2749
|
|
129
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_input.py,sha256=wKfvbnfybJv6rh4vEUNp1-SJBh8miF2q0udgniycFoY,1677
|
|
130
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_output.py,sha256=i_LcnsfHYRy8dNgnEs56-JHZB1Q4YhZ6WCOjLtsz29o,1911
|
|
131
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_request.py,sha256=So0Ex3kt6qomGhtKyMiWFA6qhcfMCei5npiLJsrHp04,1763
|
|
132
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_response.py,sha256=KasEb7k_WTrE8uW5_pguYa7Hl65S4T48Rd1K2UFk7s8,1500
|
|
133
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_result.py,sha256=0etUSUbnoKNrcUQtrPkxSZ6e17I2zMWDce6oGiqg4JI,1678
|
|
134
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_input.py,sha256=0hiXhG47l7Iwso7wKxLF_SqZItdfGeR7ebc5ElemmPQ,1069
|
|
135
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_output.py,sha256=0VE0NROkxeDB7Y6XBN-pvNwF66jwvs7fEYhS-8lakzU,1908
|
|
136
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_request.py,sha256=TxCIMrmMzSJmrTqxdU668e6aR3qGPf3W7W2m0fnj-cE,1108
|
|
137
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_response.py,sha256=U2boS0kf5QrU5GezLG2vkKMpfm_PFeldgXNvrNXBFao,1497
|
|
138
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_result.py,sha256=CFQezgZX5JTCNi-Jd08vzJ6uB3aU6q8ME3BKPbfK9d4,1675
|
|
139
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtimes_input.py,sha256=C4WA6FPKRsxICp1c8VdFgwWzUPyPFk3DZgEzegS0unI,1705
|
|
140
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtimes_output.py,sha256=_bK7LIV0axsM1FenWwpM0DFh89cSjUAMwYs6-JgJggw,1887
|
|
141
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtimes_request.py,sha256=TiSD9mCSAau3CHGD8HY1xF6MhbULW461xYgVGRKwJQc,2115
|
|
142
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtimes_response.py,sha256=6FAsVFFp1To-XUgKPTxcQjdjJ4UTRGf4Nvsjb5p3GGk,1476
|
|
143
|
+
alibabacloud_agentrun20250910/models/_list_agent_runtimes_result.py,sha256=gpgqqxd8EcaxQU_8Rcbkf41_CsLsMotXmx9kEQWSYIo,1648
|
|
144
|
+
alibabacloud_agentrun20250910/models/_list_browser_session_result.py,sha256=l9H1ej5_orsuaScpF8EjinhEyMv3kSFeKYuM6H9gsRU,1539
|
|
145
|
+
alibabacloud_agentrun20250910/models/_list_browsers_input.py,sha256=19GBfCHOpPIxVrJiuSZw6I3nc5WenS1MsD6epAADUgY,1320
|
|
146
|
+
alibabacloud_agentrun20250910/models/_list_browsers_output.py,sha256=zPnwSkmpiPZ-Py37MzRy_qG09FxZBXMk5QShQS_FExc,1872
|
|
147
|
+
alibabacloud_agentrun20250910/models/_list_browsers_request.py,sha256=94ISOZI_VCbcB9-XkTwJMIH6SpVokp_6CLiU8OU3ye0,1753
|
|
148
|
+
alibabacloud_agentrun20250910/models/_list_browsers_response.py,sha256=RlVKFoB8jDpHcU70J3Kp89f7SPApi1ougEi6nl86S18,1461
|
|
149
|
+
alibabacloud_agentrun20250910/models/_list_browsers_result.py,sha256=fnxcXQWwnPLh1zst4ZauDmH04BR8G4-gWBn_LHIL0Vg,1624
|
|
150
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreter_session_result.py,sha256=d2YFMCTNd8sh90WHnAwSEbtkiSaDMuOlVPw--vp_6JU,1563
|
|
151
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreters_input.py,sha256=IJdULZ70mk-QEZ2lmLDcYt5L1wTIMUATxkbF37Pfg3s,1412
|
|
152
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreters_output.py,sha256=Rhexuo_vbBpYYRD_yeEYjqIPcMzIavq_Ncwn9E0ZcaE,1896
|
|
153
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreters_request.py,sha256=OLc_YshxfqtbStWX4c5BYeIjqAFSd024VH4uxXZrGD8,1521
|
|
154
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreters_response.py,sha256=7nmEqO2Yhesm_J2Kpuh2iDLuNoWpmPs8hbqn5Wgbreo,1485
|
|
155
|
+
alibabacloud_agentrun20250910/models/_list_code_interpreters_result.py,sha256=utlNeW729-ndsg-Edz92lASBLCEP7b6hoxVnk4StKJo,1654
|
|
156
|
+
alibabacloud_agentrun20250910/models/_list_credentials_output.py,sha256=2EzO7EfVKo05rTRhQuTQgCARnRycMp8xoRj6pYKS8oU,1897
|
|
157
|
+
alibabacloud_agentrun20250910/models/_list_credentials_request.py,sha256=VEmAEclQXEKZetzH7qhxUPOP9jwJvyMBXrp75wZNnNw,2568
|
|
158
|
+
alibabacloud_agentrun20250910/models/_list_credentials_response.py,sha256=tChfzI7nCPeLeTLaBpFnd7msoy_VkShERfKKhzuPabI,1470
|
|
159
|
+
alibabacloud_agentrun20250910/models/_list_credentials_result.py,sha256=lmTmo-hiWzK2UCeXpTSy9VYcm_zzjE8NUQr1WdeDDGA,1396
|
|
160
|
+
alibabacloud_agentrun20250910/models/_list_custom_domains_output.py,sha256=mENio3QLIq7ViKLipvVH49B4U-INeE8NDtEAn8K2nPs,1887
|
|
161
|
+
alibabacloud_agentrun20250910/models/_list_custom_domains_result.py,sha256=DBIkt5Gvno0QsBPAQw2iRYQKPDpZ1AmAEEYoZxydINk,1402
|
|
162
|
+
alibabacloud_agentrun20250910/models/_list_domains_output.py,sha256=crlJzolM2mmVOipHACsk9EREN26IEe6de8BXWzz8f6I,1928
|
|
163
|
+
alibabacloud_agentrun20250910/models/_list_gateways_output.py,sha256=dKk9pCCUNcj5JTXpOycTNo0sIl4zljHNjKMs19SccVA,1638
|
|
164
|
+
alibabacloud_agentrun20250910/models/_list_model_providers_request.py,sha256=mvOZ7Q-Ef174EFfPC5yMfyU8pe1-TFfSQOwh9BD4Lpc,1766
|
|
165
|
+
alibabacloud_agentrun20250910/models/_list_model_providers_response.py,sha256=LgFHTwkd065jJqxhqq2JmXIqi3c7XPHhtumZgAXlCGk,1491
|
|
166
|
+
alibabacloud_agentrun20250910/models/_list_model_providers_response_body.py,sha256=lH71BwnTEXDJ6m465HT1-VoLZH0vMxXVmHzHgB-Zsts,5071
|
|
167
|
+
alibabacloud_agentrun20250910/models/_list_model_proxies_output.py,sha256=CkxkrDkJCEVXwaoFuBZALoFaL1XyEjCoEWJDyDeM7HM,1882
|
|
168
|
+
alibabacloud_agentrun20250910/models/_list_model_proxies_request.py,sha256=MLMisM5c45f45LvADtU2RTOlZ_Vx6ZJxk_5aVUqpaoM,1513
|
|
169
|
+
alibabacloud_agentrun20250910/models/_list_model_proxies_response.py,sha256=kC5obWAk8D9KlogFgidhjzcoMqziMfXlQ78chhQanC8,1473
|
|
170
|
+
alibabacloud_agentrun20250910/models/_list_model_proxies_result.py,sha256=6YCoT9JNPC6OjaZXVKUfybHeWN2bD38ePnDk43nat8g,1399
|
|
171
|
+
alibabacloud_agentrun20250910/models/_list_model_services_output.py,sha256=IXfBmkuy5Fm9Wq3KIuiXtHlwEULbxmn5C8QX73Z0B4o,1887
|
|
172
|
+
alibabacloud_agentrun20250910/models/_list_model_services_request.py,sha256=sPmqPZSn43RpkGkI1uRDQA4ASovGrJX1fhIZCMh2SzU,1830
|
|
173
|
+
alibabacloud_agentrun20250910/models/_list_model_services_response.py,sha256=_z4gLVpI95r_Dc1KhHGHJwVQrOdGynsYNKeotCN9WiA,1476
|
|
174
|
+
alibabacloud_agentrun20250910/models/_list_model_services_result.py,sha256=gDjKCsx9Jp9F-0iie-PAO6YioXg1Sz9X7yPTuL8mnGU,1402
|
|
175
|
+
alibabacloud_agentrun20250910/models/_list_sandboxes_output.py,sha256=vRVf9iaGcgfTAgY0mMCIFfSIZ0cCni2NpBFZ0cg7N_I,1447
|
|
176
|
+
alibabacloud_agentrun20250910/models/_list_sandboxes_request.py,sha256=i2FY0NhEWGAwSAbC9dA3T345zAeF0iWNQm0D96mUSeQ,1880
|
|
177
|
+
alibabacloud_agentrun20250910/models/_list_sandboxes_response.py,sha256=1eLs-dqUf-ISaKYjBCFh4NYXen_Z9yBIT7Xj4gebtfE,1464
|
|
178
|
+
alibabacloud_agentrun20250910/models/_list_sandboxes_result.py,sha256=UsqveyIe-Y1w94cUeAmhjyrd0FOd-eDyCIlxLkzU948,1624
|
|
179
|
+
alibabacloud_agentrun20250910/models/_list_templates_output.py,sha256=ECWnOjumxsH0JyQOCZPfR2-3kpTcFr4MdTbdp5Ixun8,2027
|
|
180
|
+
alibabacloud_agentrun20250910/models/_list_templates_request.py,sha256=S7c4-RwWjOKkd2pl_Hmxc9DBqp-RuFkTXxn07EPwnbU,1909
|
|
181
|
+
alibabacloud_agentrun20250910/models/_list_templates_response.py,sha256=USPukk8hRxpeOeVf4CURmPDvnFD2gsy3WRNec7s1Whk,1464
|
|
182
|
+
alibabacloud_agentrun20250910/models/_list_templates_result.py,sha256=gEaVAhhPuT-eAO5zdMafpIKh59j8JYePUIhPXJhZ6zU,1624
|
|
183
|
+
alibabacloud_agentrun20250910/models/_list_tools_output.py,sha256=lTFralt2CVEVogN0uJSYuP_EbKk5wmOt36gLQH8TV0s,1839
|
|
184
|
+
alibabacloud_agentrun20250910/models/_llmapiconfiguration.py,sha256=F5S8kt6umcbLEuDSW6pVRVuggut3yFSeMdULtHJDPCc,3487
|
|
185
|
+
alibabacloud_agentrun20250910/models/_llmdeploy_config.py,sha256=erASnp2oRiW8LYeuqfHWubnvjHL5B_3jja2z6wADHes,3128
|
|
186
|
+
alibabacloud_agentrun20250910/models/_log_configuration.py,sha256=BvRUv6AyCKWMwkri7X-YAeBdr7XWC_RTcKWmZYGBGqU,1029
|
|
187
|
+
alibabacloud_agentrun20250910/models/_mcpapi.py,sha256=WkbCEQJoz7JAmrxsO_OCjXQblkNoisPlvUF3Js96hkI,3040
|
|
188
|
+
alibabacloud_agentrun20250910/models/_mcpapiconfiguration.py,sha256=XbVY8o_a_6E8tUXWP0w6EHh0-x6FJLeo10PA8_T-gpI,1893
|
|
189
|
+
alibabacloud_agentrun20250910/models/_mcpbackend_config.py,sha256=1DKj8vNbCRqMw8Xqc2Xp-lKz3c7nMgsmgt-rFRuM1Pc,1421
|
|
190
|
+
alibabacloud_agentrun20250910/models/_mcpmatch.py,sha256=0kaIL2vM-BXWWrVoOcvYOGpNZWZ3xknRjh3zZsQOcaE,910
|
|
191
|
+
alibabacloud_agentrun20250910/models/_mcppath_match.py,sha256=zHE8LVxWaiuyrpk6zleKfIkw5EGeKYyzhaW3xNsD2SU,916
|
|
192
|
+
alibabacloud_agentrun20250910/models/_mcpserver_config.py,sha256=lznJLm4jOoP-6dWmFKPp7mWmvpaJ16dKSh43bRghP1c,1283
|
|
193
|
+
alibabacloud_agentrun20250910/models/_mcpservice_config.py,sha256=-A90W6S9XaA5ylU7U2_KHAbOnX-uF4yd7MNZlWHxJUU,760
|
|
194
|
+
alibabacloud_agentrun20250910/models/_model.py,sha256=kigW0vaSAVff6YsuOFDclZbjbad1n6t6DB-329XKaA4,3804
|
|
195
|
+
alibabacloud_agentrun20250910/models/_model_features.py,sha256=yA10CHgp8Ldjo-SDR66hjIzCM1_HqCToK--q8Ayj6n8,1852
|
|
196
|
+
alibabacloud_agentrun20250910/models/_model_info_config.py,sha256=CsLIcOqYFR9jr4ONE1C5uBYHJlHVZOiS-U-QCeN7UFA,2591
|
|
197
|
+
alibabacloud_agentrun20250910/models/_model_parameter_rule.py,sha256=-btP89kyPMFnS_rpNaK9KLrEcGiuVhYWPVGnR2IdH_M,1791
|
|
198
|
+
alibabacloud_agentrun20250910/models/_model_properties.py,sha256=BKTKXi7G1L_6GI-m_CGloo-Y_0FLZ0zRzFe5Zg-P3Rk,777
|
|
199
|
+
alibabacloud_agentrun20250910/models/_model_proxy.py,sha256=K54T_s0fzaS_ubFmY8T-copsMBNCFRTS5cQXyfWdp00,6636
|
|
200
|
+
alibabacloud_agentrun20250910/models/_model_proxy_result.py,sha256=4nOTQrh3wGAptruxRvtARdFmhP1cuPGHPSjdM8y2WlQ,1369
|
|
201
|
+
alibabacloud_agentrun20250910/models/_model_service.py,sha256=JxEp0TwUswvt-TMGM7DqvhwNVUMiGfMTKqaK6rLo-hU,5122
|
|
202
|
+
alibabacloud_agentrun20250910/models/_model_service_result.py,sha256=86uK4hM5CghM0bCtakmYXHkt5X-KDHKjnsXxRYWWtxc,1375
|
|
203
|
+
alibabacloud_agentrun20250910/models/_nasconfig.py,sha256=UnnCHT49lRKo5_-PICMXCQLoV-llBzvLSkOmdem2GEc,1708
|
|
204
|
+
alibabacloud_agentrun20250910/models/_nasmount_config.py,sha256=KrvHmWGOfLbfn7vykRnyEOlYDLktkb6T7OiyWHJrb_U,1265
|
|
205
|
+
alibabacloud_agentrun20250910/models/_network_configuration.py,sha256=BWPXhj9qh_KPB9YoYuTsLu2MlzkXD6xXeBVh_fLXwqQ,1605
|
|
206
|
+
alibabacloud_agentrun20250910/models/_oss_configuration.py,sha256=9dTzaDcO0UWlawf2IKBD4ThkPL7k7sDZgcpn93fO77s,1841
|
|
207
|
+
alibabacloud_agentrun20250910/models/_ossmount_config.py,sha256=19u1k2guw1cmRZulaEWoADeXKGnYlICXtm07NAM7mOw,1250
|
|
208
|
+
alibabacloud_agentrun20250910/models/_ossmount_point.py,sha256=JmrPHbcpI7683dRktGuC-7atj1J-lhxrPe7UJzL8vWI,1755
|
|
209
|
+
alibabacloud_agentrun20250910/models/_pagination_info.py,sha256=GSqbutHRb9MS14mPyrnW06-MNfVwHfmmH_a-NZR-F2o,1391
|
|
210
|
+
alibabacloud_agentrun20250910/models/_path_config.py,sha256=gsxKMKDRFERdodkP5fzd2UrQeABk9xBMlIT36j4j9Ks,2215
|
|
211
|
+
alibabacloud_agentrun20250910/models/_polar_fs_config.py,sha256=-4Y__TH_p76oDY8tHp_Mp7dOLRvidYMLzum2XjGz7dw,1720
|
|
212
|
+
alibabacloud_agentrun20250910/models/_polar_fs_mount_config.py,sha256=aiCn32fEq0B84sI6_FN7Whn2PocJindqU5dXgQQvHa8,1268
|
|
213
|
+
alibabacloud_agentrun20250910/models/_policy_config.py,sha256=PSZmvNSZFhkS8nbmXo0FyajPmt3EFDlkq1_lC_xF8LI,1493
|
|
214
|
+
alibabacloud_agentrun20250910/models/_protocol_configuration.py,sha256=ej_Eb-RC_KmnSl9dhIwoq8AE-z4GKCfr90G5aImC0e4,714
|
|
215
|
+
alibabacloud_agentrun20250910/models/_provider_settings.py,sha256=pjBN9QUfQlSm61cuHGF0eSJLfqxfnMWfZTZxxRFStzU,1261
|
|
216
|
+
alibabacloud_agentrun20250910/models/_proxy_config.py,sha256=YcuwmE0dbGrkrQ9gI7vG9OOL-xajXiBUNwxALdRU1mQ,11689
|
|
217
|
+
alibabacloud_agentrun20250910/models/_publish_runtime_version_input.py,sha256=5IAYZaKs0XkWecNVhC21E7u-XOieyh84PRXdvZAXc9c,1108
|
|
218
|
+
alibabacloud_agentrun20250910/models/_publish_runtime_version_request.py,sha256=t33oCIWOOJ9ahh14ye_j6KstMYV4lZMABSoxDgP4TYY,958
|
|
219
|
+
alibabacloud_agentrun20250910/models/_publish_runtime_version_response.py,sha256=JS3JGe4ug9P4fZxne4N4J-eEcyaVF1vJAo0Mempr22w,1484
|
|
220
|
+
alibabacloud_agentrun20250910/models/_recording_configuration.py,sha256=YDFUqA7b1DYzeq93BldG35gf36L2tk2NtK5X7K0hNUc,1325
|
|
221
|
+
alibabacloud_agentrun20250910/models/_register_service_input.py,sha256=1KoU-qBSlce1gGdLSe3V9x5rEgLxgpWoRTcb8XatqLY,3070
|
|
222
|
+
alibabacloud_agentrun20250910/models/_related_resource.py,sha256=-jeg20kTvDfunVgYOmjp6rCw5J4N_tbOsumEDxHC3LM,1328
|
|
223
|
+
alibabacloud_agentrun20250910/models/_related_workload.py,sha256=EbRNsLz-CLaKzmiTMXjK2Zqt3RGr031ZeI2F0_XwVY0,1328
|
|
224
|
+
alibabacloud_agentrun20250910/models/_route_config.py,sha256=JjBOTEK-d35YrwXSCDFvzyuDvD-c1jmgmsujCmbOouM,1254
|
|
225
|
+
alibabacloud_agentrun20250910/models/_routing_configuration.py,sha256=cDOO49H664bY9Xx2FrikHRF9g88-x0y8JZhDIBV0qSw,1339
|
|
226
|
+
alibabacloud_agentrun20250910/models/_sandbox.py,sha256=G4ofssnAdS5NL3WtDDDlGxL1-X87aCoz9TJrOBdOdjE,3902
|
|
227
|
+
alibabacloud_agentrun20250910/models/_sandbox_health_check_out.py,sha256=B2o0Tn3vjxbAcdSYSGBkTn4vZPAN25rlr6bsffCZ0PY,821
|
|
228
|
+
alibabacloud_agentrun20250910/models/_sandbox_health_check_result.py,sha256=X4BJvAKcs-d_wTZowfDOwmRyotx-cRb4Nx0e-7CpI_A,1483
|
|
229
|
+
alibabacloud_agentrun20250910/models/_sandbox_result.py,sha256=eT4sikYaaIicJGmoba27N1StYjk9D9dPyR9DvdqUOSQ,1564
|
|
230
|
+
alibabacloud_agentrun20250910/models/_service_config.py,sha256=6O1ZZA2xt9QyUWgUATpkJlxoyjnkfX9Pkx_cjhlbVrQ,1260
|
|
231
|
+
alibabacloud_agentrun20250910/models/_service_result.py,sha256=2blJPGss_KS92RnVkkJiik0GHl1rT_HWOsLvLIZy0cQ,1413
|
|
232
|
+
alibabacloud_agentrun20250910/models/_start_browser_session_input.py,sha256=dBZNmxZ3UhlLD5w0D9RmRfxgqspmwvK96LCn3LPC2Pk,717
|
|
233
|
+
alibabacloud_agentrun20250910/models/_start_browser_session_result.py,sha256=-CSVrSlPrzfABk8o5T3Y9rO2v0Y4dBEAGbDRyKZPuKs,1532
|
|
234
|
+
alibabacloud_agentrun20250910/models/_start_code_interpreter_session_input.py,sha256=yinHEiy8K6FsGSDllihRjG3eCR2k5JzIOP3cZVT0WMs,811
|
|
235
|
+
alibabacloud_agentrun20250910/models/_start_code_interpreter_session_result.py,sha256=8QVwj2CyoxXexCfMBSlYfNZncwRfZiTipj33Y4vB48c,1556
|
|
236
|
+
alibabacloud_agentrun20250910/models/_stop_code_interpreter_session_result.py,sha256=XCoUMV3KTWmTUL2LGMUAcSnTBSRixDPdZExWIOv82ZU,1118
|
|
237
|
+
alibabacloud_agentrun20250910/models/_stop_sandbox_response.py,sha256=edqZexmxN-U5tutUlHyhzrVIdzteDOj5cRwYkb9_VQU,1458
|
|
238
|
+
alibabacloud_agentrun20250910/models/_stop_sandbox_result.py,sha256=PvC_PuQZsitwBIO_A9AyM9C7jXgW_eX_dJ6WfcPnXGM,1364
|
|
239
|
+
alibabacloud_agentrun20250910/models/_stop_template_mcpresponse.py,sha256=_DCx45Q8I1QkTBd-Ti_7_JbkmP6BE2umWDty9cEydxI,1456
|
|
240
|
+
alibabacloud_agentrun20250910/models/_target.py,sha256=E_nesP9MT7-cbx15zsEAT4k2dodwucOvBA6Eb-kU4uo,1625
|
|
241
|
+
alibabacloud_agentrun20250910/models/_target_configuration.py,sha256=9_MeoqtAWn-K6BMbQS0EcFHBb_cWDdRWrdiF4o5HqLg,1763
|
|
242
|
+
alibabacloud_agentrun20250910/models/_target_service_config.py,sha256=_m9KyQTo0obX5jSfgGrtwmukyc49S8b-akXLwBhFWFc,1540
|
|
243
|
+
alibabacloud_agentrun20250910/models/_template.py,sha256=anknmH6wyX5_RgKolgpZ43jdGDUU6zQsbgQqwOm_xQo,12488
|
|
244
|
+
alibabacloud_agentrun20250910/models/_template_result.py,sha256=p_R3yIPU2n3iQONEv93P1UNmS5BbISDjoW7Ro4VRkeE,1567
|
|
245
|
+
alibabacloud_agentrun20250910/models/_tlsconfig.py,sha256=8SYuniWOEW-TJ_CZ1O0pZh8nxG4-uBKuLrzxwqSg76g,1437
|
|
246
|
+
alibabacloud_agentrun20250910/models/_tool_info.py,sha256=1v-bZ7fOu1odiVaDHbG7BmJI2Lhn6dxE83zk-v7_LYM,2842
|
|
247
|
+
alibabacloud_agentrun20250910/models/_tool_list_item.py,sha256=fN3dZupJvkCcEuNQvcxMa3jO-o3fQmlmYM_SjhiPh04,2846
|
|
248
|
+
alibabacloud_agentrun20250910/models/_trigger_config.py,sha256=CMX6Yl5x-HLobnqP4EazZVyZAa5LoR5qnyL9WO84MTA,1008
|
|
249
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_input.py,sha256=HPR8R2axqxw6GAB1mSMey1OAdhbBKnU8y9zeXHZARUs,2211
|
|
250
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_request.py,sha256=ZSy86DcU33dh67ti8JW817VrGpO7qzhxAdgL-gXa29o,1099
|
|
251
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_response.py,sha256=Sj9rTANIf3JpfNfgZnpBAJnf5lWkSTSs2h4xJ7KtO3g,1491
|
|
252
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_input.py,sha256=9amKt4ucwFdlEIgLn5Mkcl5oUeEoE12lzHqGYzhaqDc,8423
|
|
253
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_request.py,sha256=91Qx2INQdOCo5zQuFP98r8VSqaf1c34CseJqpummkeY,1069
|
|
254
|
+
alibabacloud_agentrun20250910/models/_update_agent_runtime_response.py,sha256=5wvKzFxRYMU39g-mz3m3tcBIrBtSjoxlIiZYRKZ0aco,1467
|
|
255
|
+
alibabacloud_agentrun20250910/models/_update_apig_llmmodel_input.py,sha256=YM6sJMj71vwch1MSfM-tWMNknJ3IEu90vAOoA_ceeM8,2064
|
|
256
|
+
alibabacloud_agentrun20250910/models/_update_credential_input.py,sha256=WR6oWsfkymtZfZLqkmZ_LrsEW4vDglKYOZYG81Q1wlU,1968
|
|
257
|
+
alibabacloud_agentrun20250910/models/_update_credential_output.py,sha256=SeCTW3RVl4OlIcWY-PV9y3DeMan8N6sKiaaO0HYJvaI,4313
|
|
258
|
+
alibabacloud_agentrun20250910/models/_update_credential_request.py,sha256=R0vUVYN1ZvIb8nueiIeM0apQPEWQGo0aGQo8A6-J4oA,943
|
|
259
|
+
alibabacloud_agentrun20250910/models/_update_credential_response.py,sha256=hvC4zF9g8Iabm3KRA1NHx92vovzclH-YbTpKGJYZdFE,1461
|
|
260
|
+
alibabacloud_agentrun20250910/models/_update_custom_domain_input.py,sha256=9s-lc2oCE1ac7PbyffZiEY--RqrmlWTGWQj3owvTQB8,2680
|
|
261
|
+
alibabacloud_agentrun20250910/models/_update_domain_input.py,sha256=TgDFH6dwozcqm1_CacVPmoFBjg3lx2t62GqAKfd1Ngs,1044
|
|
262
|
+
alibabacloud_agentrun20250910/models/_update_model_input.py,sha256=oHfEY3WTXojplIdrrIHuEMnnWq1SijdmkCGXneU5MF0,2057
|
|
263
|
+
alibabacloud_agentrun20250910/models/_update_model_proxy_input.py,sha256=yfgL9WtvotC4eToKnnVOHDcU8Y8gIB7kByGiuBkhlvc,3480
|
|
264
|
+
alibabacloud_agentrun20250910/models/_update_model_proxy_request.py,sha256=V9-TXkJkriTB5reLf1CD8w8qKfn3-bVR2q2QPDQygQo,943
|
|
265
|
+
alibabacloud_agentrun20250910/models/_update_model_proxy_response.py,sha256=clK-GSGt9BDQeU8EUJysOblu_GWRY7_E51QTOE9eIgw,1461
|
|
266
|
+
alibabacloud_agentrun20250910/models/_update_model_service_input.py,sha256=SwRDhW93rqov49FZVnLu7aG93v-8QahpEOSQrjfnkcU,3468
|
|
267
|
+
alibabacloud_agentrun20250910/models/_update_model_service_request.py,sha256=AcdSay6krCmF49NI45gWU1kHFriZ24gpetc_G2sBDlQ,949
|
|
268
|
+
alibabacloud_agentrun20250910/models/_update_model_service_response.py,sha256=WezpJqS34sgkxw5oGb-gwPPigJkBZNRc3bhqR5wWPNI,1467
|
|
269
|
+
alibabacloud_agentrun20250910/models/_update_target_configuration_input.py,sha256=tHerbyRO1LWbPAIJFPAETOD6ymhODVyVoRPUh7u43_c,1363
|
|
270
|
+
alibabacloud_agentrun20250910/models/_update_template_input.py,sha256=xvuVtK315eoZXu0nCt-pMLVw9jXj3kc8WqFv9JH8ax0,7299
|
|
271
|
+
alibabacloud_agentrun20250910/models/_update_template_request.py,sha256=HySD43yqj0oMDXZPh0eQy5WR2VzdlTmCCSoP2FhOj5w,1357
|
|
272
|
+
alibabacloud_agentrun20250910/models/_update_template_response.py,sha256=q5w77jLjE8vKi2SfSULQqCgfUjgz7XNwCqrM-YN0qc4,1455
|
|
273
|
+
alibabacloud_agentrun20250910/models/_update_tool_data.py,sha256=sxTitPzTXhtlb8Lo4o2x29-YHhRWnmCOvfm005UP0_E,1650
|
|
274
|
+
alibabacloud_agentrun20250910/models/_update_tool_input.py,sha256=dqUmuI3Ca5u8I-7bYBv0K9uj5Fvp0KkEGMtrb-J7sZk,1193
|
|
275
|
+
alibabacloud_agentrun20250910/models/_update_tool_output.py,sha256=8Qy6IF4Tv61KCH1K82YxUhqQT7HfWzwTPfPsvhdMKjk,1381
|
|
276
|
+
alibabacloud_agentrun20250910/models/_version_weight.py,sha256=b8Q6LkLBbwREUz5u4gksWiZJOR3KnwvQnmGKZmBRhfE,1035
|
|
277
|
+
alibabacloud_agentrun20250910/models/_view_port_configuration.py,sha256=9OJd_njOHJISm9XTCXbpPTw78eKbcn0h8NPI_51KqgI,1115
|
|
278
|
+
alibabacloud_agentrun20250910-5.0.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
279
|
+
alibabacloud_agentrun20250910-5.0.0.dist-info/METADATA,sha256=il8drmIGaIHDjuT-0SEUswZdwv00Y3AUIXAb7qf_qDc,2324
|
|
280
|
+
alibabacloud_agentrun20250910-5.0.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
281
|
+
alibabacloud_agentrun20250910-5.0.0.dist-info/top_level.txt,sha256=52ubthzYJLT_H920wO8t0i9HV90alDqttDu0fv3l1aM,30
|
|
282
|
+
alibabacloud_agentrun20250910-5.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
alibabacloud_agentrun20250910
|