@alicloud/agentrun20250910 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (643) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +25 -0
  3. package/dist/client.d.ts +446 -0
  4. package/dist/client.js +941 -0
  5. package/dist/client.js.map +1 -0
  6. package/dist/models/AgentRuntime.d.ts +138 -0
  7. package/dist/models/AgentRuntime.js +131 -0
  8. package/dist/models/AgentRuntime.js.map +1 -0
  9. package/dist/models/AgentRuntimeEndpoint.d.ts +32 -0
  10. package/dist/models/AgentRuntimeEndpoint.js +80 -0
  11. package/dist/models/AgentRuntimeEndpoint.js.map +1 -0
  12. package/dist/models/AgentRuntimeEndpointResult.d.ts +29 -0
  13. package/dist/models/AgentRuntimeEndpointResult.js +66 -0
  14. package/dist/models/AgentRuntimeEndpointResult.js.map +1 -0
  15. package/dist/models/AgentRuntimeResult.d.ts +29 -0
  16. package/dist/models/AgentRuntimeResult.js +66 -0
  17. package/dist/models/AgentRuntimeResult.js.map +1 -0
  18. package/dist/models/AgentRuntimeVersion.d.ts +43 -0
  19. package/dist/models/AgentRuntimeVersion.js +68 -0
  20. package/dist/models/AgentRuntimeVersion.js.map +1 -0
  21. package/dist/models/AgentRuntimeVersionResult.d.ts +29 -0
  22. package/dist/models/AgentRuntimeVersionResult.js +66 -0
  23. package/dist/models/AgentRuntimeVersionResult.js.map +1 -0
  24. package/dist/models/AiFallbackConfig.d.ts +15 -0
  25. package/dist/models/AiFallbackConfig.js +62 -0
  26. package/dist/models/AiFallbackConfig.js.map +1 -0
  27. package/dist/models/AiFallbackServiceConfig.d.ts +16 -0
  28. package/dist/models/AiFallbackServiceConfig.js +62 -0
  29. package/dist/models/AiFallbackServiceConfig.js.map +1 -0
  30. package/dist/models/AiServiceConfig.d.ts +18 -0
  31. package/dist/models/AiServiceConfig.js +72 -0
  32. package/dist/models/AiServiceConfig.js.map +1 -0
  33. package/dist/models/AttachPolicyConfig.d.ts +16 -0
  34. package/dist/models/AttachPolicyConfig.js +62 -0
  35. package/dist/models/AttachPolicyConfig.js.map +1 -0
  36. package/dist/models/Browser.d.ts +37 -0
  37. package/dist/models/Browser.js +92 -0
  38. package/dist/models/Browser.js.map +1 -0
  39. package/dist/models/BrowserAutomationStream.d.ts +15 -0
  40. package/dist/models/BrowserAutomationStream.js +60 -0
  41. package/dist/models/BrowserAutomationStream.js.map +1 -0
  42. package/dist/models/BrowserLiveViewStream.d.ts +14 -0
  43. package/dist/models/BrowserLiveViewStream.js +58 -0
  44. package/dist/models/BrowserLiveViewStream.js.map +1 -0
  45. package/dist/models/BrowserOssLocation.d.ts +15 -0
  46. package/dist/models/BrowserOssLocation.js +60 -0
  47. package/dist/models/BrowserOssLocation.js.map +1 -0
  48. package/dist/models/BrowserRecordingConfiguration.d.ts +16 -0
  49. package/dist/models/BrowserRecordingConfiguration.js +64 -0
  50. package/dist/models/BrowserRecordingConfiguration.js.map +1 -0
  51. package/dist/models/BrowserResult.d.ts +29 -0
  52. package/dist/models/BrowserResult.js +66 -0
  53. package/dist/models/BrowserResult.js.map +1 -0
  54. package/dist/models/BrowserSessionListOut.d.ts +18 -0
  55. package/dist/models/BrowserSessionListOut.js +68 -0
  56. package/dist/models/BrowserSessionListOut.js.map +1 -0
  57. package/dist/models/BrowserSessionOut.d.ts +28 -0
  58. package/dist/models/BrowserSessionOut.js +70 -0
  59. package/dist/models/BrowserSessionOut.js.map +1 -0
  60. package/dist/models/BrowserStreams.d.ts +17 -0
  61. package/dist/models/BrowserStreams.js +68 -0
  62. package/dist/models/BrowserStreams.js.map +1 -0
  63. package/dist/models/BrowserViewPort.d.ts +15 -0
  64. package/dist/models/BrowserViewPort.js +60 -0
  65. package/dist/models/BrowserViewPort.js.map +1 -0
  66. package/dist/models/Capconfig.d.ts +16 -0
  67. package/dist/models/Capconfig.js +62 -0
  68. package/dist/models/Capconfig.js.map +1 -0
  69. package/dist/models/CodeConfiguration.d.ts +36 -0
  70. package/dist/models/CodeConfiguration.js +67 -0
  71. package/dist/models/CodeConfiguration.js.map +1 -0
  72. package/dist/models/CodeInfo.d.ts +15 -0
  73. package/dist/models/CodeInfo.js +60 -0
  74. package/dist/models/CodeInfo.js.map +1 -0
  75. package/dist/models/CodeInterpreter.d.ts +66 -0
  76. package/dist/models/CodeInterpreter.js +84 -0
  77. package/dist/models/CodeInterpreter.js.map +1 -0
  78. package/dist/models/CodeInterpreterResult.d.ts +29 -0
  79. package/dist/models/CodeInterpreterResult.js +66 -0
  80. package/dist/models/CodeInterpreterResult.js.map +1 -0
  81. package/dist/models/CodeInterpreterSessionConfig.d.ts +30 -0
  82. package/dist/models/CodeInterpreterSessionConfig.js +65 -0
  83. package/dist/models/CodeInterpreterSessionConfig.js.map +1 -0
  84. package/dist/models/CodeInterpreterSessionListOut.d.ts +18 -0
  85. package/dist/models/CodeInterpreterSessionListOut.js +68 -0
  86. package/dist/models/CodeInterpreterSessionListOut.js.map +1 -0
  87. package/dist/models/CodeInterpreterSessionOut.d.ts +54 -0
  88. package/dist/models/CodeInterpreterSessionOut.js +70 -0
  89. package/dist/models/CodeInterpreterSessionOut.js.map +1 -0
  90. package/dist/models/CommonResult.d.ts +28 -0
  91. package/dist/models/CommonResult.js +62 -0
  92. package/dist/models/CommonResult.js.map +1 -0
  93. package/dist/models/ContainerConfiguration.d.ts +19 -0
  94. package/dist/models/ContainerConfiguration.js +63 -0
  95. package/dist/models/ContainerConfiguration.js.map +1 -0
  96. package/dist/models/CreateAgentRuntimeEndpointInput.d.ts +26 -0
  97. package/dist/models/CreateAgentRuntimeEndpointInput.js +68 -0
  98. package/dist/models/CreateAgentRuntimeEndpointInput.js.map +1 -0
  99. package/dist/models/CreateAgentRuntimeEndpointRequest.d.ts +21 -0
  100. package/dist/models/CreateAgentRuntimeEndpointRequest.js +62 -0
  101. package/dist/models/CreateAgentRuntimeEndpointRequest.js.map +1 -0
  102. package/dist/models/CreateAgentRuntimeEndpointResponse.d.ts +19 -0
  103. package/dist/models/CreateAgentRuntimeEndpointResponse.js +69 -0
  104. package/dist/models/CreateAgentRuntimeEndpointResponse.js.map +1 -0
  105. package/dist/models/CreateAgentRuntimeInput.d.ts +118 -0
  106. package/dist/models/CreateAgentRuntimeInput.js +117 -0
  107. package/dist/models/CreateAgentRuntimeInput.js.map +1 -0
  108. package/dist/models/CreateAgentRuntimeRequest.d.ts +21 -0
  109. package/dist/models/CreateAgentRuntimeRequest.js +62 -0
  110. package/dist/models/CreateAgentRuntimeRequest.js.map +1 -0
  111. package/dist/models/CreateAgentRuntimeResponse.d.ts +19 -0
  112. package/dist/models/CreateAgentRuntimeResponse.js +69 -0
  113. package/dist/models/CreateAgentRuntimeResponse.js.map +1 -0
  114. package/dist/models/CreateAgentRuntimeVersionInput.d.ts +18 -0
  115. package/dist/models/CreateAgentRuntimeVersionInput.js +58 -0
  116. package/dist/models/CreateAgentRuntimeVersionInput.js.map +1 -0
  117. package/dist/models/CreateBrowserInput.d.ts +46 -0
  118. package/dist/models/CreateBrowserInput.js +76 -0
  119. package/dist/models/CreateBrowserInput.js.map +1 -0
  120. package/dist/models/CreateBrowserRequest.d.ts +19 -0
  121. package/dist/models/CreateBrowserRequest.js +62 -0
  122. package/dist/models/CreateBrowserRequest.js.map +1 -0
  123. package/dist/models/CreateBrowserResponse.d.ts +19 -0
  124. package/dist/models/CreateBrowserResponse.js +69 -0
  125. package/dist/models/CreateBrowserResponse.js.map +1 -0
  126. package/dist/models/CreateCodeInterpreterInput.d.ts +58 -0
  127. package/dist/models/CreateCodeInterpreterInput.js +76 -0
  128. package/dist/models/CreateCodeInterpreterInput.js.map +1 -0
  129. package/dist/models/CreateCodeInterpreterRequest.d.ts +19 -0
  130. package/dist/models/CreateCodeInterpreterRequest.js +62 -0
  131. package/dist/models/CreateCodeInterpreterRequest.js.map +1 -0
  132. package/dist/models/CreateCodeInterpreterResponse.d.ts +19 -0
  133. package/dist/models/CreateCodeInterpreterResponse.js +69 -0
  134. package/dist/models/CreateCodeInterpreterResponse.js.map +1 -0
  135. package/dist/models/CreateCredentialInput.d.ts +20 -0
  136. package/dist/models/CreateCredentialInput.js +69 -0
  137. package/dist/models/CreateCredentialInput.js.map +1 -0
  138. package/dist/models/CreateCredentialOutput.d.ts +17 -0
  139. package/dist/models/CreateCredentialOutput.js +64 -0
  140. package/dist/models/CreateCredentialOutput.js.map +1 -0
  141. package/dist/models/CreateDomainInput.d.ts +16 -0
  142. package/dist/models/CreateDomainInput.js +62 -0
  143. package/dist/models/CreateDomainInput.js.map +1 -0
  144. package/dist/models/CreateGatewayInput.d.ts +18 -0
  145. package/dist/models/CreateGatewayInput.js +68 -0
  146. package/dist/models/CreateGatewayInput.js.map +1 -0
  147. package/dist/models/CreateGatewayTargetInput.d.ts +17 -0
  148. package/dist/models/CreateGatewayTargetInput.js +66 -0
  149. package/dist/models/CreateGatewayTargetInput.js.map +1 -0
  150. package/dist/models/CreateModelInput.d.ts +20 -0
  151. package/dist/models/CreateModelInput.js +73 -0
  152. package/dist/models/CreateModelInput.js.map +1 -0
  153. package/dist/models/CreateToolData.d.ts +18 -0
  154. package/dist/models/CreateToolData.js +66 -0
  155. package/dist/models/CreateToolData.js.map +1 -0
  156. package/dist/models/CreateToolInput.d.ts +36 -0
  157. package/dist/models/CreateToolInput.js +72 -0
  158. package/dist/models/CreateToolInput.js.map +1 -0
  159. package/dist/models/CreateToolOutput.d.ts +17 -0
  160. package/dist/models/CreateToolOutput.js +66 -0
  161. package/dist/models/CreateToolOutput.js.map +1 -0
  162. package/dist/models/CredentialListItem.d.ts +20 -0
  163. package/dist/models/CredentialListItem.js +72 -0
  164. package/dist/models/CredentialListItem.js.map +1 -0
  165. package/dist/models/CustomRuntimeConfig.d.ts +16 -0
  166. package/dist/models/CustomRuntimeConfig.js +68 -0
  167. package/dist/models/CustomRuntimeConfig.js.map +1 -0
  168. package/dist/models/DeleteAgentRuntimeEndpointResponse.d.ts +19 -0
  169. package/dist/models/DeleteAgentRuntimeEndpointResponse.js +69 -0
  170. package/dist/models/DeleteAgentRuntimeEndpointResponse.js.map +1 -0
  171. package/dist/models/DeleteAgentRuntimeResponse.d.ts +19 -0
  172. package/dist/models/DeleteAgentRuntimeResponse.js +69 -0
  173. package/dist/models/DeleteAgentRuntimeResponse.js.map +1 -0
  174. package/dist/models/DeleteBrowserOut.d.ts +16 -0
  175. package/dist/models/DeleteBrowserOut.js +62 -0
  176. package/dist/models/DeleteBrowserOut.js.map +1 -0
  177. package/dist/models/DeleteBrowserResponse.d.ts +19 -0
  178. package/dist/models/DeleteBrowserResponse.js +69 -0
  179. package/dist/models/DeleteBrowserResponse.js.map +1 -0
  180. package/dist/models/DeleteBrowserResult.d.ts +21 -0
  181. package/dist/models/DeleteBrowserResult.js +66 -0
  182. package/dist/models/DeleteBrowserResult.js.map +1 -0
  183. package/dist/models/DeleteCodeInterpreterOut.d.ts +16 -0
  184. package/dist/models/DeleteCodeInterpreterOut.js +62 -0
  185. package/dist/models/DeleteCodeInterpreterOut.js.map +1 -0
  186. package/dist/models/DeleteCodeInterpreterResponse.d.ts +19 -0
  187. package/dist/models/DeleteCodeInterpreterResponse.js +69 -0
  188. package/dist/models/DeleteCodeInterpreterResponse.js.map +1 -0
  189. package/dist/models/DeleteCodeInterpreterResult.d.ts +21 -0
  190. package/dist/models/DeleteCodeInterpreterResult.js +66 -0
  191. package/dist/models/DeleteCodeInterpreterResult.js.map +1 -0
  192. package/dist/models/DomainInfo.d.ts +17 -0
  193. package/dist/models/DomainInfo.js +64 -0
  194. package/dist/models/DomainInfo.js.map +1 -0
  195. package/dist/models/ErrorResult.d.ts +28 -0
  196. package/dist/models/ErrorResult.js +62 -0
  197. package/dist/models/ErrorResult.js.map +1 -0
  198. package/dist/models/FclinkConfig.d.ts +15 -0
  199. package/dist/models/FclinkConfig.js +60 -0
  200. package/dist/models/FclinkConfig.js.map +1 -0
  201. package/dist/models/Gateway.d.ts +20 -0
  202. package/dist/models/Gateway.js +70 -0
  203. package/dist/models/Gateway.js.map +1 -0
  204. package/dist/models/GatewayNetworkConfiguration.d.ts +16 -0
  205. package/dist/models/GatewayNetworkConfiguration.js +65 -0
  206. package/dist/models/GatewayNetworkConfiguration.js.map +1 -0
  207. package/dist/models/GetAgentRuntimeEndpointResponse.d.ts +19 -0
  208. package/dist/models/GetAgentRuntimeEndpointResponse.js +69 -0
  209. package/dist/models/GetAgentRuntimeEndpointResponse.js.map +1 -0
  210. package/dist/models/GetAgentRuntimeRequest.d.ts +21 -0
  211. package/dist/models/GetAgentRuntimeRequest.js +58 -0
  212. package/dist/models/GetAgentRuntimeRequest.js.map +1 -0
  213. package/dist/models/GetAgentRuntimeResponse.d.ts +19 -0
  214. package/dist/models/GetAgentRuntimeResponse.js +69 -0
  215. package/dist/models/GetAgentRuntimeResponse.js.map +1 -0
  216. package/dist/models/GetBrowserResponse.d.ts +19 -0
  217. package/dist/models/GetBrowserResponse.js +69 -0
  218. package/dist/models/GetBrowserResponse.js.map +1 -0
  219. package/dist/models/GetBrowserSessionResult.d.ts +21 -0
  220. package/dist/models/GetBrowserSessionResult.js +66 -0
  221. package/dist/models/GetBrowserSessionResult.js.map +1 -0
  222. package/dist/models/GetCodeInterpreterResponse.d.ts +19 -0
  223. package/dist/models/GetCodeInterpreterResponse.js +69 -0
  224. package/dist/models/GetCodeInterpreterResponse.js.map +1 -0
  225. package/dist/models/GetCodeInterpreterSessionResult.d.ts +21 -0
  226. package/dist/models/GetCodeInterpreterSessionResult.js +66 -0
  227. package/dist/models/GetCodeInterpreterSessionResult.js.map +1 -0
  228. package/dist/models/GetCredentialOutput.d.ts +23 -0
  229. package/dist/models/GetCredentialOutput.js +75 -0
  230. package/dist/models/GetCredentialOutput.js.map +1 -0
  231. package/dist/models/GetToolOutput.d.ts +16 -0
  232. package/dist/models/GetToolOutput.js +64 -0
  233. package/dist/models/GetToolOutput.js.map +1 -0
  234. package/dist/models/GrayTrafficWeight.d.ts +23 -0
  235. package/dist/models/GrayTrafficWeight.js +60 -0
  236. package/dist/models/GrayTrafficWeight.js.map +1 -0
  237. package/dist/models/HealthCheckConfig.d.ts +43 -0
  238. package/dist/models/HealthCheckConfig.js +68 -0
  239. package/dist/models/HealthCheckConfig.js.map +1 -0
  240. package/dist/models/HealthCheckConfiguration.d.ts +43 -0
  241. package/dist/models/HealthCheckConfiguration.js +68 -0
  242. package/dist/models/HealthCheckConfiguration.js.map +1 -0
  243. package/dist/models/ListAgentRuntimeEndpointsInput.d.ts +33 -0
  244. package/dist/models/ListAgentRuntimeEndpointsInput.js +67 -0
  245. package/dist/models/ListAgentRuntimeEndpointsInput.js.map +1 -0
  246. package/dist/models/ListAgentRuntimeEndpointsOutput.d.ts +18 -0
  247. package/dist/models/ListAgentRuntimeEndpointsOutput.js +68 -0
  248. package/dist/models/ListAgentRuntimeEndpointsOutput.js.map +1 -0
  249. package/dist/models/ListAgentRuntimeEndpointsRequest.d.ts +37 -0
  250. package/dist/models/ListAgentRuntimeEndpointsRequest.js +62 -0
  251. package/dist/models/ListAgentRuntimeEndpointsRequest.js.map +1 -0
  252. package/dist/models/ListAgentRuntimeEndpointsResponse.d.ts +19 -0
  253. package/dist/models/ListAgentRuntimeEndpointsResponse.js +69 -0
  254. package/dist/models/ListAgentRuntimeEndpointsResponse.js.map +1 -0
  255. package/dist/models/ListAgentRuntimeEndpointsResult.d.ts +29 -0
  256. package/dist/models/ListAgentRuntimeEndpointsResult.js +66 -0
  257. package/dist/models/ListAgentRuntimeEndpointsResult.js.map +1 -0
  258. package/dist/models/ListAgentRuntimeVersionsInput.d.ts +23 -0
  259. package/dist/models/ListAgentRuntimeVersionsInput.js +60 -0
  260. package/dist/models/ListAgentRuntimeVersionsInput.js.map +1 -0
  261. package/dist/models/ListAgentRuntimeVersionsOutput.d.ts +18 -0
  262. package/dist/models/ListAgentRuntimeVersionsOutput.js +68 -0
  263. package/dist/models/ListAgentRuntimeVersionsOutput.js.map +1 -0
  264. package/dist/models/ListAgentRuntimeVersionsRequest.d.ts +29 -0
  265. package/dist/models/ListAgentRuntimeVersionsRequest.js +60 -0
  266. package/dist/models/ListAgentRuntimeVersionsRequest.js.map +1 -0
  267. package/dist/models/ListAgentRuntimeVersionsResponse.d.ts +19 -0
  268. package/dist/models/ListAgentRuntimeVersionsResponse.js +69 -0
  269. package/dist/models/ListAgentRuntimeVersionsResponse.js.map +1 -0
  270. package/dist/models/ListAgentRuntimeVersionsResult.d.ts +29 -0
  271. package/dist/models/ListAgentRuntimeVersionsResult.js +66 -0
  272. package/dist/models/ListAgentRuntimeVersionsResult.js.map +1 -0
  273. package/dist/models/ListAgentRuntimesInput.d.ts +33 -0
  274. package/dist/models/ListAgentRuntimesInput.js +67 -0
  275. package/dist/models/ListAgentRuntimesInput.js.map +1 -0
  276. package/dist/models/ListAgentRuntimesOutput.d.ts +18 -0
  277. package/dist/models/ListAgentRuntimesOutput.js +68 -0
  278. package/dist/models/ListAgentRuntimesOutput.js.map +1 -0
  279. package/dist/models/ListAgentRuntimesRequest.d.ts +37 -0
  280. package/dist/models/ListAgentRuntimesRequest.js +62 -0
  281. package/dist/models/ListAgentRuntimesRequest.js.map +1 -0
  282. package/dist/models/ListAgentRuntimesResponse.d.ts +19 -0
  283. package/dist/models/ListAgentRuntimesResponse.js +69 -0
  284. package/dist/models/ListAgentRuntimesResponse.js.map +1 -0
  285. package/dist/models/ListAgentRuntimesResult.d.ts +29 -0
  286. package/dist/models/ListAgentRuntimesResult.js +66 -0
  287. package/dist/models/ListAgentRuntimesResult.js.map +1 -0
  288. package/dist/models/ListBrowserSessionResult.d.ts +21 -0
  289. package/dist/models/ListBrowserSessionResult.js +66 -0
  290. package/dist/models/ListBrowserSessionResult.js.map +1 -0
  291. package/dist/models/ListBrowsersInput.d.ts +20 -0
  292. package/dist/models/ListBrowsersInput.js +62 -0
  293. package/dist/models/ListBrowsersInput.js.map +1 -0
  294. package/dist/models/ListBrowsersOutput.d.ts +18 -0
  295. package/dist/models/ListBrowsersOutput.js +68 -0
  296. package/dist/models/ListBrowsersOutput.js.map +1 -0
  297. package/dist/models/ListBrowsersRequest.d.ts +48 -0
  298. package/dist/models/ListBrowsersRequest.js +64 -0
  299. package/dist/models/ListBrowsersRequest.js.map +1 -0
  300. package/dist/models/ListBrowsersResponse.d.ts +19 -0
  301. package/dist/models/ListBrowsersResponse.js +69 -0
  302. package/dist/models/ListBrowsersResponse.js.map +1 -0
  303. package/dist/models/ListBrowsersResult.d.ts +29 -0
  304. package/dist/models/ListBrowsersResult.js +66 -0
  305. package/dist/models/ListBrowsersResult.js.map +1 -0
  306. package/dist/models/ListCodeInterpreterSessionResult.d.ts +21 -0
  307. package/dist/models/ListCodeInterpreterSessionResult.js +66 -0
  308. package/dist/models/ListCodeInterpreterSessionResult.js.map +1 -0
  309. package/dist/models/ListCodeInterpretersInput.d.ts +20 -0
  310. package/dist/models/ListCodeInterpretersInput.js +62 -0
  311. package/dist/models/ListCodeInterpretersInput.js.map +1 -0
  312. package/dist/models/ListCodeInterpretersOutput.d.ts +18 -0
  313. package/dist/models/ListCodeInterpretersOutput.js +68 -0
  314. package/dist/models/ListCodeInterpretersOutput.js.map +1 -0
  315. package/dist/models/ListCodeInterpretersRequest.d.ts +37 -0
  316. package/dist/models/ListCodeInterpretersRequest.js +62 -0
  317. package/dist/models/ListCodeInterpretersRequest.js.map +1 -0
  318. package/dist/models/ListCodeInterpretersResponse.d.ts +19 -0
  319. package/dist/models/ListCodeInterpretersResponse.js +69 -0
  320. package/dist/models/ListCodeInterpretersResponse.js.map +1 -0
  321. package/dist/models/ListCodeInterpretersResult.d.ts +29 -0
  322. package/dist/models/ListCodeInterpretersResult.js +66 -0
  323. package/dist/models/ListCodeInterpretersResult.js.map +1 -0
  324. package/dist/models/ListCredentialsOutput.d.ts +18 -0
  325. package/dist/models/ListCredentialsOutput.js +68 -0
  326. package/dist/models/ListCredentialsOutput.js.map +1 -0
  327. package/dist/models/ListDomainsOutput.d.ts +18 -0
  328. package/dist/models/ListDomainsOutput.js +68 -0
  329. package/dist/models/ListDomainsOutput.js.map +1 -0
  330. package/dist/models/ListGatewaysOutput.d.ts +18 -0
  331. package/dist/models/ListGatewaysOutput.js +68 -0
  332. package/dist/models/ListGatewaysOutput.js.map +1 -0
  333. package/dist/models/ListToolsOutput.d.ts +18 -0
  334. package/dist/models/ListToolsOutput.js +68 -0
  335. package/dist/models/ListToolsOutput.js.map +1 -0
  336. package/dist/models/Llmapiconfiguration.d.ts +22 -0
  337. package/dist/models/Llmapiconfiguration.js +81 -0
  338. package/dist/models/Llmapiconfiguration.js.map +1 -0
  339. package/dist/models/LlmdeployConfig.d.ts +21 -0
  340. package/dist/models/LlmdeployConfig.js +79 -0
  341. package/dist/models/LlmdeployConfig.js.map +1 -0
  342. package/dist/models/LogConfiguration.d.ts +23 -0
  343. package/dist/models/LogConfiguration.js +60 -0
  344. package/dist/models/LogConfiguration.js.map +1 -0
  345. package/dist/models/Mcpapi.d.ts +23 -0
  346. package/dist/models/Mcpapi.js +80 -0
  347. package/dist/models/Mcpapi.js.map +1 -0
  348. package/dist/models/Mcpapiconfiguration.d.ts +18 -0
  349. package/dist/models/Mcpapiconfiguration.js +66 -0
  350. package/dist/models/Mcpapiconfiguration.js.map +1 -0
  351. package/dist/models/McpbackendConfig.d.ts +16 -0
  352. package/dist/models/McpbackendConfig.js +64 -0
  353. package/dist/models/McpbackendConfig.js.map +1 -0
  354. package/dist/models/Mcpmatch.d.ts +15 -0
  355. package/dist/models/Mcpmatch.js +62 -0
  356. package/dist/models/Mcpmatch.js.map +1 -0
  357. package/dist/models/McppathMatch.d.ts +15 -0
  358. package/dist/models/McppathMatch.js +60 -0
  359. package/dist/models/McppathMatch.js.map +1 -0
  360. package/dist/models/McpserverConfig.d.ts +16 -0
  361. package/dist/models/McpserverConfig.js +62 -0
  362. package/dist/models/McpserverConfig.js.map +1 -0
  363. package/dist/models/McpserviceConfig.d.ts +14 -0
  364. package/dist/models/McpserviceConfig.js +58 -0
  365. package/dist/models/McpserviceConfig.js.map +1 -0
  366. package/dist/models/Model_.d.ts +27 -0
  367. package/dist/models/Model_.js +84 -0
  368. package/dist/models/Model_.js.map +1 -0
  369. package/dist/models/NetworkConfiguration.d.ts +17 -0
  370. package/dist/models/NetworkConfiguration.js +67 -0
  371. package/dist/models/NetworkConfiguration.js.map +1 -0
  372. package/dist/models/PaginationInfo.d.ts +17 -0
  373. package/dist/models/PaginationInfo.js +64 -0
  374. package/dist/models/PaginationInfo.js.map +1 -0
  375. package/dist/models/PolicyConfig.d.ts +17 -0
  376. package/dist/models/PolicyConfig.js +66 -0
  377. package/dist/models/PolicyConfig.js.map +1 -0
  378. package/dist/models/ProtocolConfiguration.d.ts +14 -0
  379. package/dist/models/ProtocolConfiguration.js +58 -0
  380. package/dist/models/ProtocolConfiguration.js.map +1 -0
  381. package/dist/models/PublishRuntimeVersionInput.d.ts +18 -0
  382. package/dist/models/PublishRuntimeVersionInput.js +58 -0
  383. package/dist/models/PublishRuntimeVersionInput.js.map +1 -0
  384. package/dist/models/PublishRuntimeVersionRequest.d.ts +15 -0
  385. package/dist/models/PublishRuntimeVersionRequest.js +62 -0
  386. package/dist/models/PublishRuntimeVersionRequest.js.map +1 -0
  387. package/dist/models/PublishRuntimeVersionResponse.d.ts +19 -0
  388. package/dist/models/PublishRuntimeVersionResponse.js +69 -0
  389. package/dist/models/PublishRuntimeVersionResponse.js.map +1 -0
  390. package/dist/models/RelatedWorkload.d.ts +16 -0
  391. package/dist/models/RelatedWorkload.js +62 -0
  392. package/dist/models/RelatedWorkload.js.map +1 -0
  393. package/dist/models/RoutingConfiguration.d.ts +19 -0
  394. package/dist/models/RoutingConfiguration.js +62 -0
  395. package/dist/models/RoutingConfiguration.js.map +1 -0
  396. package/dist/models/ServiceConfig.d.ts +16 -0
  397. package/dist/models/ServiceConfig.js +64 -0
  398. package/dist/models/ServiceConfig.js.map +1 -0
  399. package/dist/models/StartBrowserSessionInput.d.ts +18 -0
  400. package/dist/models/StartBrowserSessionInput.js +58 -0
  401. package/dist/models/StartBrowserSessionInput.js.map +1 -0
  402. package/dist/models/StartBrowserSessionResult.d.ts +21 -0
  403. package/dist/models/StartBrowserSessionResult.js +66 -0
  404. package/dist/models/StartBrowserSessionResult.js.map +1 -0
  405. package/dist/models/StartCodeInterpreterSessionInput.d.ts +21 -0
  406. package/dist/models/StartCodeInterpreterSessionInput.js +58 -0
  407. package/dist/models/StartCodeInterpreterSessionInput.js.map +1 -0
  408. package/dist/models/StartCodeInterpreterSessionResult.d.ts +21 -0
  409. package/dist/models/StartCodeInterpreterSessionResult.js +66 -0
  410. package/dist/models/StartCodeInterpreterSessionResult.js.map +1 -0
  411. package/dist/models/StopCodeInterpreterSessionResult.d.ts +19 -0
  412. package/dist/models/StopCodeInterpreterSessionResult.js +60 -0
  413. package/dist/models/StopCodeInterpreterSessionResult.js.map +1 -0
  414. package/dist/models/Target.d.ts +18 -0
  415. package/dist/models/Target.js +70 -0
  416. package/dist/models/Target.js.map +1 -0
  417. package/dist/models/TargetConfiguration.d.ts +18 -0
  418. package/dist/models/TargetConfiguration.js +70 -0
  419. package/dist/models/TargetConfiguration.js.map +1 -0
  420. package/dist/models/TargetServiceConfig.d.ts +17 -0
  421. package/dist/models/TargetServiceConfig.js +64 -0
  422. package/dist/models/TargetServiceConfig.js.map +1 -0
  423. package/dist/models/Template.d.ts +15 -0
  424. package/dist/models/Template.js +60 -0
  425. package/dist/models/Template.js.map +1 -0
  426. package/dist/models/ToolInfo.d.ts +23 -0
  427. package/dist/models/ToolInfo.js +78 -0
  428. package/dist/models/ToolInfo.js.map +1 -0
  429. package/dist/models/ToolListItem.d.ts +23 -0
  430. package/dist/models/ToolListItem.js +78 -0
  431. package/dist/models/ToolListItem.js.map +1 -0
  432. package/dist/models/TriggerConfig.d.ts +15 -0
  433. package/dist/models/TriggerConfig.js +63 -0
  434. package/dist/models/TriggerConfig.js.map +1 -0
  435. package/dist/models/UpdateAgentRuntimeEndpointInput.d.ts +26 -0
  436. package/dist/models/UpdateAgentRuntimeEndpointInput.js +68 -0
  437. package/dist/models/UpdateAgentRuntimeEndpointInput.js.map +1 -0
  438. package/dist/models/UpdateAgentRuntimeEndpointRequest.d.ts +21 -0
  439. package/dist/models/UpdateAgentRuntimeEndpointRequest.js +62 -0
  440. package/dist/models/UpdateAgentRuntimeEndpointRequest.js.map +1 -0
  441. package/dist/models/UpdateAgentRuntimeEndpointResponse.d.ts +19 -0
  442. package/dist/models/UpdateAgentRuntimeEndpointResponse.js +69 -0
  443. package/dist/models/UpdateAgentRuntimeEndpointResponse.js.map +1 -0
  444. package/dist/models/UpdateAgentRuntimeInput.d.ts +61 -0
  445. package/dist/models/UpdateAgentRuntimeInput.js +115 -0
  446. package/dist/models/UpdateAgentRuntimeInput.js.map +1 -0
  447. package/dist/models/UpdateAgentRuntimeRequest.d.ts +21 -0
  448. package/dist/models/UpdateAgentRuntimeRequest.js +62 -0
  449. package/dist/models/UpdateAgentRuntimeRequest.js.map +1 -0
  450. package/dist/models/UpdateAgentRuntimeResponse.d.ts +19 -0
  451. package/dist/models/UpdateAgentRuntimeResponse.js +69 -0
  452. package/dist/models/UpdateAgentRuntimeResponse.js.map +1 -0
  453. package/dist/models/UpdateCredentialInput.d.ts +20 -0
  454. package/dist/models/UpdateCredentialInput.js +69 -0
  455. package/dist/models/UpdateCredentialInput.js.map +1 -0
  456. package/dist/models/UpdateCredentialOutput.d.ts +17 -0
  457. package/dist/models/UpdateCredentialOutput.js +64 -0
  458. package/dist/models/UpdateCredentialOutput.js.map +1 -0
  459. package/dist/models/UpdateDomainInput.d.ts +15 -0
  460. package/dist/models/UpdateDomainInput.js +60 -0
  461. package/dist/models/UpdateDomainInput.js.map +1 -0
  462. package/dist/models/UpdateModelInput.d.ts +20 -0
  463. package/dist/models/UpdateModelInput.js +73 -0
  464. package/dist/models/UpdateModelInput.js.map +1 -0
  465. package/dist/models/UpdateTargetConfigurationInput.d.ts +16 -0
  466. package/dist/models/UpdateTargetConfigurationInput.js +64 -0
  467. package/dist/models/UpdateTargetConfigurationInput.js.map +1 -0
  468. package/dist/models/UpdateToolData.d.ts +18 -0
  469. package/dist/models/UpdateToolData.js +66 -0
  470. package/dist/models/UpdateToolData.js.map +1 -0
  471. package/dist/models/UpdateToolInput.d.ts +16 -0
  472. package/dist/models/UpdateToolInput.js +62 -0
  473. package/dist/models/UpdateToolInput.js.map +1 -0
  474. package/dist/models/UpdateToolOutput.d.ts +17 -0
  475. package/dist/models/UpdateToolOutput.js +66 -0
  476. package/dist/models/UpdateToolOutput.js.map +1 -0
  477. package/dist/models/VersionWeight.d.ts +23 -0
  478. package/dist/models/VersionWeight.js +60 -0
  479. package/dist/models/VersionWeight.js.map +1 -0
  480. package/dist/models/model.d.ts +158 -0
  481. package/dist/models/model.js +323 -0
  482. package/dist/models/model.js.map +1 -0
  483. package/package.json +29 -0
  484. package/src/client.ts +963 -0
  485. package/src/models/AgentRuntime.ts +214 -0
  486. package/src/models/AgentRuntimeEndpoint.ts +66 -0
  487. package/src/models/AgentRuntimeEndpointResult.ts +49 -0
  488. package/src/models/AgentRuntimeResult.ts +49 -0
  489. package/src/models/AgentRuntimeVersion.ts +66 -0
  490. package/src/models/AgentRuntimeVersionResult.ts +49 -0
  491. package/src/models/AiFallbackConfig.ts +31 -0
  492. package/src/models/AiFallbackServiceConfig.ts +33 -0
  493. package/src/models/AiServiceConfig.ts +45 -0
  494. package/src/models/AttachPolicyConfig.ts +33 -0
  495. package/src/models/Browser.ts +82 -0
  496. package/src/models/BrowserAutomationStream.ts +30 -0
  497. package/src/models/BrowserLiveViewStream.ts +27 -0
  498. package/src/models/BrowserOssLocation.ts +30 -0
  499. package/src/models/BrowserRecordingConfiguration.ts +34 -0
  500. package/src/models/BrowserResult.ts +49 -0
  501. package/src/models/BrowserSessionListOut.ts +40 -0
  502. package/src/models/BrowserSessionOut.ts +53 -0
  503. package/src/models/BrowserStreams.ts +38 -0
  504. package/src/models/BrowserViewPort.ts +30 -0
  505. package/src/models/Capconfig.ts +33 -0
  506. package/src/models/CodeConfiguration.ts +58 -0
  507. package/src/models/CodeInfo.ts +30 -0
  508. package/src/models/CodeInterpreter.ts +104 -0
  509. package/src/models/CodeInterpreterResult.ts +49 -0
  510. package/src/models/CodeInterpreterSessionConfig.ts +48 -0
  511. package/src/models/CodeInterpreterSessionListOut.ts +40 -0
  512. package/src/models/CodeInterpreterSessionOut.ts +79 -0
  513. package/src/models/CommonResult.ts +45 -0
  514. package/src/models/ContainerConfiguration.ts +37 -0
  515. package/src/models/CreateAgentRuntimeEndpointInput.ts +48 -0
  516. package/src/models/CreateAgentRuntimeEndpointRequest.ts +37 -0
  517. package/src/models/CreateAgentRuntimeEndpointResponse.ts +40 -0
  518. package/src/models/CreateAgentRuntimeInput.ts +182 -0
  519. package/src/models/CreateAgentRuntimeRequest.ts +37 -0
  520. package/src/models/CreateAgentRuntimeResponse.ts +40 -0
  521. package/src/models/CreateAgentRuntimeVersionInput.ts +31 -0
  522. package/src/models/CreateBrowserInput.ts +76 -0
  523. package/src/models/CreateBrowserRequest.ts +35 -0
  524. package/src/models/CreateBrowserResponse.ts +40 -0
  525. package/src/models/CreateCodeInterpreterInput.ts +88 -0
  526. package/src/models/CreateCodeInterpreterRequest.ts +35 -0
  527. package/src/models/CreateCodeInterpreterResponse.ts +40 -0
  528. package/src/models/CreateCredentialInput.ts +42 -0
  529. package/src/models/CreateCredentialOutput.ts +36 -0
  530. package/src/models/CreateDomainInput.ts +33 -0
  531. package/src/models/CreateGatewayInput.ts +40 -0
  532. package/src/models/CreateGatewayTargetInput.ts +37 -0
  533. package/src/models/CreateModelInput.ts +48 -0
  534. package/src/models/CreateToolData.ts +39 -0
  535. package/src/models/CreateToolInput.ts +62 -0
  536. package/src/models/CreateToolOutput.ts +37 -0
  537. package/src/models/CredentialListItem.ts +46 -0
  538. package/src/models/CustomRuntimeConfig.ts +39 -0
  539. package/src/models/DeleteAgentRuntimeEndpointResponse.ts +40 -0
  540. package/src/models/DeleteAgentRuntimeResponse.ts +40 -0
  541. package/src/models/DeleteBrowserOut.ts +33 -0
  542. package/src/models/DeleteBrowserResponse.ts +40 -0
  543. package/src/models/DeleteBrowserResult.ts +41 -0
  544. package/src/models/DeleteCodeInterpreterOut.ts +33 -0
  545. package/src/models/DeleteCodeInterpreterResponse.ts +40 -0
  546. package/src/models/DeleteCodeInterpreterResult.ts +41 -0
  547. package/src/models/DomainInfo.ts +36 -0
  548. package/src/models/ErrorResult.ts +45 -0
  549. package/src/models/FclinkConfig.ts +30 -0
  550. package/src/models/Gateway.ts +45 -0
  551. package/src/models/GatewayNetworkConfiguration.ts +36 -0
  552. package/src/models/GetAgentRuntimeEndpointResponse.ts +40 -0
  553. package/src/models/GetAgentRuntimeRequest.ts +34 -0
  554. package/src/models/GetAgentRuntimeResponse.ts +40 -0
  555. package/src/models/GetBrowserResponse.ts +40 -0
  556. package/src/models/GetBrowserSessionResult.ts +41 -0
  557. package/src/models/GetCodeInterpreterResponse.ts +40 -0
  558. package/src/models/GetCodeInterpreterSessionResult.ts +41 -0
  559. package/src/models/GetCredentialOutput.ts +51 -0
  560. package/src/models/GetToolOutput.ts +34 -0
  561. package/src/models/GrayTrafficWeight.ts +38 -0
  562. package/src/models/HealthCheckConfig.ts +66 -0
  563. package/src/models/HealthCheckConfiguration.ts +66 -0
  564. package/src/models/ListAgentRuntimeEndpointsInput.ts +55 -0
  565. package/src/models/ListAgentRuntimeEndpointsOutput.ts +40 -0
  566. package/src/models/ListAgentRuntimeEndpointsRequest.ts +54 -0
  567. package/src/models/ListAgentRuntimeEndpointsResponse.ts +40 -0
  568. package/src/models/ListAgentRuntimeEndpointsResult.ts +49 -0
  569. package/src/models/ListAgentRuntimeVersionsInput.ts +38 -0
  570. package/src/models/ListAgentRuntimeVersionsOutput.ts +40 -0
  571. package/src/models/ListAgentRuntimeVersionsRequest.ts +44 -0
  572. package/src/models/ListAgentRuntimeVersionsResponse.ts +40 -0
  573. package/src/models/ListAgentRuntimeVersionsResult.ts +49 -0
  574. package/src/models/ListAgentRuntimesInput.ts +55 -0
  575. package/src/models/ListAgentRuntimesOutput.ts +40 -0
  576. package/src/models/ListAgentRuntimesRequest.ts +54 -0
  577. package/src/models/ListAgentRuntimesResponse.ts +40 -0
  578. package/src/models/ListAgentRuntimesResult.ts +49 -0
  579. package/src/models/ListBrowserSessionResult.ts +41 -0
  580. package/src/models/ListBrowsersInput.ts +37 -0
  581. package/src/models/ListBrowsersOutput.ts +40 -0
  582. package/src/models/ListBrowsersRequest.ts +67 -0
  583. package/src/models/ListBrowsersResponse.ts +40 -0
  584. package/src/models/ListBrowsersResult.ts +49 -0
  585. package/src/models/ListCodeInterpreterSessionResult.ts +41 -0
  586. package/src/models/ListCodeInterpretersInput.ts +37 -0
  587. package/src/models/ListCodeInterpretersOutput.ts +40 -0
  588. package/src/models/ListCodeInterpretersRequest.ts +54 -0
  589. package/src/models/ListCodeInterpretersResponse.ts +40 -0
  590. package/src/models/ListCodeInterpretersResult.ts +49 -0
  591. package/src/models/ListCredentialsOutput.ts +40 -0
  592. package/src/models/ListDomainsOutput.ts +40 -0
  593. package/src/models/ListGatewaysOutput.ts +40 -0
  594. package/src/models/ListToolsOutput.ts +40 -0
  595. package/src/models/Llmapiconfiguration.ts +56 -0
  596. package/src/models/LlmdeployConfig.ts +53 -0
  597. package/src/models/LogConfiguration.ts +38 -0
  598. package/src/models/Mcpapi.ts +56 -0
  599. package/src/models/Mcpapiconfiguration.ts +39 -0
  600. package/src/models/McpbackendConfig.ts +34 -0
  601. package/src/models/Mcpmatch.ts +31 -0
  602. package/src/models/McppathMatch.ts +30 -0
  603. package/src/models/McpserverConfig.ts +33 -0
  604. package/src/models/McpserviceConfig.ts +27 -0
  605. package/src/models/Model_.ts +66 -0
  606. package/src/models/NetworkConfiguration.ts +39 -0
  607. package/src/models/PaginationInfo.ts +36 -0
  608. package/src/models/PolicyConfig.ts +37 -0
  609. package/src/models/ProtocolConfiguration.ts +27 -0
  610. package/src/models/PublishRuntimeVersionInput.ts +31 -0
  611. package/src/models/PublishRuntimeVersionRequest.ts +31 -0
  612. package/src/models/PublishRuntimeVersionResponse.ts +40 -0
  613. package/src/models/RelatedWorkload.ts +33 -0
  614. package/src/models/RoutingConfiguration.ts +35 -0
  615. package/src/models/ServiceConfig.ts +34 -0
  616. package/src/models/StartBrowserSessionInput.ts +31 -0
  617. package/src/models/StartBrowserSessionResult.ts +41 -0
  618. package/src/models/StartCodeInterpreterSessionInput.ts +34 -0
  619. package/src/models/StartCodeInterpreterSessionResult.ts +41 -0
  620. package/src/models/StopCodeInterpreterSessionResult.ts +34 -0
  621. package/src/models/Target.ts +41 -0
  622. package/src/models/TargetConfiguration.ts +41 -0
  623. package/src/models/TargetServiceConfig.ts +36 -0
  624. package/src/models/Template.ts +30 -0
  625. package/src/models/ToolInfo.ts +55 -0
  626. package/src/models/ToolListItem.ts +55 -0
  627. package/src/models/TriggerConfig.ts +33 -0
  628. package/src/models/UpdateAgentRuntimeEndpointInput.ts +48 -0
  629. package/src/models/UpdateAgentRuntimeEndpointRequest.ts +37 -0
  630. package/src/models/UpdateAgentRuntimeEndpointResponse.ts +40 -0
  631. package/src/models/UpdateAgentRuntimeInput.ts +123 -0
  632. package/src/models/UpdateAgentRuntimeRequest.ts +37 -0
  633. package/src/models/UpdateAgentRuntimeResponse.ts +40 -0
  634. package/src/models/UpdateCredentialInput.ts +42 -0
  635. package/src/models/UpdateCredentialOutput.ts +36 -0
  636. package/src/models/UpdateDomainInput.ts +30 -0
  637. package/src/models/UpdateModelInput.ts +48 -0
  638. package/src/models/UpdateTargetConfigurationInput.ts +34 -0
  639. package/src/models/UpdateToolData.ts +39 -0
  640. package/src/models/UpdateToolInput.ts +33 -0
  641. package/src/models/UpdateToolOutput.ts +37 -0
  642. package/src/models/VersionWeight.ts +38 -0
  643. package/src/models/model.ts +158 -0
@@ -0,0 +1,48 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CodeInterpreterSessionConfig extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * 代码解释器会话的环境变量配置
9
+ */
10
+ environment?: { [key: string]: string };
11
+ /**
12
+ * @remarks
13
+ * 代码解释器会话的超时时间,单位为秒
14
+ */
15
+ timeout?: number;
16
+ /**
17
+ * @remarks
18
+ * 代码解释器会话的工作目录路径
19
+ */
20
+ workingDirectory?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ environment: 'environment',
24
+ timeout: 'timeout',
25
+ workingDirectory: 'workingDirectory',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ environment: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
32
+ timeout: 'number',
33
+ workingDirectory: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ if(this.environment) {
39
+ $dara.Model.validateMap(this.environment);
40
+ }
41
+ super.validate();
42
+ }
43
+
44
+ constructor(map?: { [key: string]: any }) {
45
+ super(map);
46
+ }
47
+ }
48
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CodeInterpreterSessionOut } from "./CodeInterpreterSessionOut";
4
+
5
+
6
+ export class CodeInterpreterSessionListOut extends $dara.Model {
7
+ items?: CodeInterpreterSessionOut[];
8
+ pageNumber?: number;
9
+ pageSize?: number;
10
+ total?: number;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ items: 'items',
14
+ pageNumber: 'pageNumber',
15
+ pageSize: 'pageSize',
16
+ total: 'total',
17
+ };
18
+ }
19
+
20
+ static types(): { [key: string]: any } {
21
+ return {
22
+ items: { 'type': 'array', 'itemType': CodeInterpreterSessionOut },
23
+ pageNumber: 'number',
24
+ pageSize: 'number',
25
+ total: 'number',
26
+ };
27
+ }
28
+
29
+ validate() {
30
+ if(Array.isArray(this.items)) {
31
+ $dara.Model.validateArray(this.items);
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,79 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CodeInterpreterSessionOut extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * 关联的代码解释器的唯一标识符
9
+ *
10
+ * This parameter is required.
11
+ */
12
+ codeInterpreterId?: string;
13
+ /**
14
+ * @remarks
15
+ * 代码解释器会话的名称
16
+ */
17
+ codeInterpreterName?: string;
18
+ /**
19
+ * @remarks
20
+ * 代码解释器会话的创建时间,采用ISO 8601格式
21
+ */
22
+ createdAt?: string;
23
+ /**
24
+ * @remarks
25
+ * 代码解释器会话的最后更新时间,采用ISO 8601格式
26
+ */
27
+ lastUpdatedAt?: string;
28
+ /**
29
+ * @remarks
30
+ * 代码解释器会话的唯一标识符
31
+ *
32
+ * This parameter is required.
33
+ */
34
+ sessionId?: string;
35
+ /**
36
+ * @remarks
37
+ * 代码解释器会话的空闲超时时间,单位为秒。实例没有会话请求后处于空闲状态,空闲态为闲置计费模式,超过此超时时间后会话自动过期,不可继续使用
38
+ */
39
+ sessionIdleTimeoutSeconds?: number;
40
+ /**
41
+ * @remarks
42
+ * 代码解释器会话的当前状态
43
+ *
44
+ * This parameter is required.
45
+ */
46
+ status?: string;
47
+ static names(): { [key: string]: string } {
48
+ return {
49
+ codeInterpreterId: 'codeInterpreterId',
50
+ codeInterpreterName: 'codeInterpreterName',
51
+ createdAt: 'createdAt',
52
+ lastUpdatedAt: 'lastUpdatedAt',
53
+ sessionId: 'sessionId',
54
+ sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
55
+ status: 'status',
56
+ };
57
+ }
58
+
59
+ static types(): { [key: string]: any } {
60
+ return {
61
+ codeInterpreterId: 'string',
62
+ codeInterpreterName: 'string',
63
+ createdAt: 'string',
64
+ lastUpdatedAt: 'string',
65
+ sessionId: 'string',
66
+ sessionIdleTimeoutSeconds: 'number',
67
+ status: 'string',
68
+ };
69
+ }
70
+
71
+ validate() {
72
+ super.validate();
73
+ }
74
+
75
+ constructor(map?: { [key: string]: any }) {
76
+ super(map);
77
+ }
78
+ }
79
+
@@ -0,0 +1,45 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CommonResult extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * SUCCESS 为成功,失败情况返回对应错误类型,比如 ERR_BAD_REQUEST ERR_VALIDATION_FAILED ERR_INTERNAL_SERVER_ERROR
9
+ */
10
+ code?: string;
11
+ /**
12
+ * @remarks
13
+ * 实际的业务数据内容
14
+ */
15
+ data?: any;
16
+ /**
17
+ * @remarks
18
+ * 唯一的请求标识符,用于问题追踪
19
+ */
20
+ requestId?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ code: 'code',
24
+ data: 'data',
25
+ requestId: 'requestId',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ code: 'string',
32
+ data: 'any',
33
+ requestId: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
@@ -0,0 +1,37 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ContainerConfiguration extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * 在容器中运行的命令(例如:[\"python3\", \"app.py\"])
9
+ */
10
+ command?: string[];
11
+ image?: string;
12
+ static names(): { [key: string]: string } {
13
+ return {
14
+ command: 'command',
15
+ image: 'image',
16
+ };
17
+ }
18
+
19
+ static types(): { [key: string]: any } {
20
+ return {
21
+ command: { 'type': 'array', 'itemType': 'string' },
22
+ image: 'string',
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(Array.isArray(this.command)) {
28
+ $dara.Model.validateArray(this.command);
29
+ }
30
+ super.validate();
31
+ }
32
+
33
+ constructor(map?: { [key: string]: any }) {
34
+ super(map);
35
+ }
36
+ }
37
+
@@ -0,0 +1,48 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { RoutingConfiguration } from "./RoutingConfiguration";
4
+
5
+
6
+ export class CreateAgentRuntimeEndpointInput extends $dara.Model {
7
+ agentRuntimeEndpointName?: string;
8
+ description?: string;
9
+ /**
10
+ * @remarks
11
+ * 智能体运行时端点的路由配置,支持多版本权重分配
12
+ */
13
+ routingConfiguration?: RoutingConfiguration;
14
+ /**
15
+ * @remarks
16
+ * 智能体运行时的目标版本
17
+ */
18
+ targetVersion?: string;
19
+ static names(): { [key: string]: string } {
20
+ return {
21
+ agentRuntimeEndpointName: 'agentRuntimeEndpointName',
22
+ description: 'description',
23
+ routingConfiguration: 'routingConfiguration',
24
+ targetVersion: 'targetVersion',
25
+ };
26
+ }
27
+
28
+ static types(): { [key: string]: any } {
29
+ return {
30
+ agentRuntimeEndpointName: 'string',
31
+ description: 'string',
32
+ routingConfiguration: RoutingConfiguration,
33
+ targetVersion: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ if(this.routingConfiguration && typeof (this.routingConfiguration as any).validate === 'function') {
39
+ (this.routingConfiguration as any).validate();
40
+ }
41
+ super.validate();
42
+ }
43
+
44
+ constructor(map?: { [key: string]: any }) {
45
+ super(map);
46
+ }
47
+ }
48
+
@@ -0,0 +1,37 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateAgentRuntimeEndpointInput } from "./CreateAgentRuntimeEndpointInput";
4
+
5
+
6
+ export class CreateAgentRuntimeEndpointRequest extends $dara.Model {
7
+ /**
8
+ * @remarks
9
+ * 包含要创建的智能体运行时端点配置信息的请求体
10
+ *
11
+ * This parameter is required.
12
+ */
13
+ body?: CreateAgentRuntimeEndpointInput;
14
+ static names(): { [key: string]: string } {
15
+ return {
16
+ body: 'body',
17
+ };
18
+ }
19
+
20
+ static types(): { [key: string]: any } {
21
+ return {
22
+ body: CreateAgentRuntimeEndpointInput,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.body && typeof (this.body as any).validate === 'function') {
28
+ (this.body as any).validate();
29
+ }
30
+ super.validate();
31
+ }
32
+
33
+ constructor(map?: { [key: string]: any }) {
34
+ super(map);
35
+ }
36
+ }
37
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { AgentRuntimeEndpointResult } from "./AgentRuntimeEndpointResult";
4
+
5
+
6
+ export class CreateAgentRuntimeEndpointResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: AgentRuntimeEndpointResult;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: AgentRuntimeEndpointResult,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,182 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CodeConfiguration } from "./CodeConfiguration";
4
+ import { ContainerConfiguration } from "./ContainerConfiguration";
5
+ import { HealthCheckConfiguration } from "./HealthCheckConfiguration";
6
+ import { LogConfiguration } from "./LogConfiguration";
7
+ import { NetworkConfiguration } from "./NetworkConfiguration";
8
+ import { ProtocolConfiguration } from "./ProtocolConfiguration";
9
+
10
+
11
+ export class CreateAgentRuntimeInput extends $dara.Model {
12
+ /**
13
+ * @remarks
14
+ * 智能体运行时的唯一标识名称,用于区分不同的智能体运行时实例
15
+ *
16
+ * This parameter is required.
17
+ */
18
+ agentRuntimeName?: string;
19
+ /**
20
+ * @remarks
21
+ * 指定智能体运行时的部署类型,支持Code(代码模式)和Container(容器模式)
22
+ *
23
+ * This parameter is required.
24
+ */
25
+ artifactType?: string;
26
+ /**
27
+ * @remarks
28
+ * 当artifactType为Code时的代码配置信息,包括代码源、入口文件等
29
+ */
30
+ codeConfiguration?: CodeConfiguration;
31
+ /**
32
+ * @remarks
33
+ * 当artifactType为Container时的容器配置信息,包括镜像地址、启动命令等
34
+ */
35
+ containerConfiguration?: ContainerConfiguration;
36
+ /**
37
+ * @remarks
38
+ * 为智能体运行时分配的CPU资源,单位为核数
39
+ *
40
+ * This parameter is required.
41
+ */
42
+ cpu?: number;
43
+ /**
44
+ * @remarks
45
+ * 用于访问外部服务的凭证ID,智能体运行时将使用此凭证进行身份验证
46
+ */
47
+ credentialId?: string;
48
+ /**
49
+ * @remarks
50
+ * 智能体运行时的描述信息,用于说明该运行时的用途和功能
51
+ */
52
+ description?: string;
53
+ /**
54
+ * @remarks
55
+ * 智能体运行时的环境变量配置,用于在运行时传递配置参数
56
+ */
57
+ environmentVariables?: { [key: string]: string };
58
+ /**
59
+ * @remarks
60
+ * 为智能体运行时提供访问云服务权限的执行角色ARN
61
+ */
62
+ executionRoleArn?: string;
63
+ /**
64
+ * @remarks
65
+ * 智能体运行时的健康检查配置,用于监控运行时实例的健康状态
66
+ */
67
+ healthCheckConfiguration?: HealthCheckConfiguration;
68
+ /**
69
+ * @remarks
70
+ * SLS(简单日志服务)配置
71
+ */
72
+ logConfiguration?: LogConfiguration;
73
+ /**
74
+ * @remarks
75
+ * 为智能体运行时分配的内存资源,单位为MB
76
+ *
77
+ * This parameter is required.
78
+ */
79
+ memory?: number;
80
+ /**
81
+ * @remarks
82
+ * 智能体运行时的网络配置,包括VPC、安全组等网络访问设置
83
+ *
84
+ * This parameter is required.
85
+ */
86
+ networkConfiguration?: NetworkConfiguration;
87
+ /**
88
+ * @remarks
89
+ * 智能体运行时监听的端口号,用于接收外部请求
90
+ *
91
+ * This parameter is required.
92
+ */
93
+ port?: number;
94
+ /**
95
+ * @remarks
96
+ * 智能体运行时的通信协议配置,定义运行时如何与外部系统交互
97
+ */
98
+ protocolConfiguration?: ProtocolConfiguration;
99
+ /**
100
+ * @remarks
101
+ * 每个运行时实例允许的最大并发会话数
102
+ */
103
+ sessionConcurrencyLimitPerInstance?: number;
104
+ /**
105
+ * @remarks
106
+ * 会话的空闲超时时间,单位为秒。实例没有会话请求后处于空闲状态,空闲态为闲置计费模式,超过此超时时间后会话自动过期,不可继续使用
107
+ */
108
+ sessionIdleTimeoutSeconds?: number;
109
+ static names(): { [key: string]: string } {
110
+ return {
111
+ agentRuntimeName: 'agentRuntimeName',
112
+ artifactType: 'artifactType',
113
+ codeConfiguration: 'codeConfiguration',
114
+ containerConfiguration: 'containerConfiguration',
115
+ cpu: 'cpu',
116
+ credentialId: 'credentialId',
117
+ description: 'description',
118
+ environmentVariables: 'environmentVariables',
119
+ executionRoleArn: 'executionRoleArn',
120
+ healthCheckConfiguration: 'healthCheckConfiguration',
121
+ logConfiguration: 'logConfiguration',
122
+ memory: 'memory',
123
+ networkConfiguration: 'networkConfiguration',
124
+ port: 'port',
125
+ protocolConfiguration: 'protocolConfiguration',
126
+ sessionConcurrencyLimitPerInstance: 'sessionConcurrencyLimitPerInstance',
127
+ sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
128
+ };
129
+ }
130
+
131
+ static types(): { [key: string]: any } {
132
+ return {
133
+ agentRuntimeName: 'string',
134
+ artifactType: 'string',
135
+ codeConfiguration: CodeConfiguration,
136
+ containerConfiguration: ContainerConfiguration,
137
+ cpu: 'number',
138
+ credentialId: 'string',
139
+ description: 'string',
140
+ environmentVariables: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
141
+ executionRoleArn: 'string',
142
+ healthCheckConfiguration: HealthCheckConfiguration,
143
+ logConfiguration: LogConfiguration,
144
+ memory: 'number',
145
+ networkConfiguration: NetworkConfiguration,
146
+ port: 'number',
147
+ protocolConfiguration: ProtocolConfiguration,
148
+ sessionConcurrencyLimitPerInstance: 'number',
149
+ sessionIdleTimeoutSeconds: 'number',
150
+ };
151
+ }
152
+
153
+ validate() {
154
+ if(this.codeConfiguration && typeof (this.codeConfiguration as any).validate === 'function') {
155
+ (this.codeConfiguration as any).validate();
156
+ }
157
+ if(this.containerConfiguration && typeof (this.containerConfiguration as any).validate === 'function') {
158
+ (this.containerConfiguration as any).validate();
159
+ }
160
+ if(this.environmentVariables) {
161
+ $dara.Model.validateMap(this.environmentVariables);
162
+ }
163
+ if(this.healthCheckConfiguration && typeof (this.healthCheckConfiguration as any).validate === 'function') {
164
+ (this.healthCheckConfiguration as any).validate();
165
+ }
166
+ if(this.logConfiguration && typeof (this.logConfiguration as any).validate === 'function') {
167
+ (this.logConfiguration as any).validate();
168
+ }
169
+ if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
170
+ (this.networkConfiguration as any).validate();
171
+ }
172
+ if(this.protocolConfiguration && typeof (this.protocolConfiguration as any).validate === 'function') {
173
+ (this.protocolConfiguration as any).validate();
174
+ }
175
+ super.validate();
176
+ }
177
+
178
+ constructor(map?: { [key: string]: any }) {
179
+ super(map);
180
+ }
181
+ }
182
+
@@ -0,0 +1,37 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateAgentRuntimeInput } from "./CreateAgentRuntimeInput";
4
+
5
+
6
+ export class CreateAgentRuntimeRequest extends $dara.Model {
7
+ /**
8
+ * @remarks
9
+ * 创建智能体运行时所需的完整配置信息,包括运行时名称、资源规格、网络配置、协议配置等
10
+ *
11
+ * This parameter is required.
12
+ */
13
+ body?: CreateAgentRuntimeInput;
14
+ static names(): { [key: string]: string } {
15
+ return {
16
+ body: 'body',
17
+ };
18
+ }
19
+
20
+ static types(): { [key: string]: any } {
21
+ return {
22
+ body: CreateAgentRuntimeInput,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.body && typeof (this.body as any).validate === 'function') {
28
+ (this.body as any).validate();
29
+ }
30
+ super.validate();
31
+ }
32
+
33
+ constructor(map?: { [key: string]: any }) {
34
+ super(map);
35
+ }
36
+ }
37
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { AgentRuntimeResult } from "./AgentRuntimeResult";
4
+
5
+
6
+ export class CreateAgentRuntimeResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: AgentRuntimeResult;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: AgentRuntimeResult,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,31 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgentRuntimeVersionInput extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * 版本描述
9
+ */
10
+ description?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ description: 'description',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ description: 'string',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+