@alicloud/agentcore20260804 1.0.0 → 1.1.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.
- package/dist/client.d.ts +218 -2
- package/dist/client.js +487 -2
- package/dist/client.js.map +1 -1
- package/dist/models/CreateManagedAgentRequest.d.ts +501 -0
- package/dist/models/CreateManagedAgentRequest.js +452 -0
- package/dist/models/CreateManagedAgentRequest.js.map +1 -0
- package/dist/models/CreateManagedAgentResponse.d.ts +19 -0
- package/dist/models/CreateManagedAgentResponse.js +69 -0
- package/dist/models/CreateManagedAgentResponse.js.map +1 -0
- package/dist/models/CreateManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/CreateManagedAgentResponseBody.js +480 -0
- package/dist/models/CreateManagedAgentResponseBody.js.map +1 -0
- package/dist/models/CreateManagedAgentShrinkRequest.d.ts +26 -0
- package/dist/models/CreateManagedAgentShrinkRequest.js +60 -0
- package/dist/models/CreateManagedAgentShrinkRequest.js.map +1 -0
- package/dist/models/CreateWorkspaceRequest.d.ts +105 -0
- package/dist/models/CreateWorkspaceRequest.js +135 -0
- package/dist/models/CreateWorkspaceRequest.js.map +1 -0
- package/dist/models/CreateWorkspaceResponse.d.ts +19 -0
- package/dist/models/CreateWorkspaceResponse.js +69 -0
- package/dist/models/CreateWorkspaceResponse.js.map +1 -0
- package/dist/models/CreateWorkspaceResponseBody.d.ts +165 -0
- package/dist/models/CreateWorkspaceResponseBody.js +151 -0
- package/dist/models/CreateWorkspaceResponseBody.js.map +1 -0
- package/dist/models/CreateWorkspaceShrinkRequest.d.ts +26 -0
- package/dist/models/CreateWorkspaceShrinkRequest.js +60 -0
- package/dist/models/CreateWorkspaceShrinkRequest.js.map +1 -0
- package/dist/models/DeleteManagedAgentRequest.d.ts +13 -0
- package/dist/models/DeleteManagedAgentRequest.js +54 -0
- package/dist/models/DeleteManagedAgentRequest.js.map +1 -0
- package/dist/models/DeleteManagedAgentResponse.d.ts +19 -0
- package/dist/models/DeleteManagedAgentResponse.js +69 -0
- package/dist/models/DeleteManagedAgentResponse.js.map +1 -0
- package/dist/models/DeleteManagedAgentResponseBody.d.ts +166 -0
- package/dist/models/DeleteManagedAgentResponseBody.js +112 -0
- package/dist/models/DeleteManagedAgentResponseBody.js.map +1 -0
- package/dist/models/DeleteWorkspaceRequest.d.ts +13 -0
- package/dist/models/DeleteWorkspaceRequest.js +54 -0
- package/dist/models/DeleteWorkspaceRequest.js.map +1 -0
- package/dist/models/DeleteWorkspaceResponse.d.ts +19 -0
- package/dist/models/DeleteWorkspaceResponse.js +69 -0
- package/dist/models/DeleteWorkspaceResponse.js.map +1 -0
- package/dist/models/DeleteWorkspaceResponseBody.d.ts +78 -0
- package/dist/models/DeleteWorkspaceResponseBody.js +90 -0
- package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -0
- package/dist/models/GetManagedAgentRequest.d.ts +13 -0
- package/dist/models/GetManagedAgentRequest.js +54 -0
- package/dist/models/GetManagedAgentRequest.js.map +1 -0
- package/dist/models/GetManagedAgentResponse.d.ts +19 -0
- package/dist/models/GetManagedAgentResponse.js +69 -0
- package/dist/models/GetManagedAgentResponse.js.map +1 -0
- package/dist/models/GetManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/GetManagedAgentResponseBody.js +480 -0
- package/dist/models/GetManagedAgentResponseBody.js.map +1 -0
- package/dist/models/GetWorkspaceRequest.d.ts +13 -0
- package/dist/models/GetWorkspaceRequest.js +54 -0
- package/dist/models/GetWorkspaceRequest.js.map +1 -0
- package/dist/models/GetWorkspaceResponse.d.ts +19 -0
- package/dist/models/GetWorkspaceResponse.js +69 -0
- package/dist/models/GetWorkspaceResponse.js.map +1 -0
- package/dist/models/GetWorkspaceResponseBody.d.ts +181 -0
- package/dist/models/GetWorkspaceResponseBody.js +155 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
- package/dist/models/ListManagedAgentsRequest.d.ts +29 -0
- package/dist/models/ListManagedAgentsRequest.js +60 -0
- package/dist/models/ListManagedAgentsRequest.js.map +1 -0
- package/dist/models/ListManagedAgentsResponse.d.ts +19 -0
- package/dist/models/ListManagedAgentsResponse.js +69 -0
- package/dist/models/ListManagedAgentsResponse.js.map +1 -0
- package/dist/models/ListManagedAgentsResponseBody.d.ts +193 -0
- package/dist/models/ListManagedAgentsResponseBody.js +118 -0
- package/dist/models/ListManagedAgentsResponseBody.js.map +1 -0
- package/dist/models/ListWorkspacesRequest.d.ts +37 -0
- package/dist/models/ListWorkspacesRequest.js +62 -0
- package/dist/models/ListWorkspacesRequest.js.map +1 -0
- package/dist/models/ListWorkspacesResponse.d.ts +19 -0
- package/dist/models/ListWorkspacesResponse.js +69 -0
- package/dist/models/ListWorkspacesResponse.js.map +1 -0
- package/dist/models/ListWorkspacesResponseBody.d.ts +201 -0
- package/dist/models/ListWorkspacesResponseBody.js +159 -0
- package/dist/models/ListWorkspacesResponseBody.js.map +1 -0
- package/dist/models/UpdateManagedAgentRequest.d.ts +495 -0
- package/dist/models/UpdateManagedAgentRequest.js +452 -0
- package/dist/models/UpdateManagedAgentRequest.js.map +1 -0
- package/dist/models/UpdateManagedAgentResponse.d.ts +19 -0
- package/dist/models/UpdateManagedAgentResponse.js +69 -0
- package/dist/models/UpdateManagedAgentResponse.js.map +1 -0
- package/dist/models/UpdateManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/UpdateManagedAgentResponseBody.js +480 -0
- package/dist/models/UpdateManagedAgentResponseBody.js.map +1 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.js +60 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelRequest.d.ts +9 -0
- package/dist/models/UpdateModelRequest.js.map +1 -1
- package/dist/models/UpdateModelResponseBody.d.ts +83 -0
- package/dist/models/UpdateModelResponseBody.js.map +1 -1
- package/dist/models/UpdateModelShrinkRequest.d.ts +7 -0
- package/dist/models/UpdateModelShrinkRequest.js.map +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +103 -0
- package/dist/models/UpdateWorkspaceRequest.js +135 -0
- package/dist/models/UpdateWorkspaceRequest.js.map +1 -0
- package/dist/models/UpdateWorkspaceResponse.d.ts +19 -0
- package/dist/models/UpdateWorkspaceResponse.js +69 -0
- package/dist/models/UpdateWorkspaceResponse.js.map +1 -0
- package/dist/models/UpdateWorkspaceResponseBody.d.ts +165 -0
- package/dist/models/UpdateWorkspaceResponseBody.js +151 -0
- package/dist/models/UpdateWorkspaceResponseBody.js.map +1 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.js +60 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +135 -0
- package/dist/models/model.js +277 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +524 -2
- package/src/models/CreateManagedAgentRequest.ts +764 -0
- package/src/models/CreateManagedAgentResponse.ts +40 -0
- package/src/models/CreateManagedAgentResponseBody.ts +898 -0
- package/src/models/CreateManagedAgentShrinkRequest.ts +41 -0
- package/src/models/CreateWorkspaceRequest.ts +168 -0
- package/src/models/CreateWorkspaceResponse.ts +40 -0
- package/src/models/CreateWorkspaceResponseBody.ts +244 -0
- package/src/models/CreateWorkspaceShrinkRequest.ts +41 -0
- package/src/models/DeleteManagedAgentRequest.ts +24 -0
- package/src/models/DeleteManagedAgentResponse.ts +40 -0
- package/src/models/DeleteManagedAgentResponseBody.ts +224 -0
- package/src/models/DeleteWorkspaceRequest.ts +24 -0
- package/src/models/DeleteWorkspaceResponse.ts +40 -0
- package/src/models/DeleteWorkspaceResponseBody.ts +114 -0
- package/src/models/GetManagedAgentRequest.ts +24 -0
- package/src/models/GetManagedAgentResponse.ts +40 -0
- package/src/models/GetManagedAgentResponseBody.ts +898 -0
- package/src/models/GetWorkspaceRequest.ts +24 -0
- package/src/models/GetWorkspaceResponse.ts +40 -0
- package/src/models/GetWorkspaceResponseBody.ts +264 -0
- package/src/models/ListManagedAgentsRequest.ts +44 -0
- package/src/models/ListManagedAgentsResponse.ts +40 -0
- package/src/models/ListManagedAgentsResponseBody.ts +257 -0
- package/src/models/ListWorkspacesRequest.ts +54 -0
- package/src/models/ListWorkspacesResponse.ts +40 -0
- package/src/models/ListWorkspacesResponseBody.ts +288 -0
- package/src/models/UpdateManagedAgentRequest.ts +758 -0
- package/src/models/UpdateManagedAgentResponse.ts +40 -0
- package/src/models/UpdateManagedAgentResponseBody.ts +898 -0
- package/src/models/UpdateManagedAgentShrinkRequest.ts +41 -0
- package/src/models/UpdateModelRequest.ts +9 -0
- package/src/models/UpdateModelResponseBody.ts +83 -0
- package/src/models/UpdateModelShrinkRequest.ts +7 -0
- package/src/models/UpdateWorkspaceRequest.ts +166 -0
- package/src/models/UpdateWorkspaceResponse.ts +40 -0
- package/src/models/UpdateWorkspaceResponseBody.ts +244 -0
- package/src/models/UpdateWorkspaceShrinkRequest.ts +41 -0
- package/src/models/model.ts +135 -0
|
@@ -0,0 +1,607 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetManagedAgentResponseBodyDataEnvironmentCredentialReferences extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The credential ID.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* cred-1
|
|
11
|
+
*/
|
|
12
|
+
credentialId?: string;
|
|
13
|
+
static names(): {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
static types(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
validate(): void;
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export declare class GetManagedAgentResponseBodyDataEnvironmentVariables extends $dara.Model {
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The environment variable name.
|
|
28
|
+
*
|
|
29
|
+
* This parameter is required.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* API_KEY
|
|
33
|
+
*/
|
|
34
|
+
name?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The environment variable value.
|
|
38
|
+
*
|
|
39
|
+
* This parameter is required.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* sk-xxxx
|
|
43
|
+
*/
|
|
44
|
+
value?: string;
|
|
45
|
+
static names(): {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
static types(): {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
validate(): void;
|
|
52
|
+
constructor(map?: {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
export declare class GetManagedAgentResponseBodyDataEnvironment extends $dara.Model {
|
|
57
|
+
/**
|
|
58
|
+
* @remarks
|
|
59
|
+
* The list of credential references.
|
|
60
|
+
*/
|
|
61
|
+
credentialReferences?: GetManagedAgentResponseBodyDataEnvironmentCredentialReferences[];
|
|
62
|
+
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* The list of environment variables.
|
|
65
|
+
*/
|
|
66
|
+
variables?: GetManagedAgentResponseBodyDataEnvironmentVariables[];
|
|
67
|
+
static names(): {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
static types(): {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
validate(): void;
|
|
74
|
+
constructor(map?: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
export declare class GetManagedAgentResponseBodyDataModel extends $dara.Model {
|
|
79
|
+
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The model connection ID.
|
|
82
|
+
*
|
|
83
|
+
* This parameter is required.
|
|
84
|
+
*
|
|
85
|
+
* @example
|
|
86
|
+
* mc-1
|
|
87
|
+
*/
|
|
88
|
+
modelConnectionId?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @remarks
|
|
91
|
+
* The upstream model name.
|
|
92
|
+
*
|
|
93
|
+
* This parameter is required.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* qwen-max
|
|
97
|
+
*/
|
|
98
|
+
modelName?: string;
|
|
99
|
+
static names(): {
|
|
100
|
+
[key: string]: string;
|
|
101
|
+
};
|
|
102
|
+
static types(): {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
validate(): void;
|
|
106
|
+
constructor(map?: {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
export declare class GetManagedAgentResponseBodyDataNetworkAccessInternet extends $dara.Model {
|
|
111
|
+
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* Specifies whether public network access is allowed.
|
|
114
|
+
*
|
|
115
|
+
* This parameter is required.
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* false
|
|
119
|
+
*/
|
|
120
|
+
enabled?: boolean;
|
|
121
|
+
static names(): {
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
};
|
|
124
|
+
static types(): {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
};
|
|
127
|
+
validate(): void;
|
|
128
|
+
constructor(map?: {
|
|
129
|
+
[key: string]: any;
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
export declare class GetManagedAgentResponseBodyDataNetworkAccessVpc extends $dara.Model {
|
|
133
|
+
/**
|
|
134
|
+
* @remarks
|
|
135
|
+
* Specifies whether VPC access is allowed.
|
|
136
|
+
*
|
|
137
|
+
* This parameter is required.
|
|
138
|
+
*
|
|
139
|
+
* @example
|
|
140
|
+
* true
|
|
141
|
+
*/
|
|
142
|
+
enabled?: boolean;
|
|
143
|
+
static names(): {
|
|
144
|
+
[key: string]: string;
|
|
145
|
+
};
|
|
146
|
+
static types(): {
|
|
147
|
+
[key: string]: any;
|
|
148
|
+
};
|
|
149
|
+
validate(): void;
|
|
150
|
+
constructor(map?: {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
});
|
|
153
|
+
}
|
|
154
|
+
export declare class GetManagedAgentResponseBodyDataNetwork extends $dara.Model {
|
|
155
|
+
/**
|
|
156
|
+
* @remarks
|
|
157
|
+
* The public network access configuration.
|
|
158
|
+
*/
|
|
159
|
+
accessInternet?: GetManagedAgentResponseBodyDataNetworkAccessInternet;
|
|
160
|
+
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The VPC access configuration.
|
|
163
|
+
*/
|
|
164
|
+
accessVpc?: GetManagedAgentResponseBodyDataNetworkAccessVpc;
|
|
165
|
+
static names(): {
|
|
166
|
+
[key: string]: string;
|
|
167
|
+
};
|
|
168
|
+
static types(): {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
};
|
|
171
|
+
validate(): void;
|
|
172
|
+
constructor(map?: {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
export declare class GetManagedAgentResponseBodyDataRuntimeCompute extends $dara.Model {
|
|
177
|
+
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* The compute specification.
|
|
180
|
+
*
|
|
181
|
+
* This parameter is required.
|
|
182
|
+
*
|
|
183
|
+
* @example
|
|
184
|
+
* STANDARD
|
|
185
|
+
*/
|
|
186
|
+
computeClass?: string;
|
|
187
|
+
static names(): {
|
|
188
|
+
[key: string]: string;
|
|
189
|
+
};
|
|
190
|
+
static types(): {
|
|
191
|
+
[key: string]: any;
|
|
192
|
+
};
|
|
193
|
+
validate(): void;
|
|
194
|
+
constructor(map?: {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
});
|
|
197
|
+
}
|
|
198
|
+
export declare class GetManagedAgentResponseBodyDataRuntimeSessionPolicy extends $dara.Model {
|
|
199
|
+
/**
|
|
200
|
+
* @remarks
|
|
201
|
+
* The HTTP header name used for session affinity. This parameter takes effect only when sessionPolicy.type is set to ISOLATED_HEADER_FIELD.
|
|
202
|
+
*
|
|
203
|
+
* @example
|
|
204
|
+
* X-Session-Id
|
|
205
|
+
*/
|
|
206
|
+
headerName?: string;
|
|
207
|
+
/**
|
|
208
|
+
* @remarks
|
|
209
|
+
* The session policy type.
|
|
210
|
+
*
|
|
211
|
+
* This parameter is required.
|
|
212
|
+
*
|
|
213
|
+
* @example
|
|
214
|
+
* DISABLED
|
|
215
|
+
*/
|
|
216
|
+
type?: string;
|
|
217
|
+
static names(): {
|
|
218
|
+
[key: string]: string;
|
|
219
|
+
};
|
|
220
|
+
static types(): {
|
|
221
|
+
[key: string]: any;
|
|
222
|
+
};
|
|
223
|
+
validate(): void;
|
|
224
|
+
constructor(map?: {
|
|
225
|
+
[key: string]: any;
|
|
226
|
+
});
|
|
227
|
+
}
|
|
228
|
+
export declare class GetManagedAgentResponseBodyDataRuntime extends $dara.Model {
|
|
229
|
+
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* The compute configuration.
|
|
232
|
+
*
|
|
233
|
+
* This parameter is required.
|
|
234
|
+
*/
|
|
235
|
+
compute?: GetManagedAgentResponseBodyDataRuntimeCompute;
|
|
236
|
+
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* The session policy configuration.
|
|
239
|
+
*
|
|
240
|
+
* This parameter is required.
|
|
241
|
+
*/
|
|
242
|
+
sessionPolicy?: GetManagedAgentResponseBodyDataRuntimeSessionPolicy;
|
|
243
|
+
static names(): {
|
|
244
|
+
[key: string]: string;
|
|
245
|
+
};
|
|
246
|
+
static types(): {
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
};
|
|
249
|
+
validate(): void;
|
|
250
|
+
constructor(map?: {
|
|
251
|
+
[key: string]: any;
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
export declare class GetManagedAgentResponseBodyDataSkills extends $dara.Model {
|
|
255
|
+
/**
|
|
256
|
+
* @remarks
|
|
257
|
+
* The skill name.
|
|
258
|
+
*
|
|
259
|
+
* This parameter is required.
|
|
260
|
+
*
|
|
261
|
+
* @example
|
|
262
|
+
* code-analysis
|
|
263
|
+
*/
|
|
264
|
+
name?: string;
|
|
265
|
+
/**
|
|
266
|
+
* @remarks
|
|
267
|
+
* The skill version.
|
|
268
|
+
*
|
|
269
|
+
* @example
|
|
270
|
+
* 1.0.0
|
|
271
|
+
*/
|
|
272
|
+
version?: string;
|
|
273
|
+
static names(): {
|
|
274
|
+
[key: string]: string;
|
|
275
|
+
};
|
|
276
|
+
static types(): {
|
|
277
|
+
[key: string]: any;
|
|
278
|
+
};
|
|
279
|
+
validate(): void;
|
|
280
|
+
constructor(map?: {
|
|
281
|
+
[key: string]: any;
|
|
282
|
+
});
|
|
283
|
+
}
|
|
284
|
+
export declare class GetManagedAgentResponseBodyDataSubAgents extends $dara.Model {
|
|
285
|
+
/**
|
|
286
|
+
* @remarks
|
|
287
|
+
* The sub-agent instruction.
|
|
288
|
+
*
|
|
289
|
+
* This parameter is required.
|
|
290
|
+
*
|
|
291
|
+
* @example
|
|
292
|
+
* Please review the code
|
|
293
|
+
*/
|
|
294
|
+
instruction?: string;
|
|
295
|
+
/**
|
|
296
|
+
* @remarks
|
|
297
|
+
* The sub-agent name.
|
|
298
|
+
*
|
|
299
|
+
* This parameter is required.
|
|
300
|
+
*
|
|
301
|
+
* @example
|
|
302
|
+
* reviewer-agent
|
|
303
|
+
*/
|
|
304
|
+
name?: string;
|
|
305
|
+
static names(): {
|
|
306
|
+
[key: string]: string;
|
|
307
|
+
};
|
|
308
|
+
static types(): {
|
|
309
|
+
[key: string]: any;
|
|
310
|
+
};
|
|
311
|
+
validate(): void;
|
|
312
|
+
constructor(map?: {
|
|
313
|
+
[key: string]: any;
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
export declare class GetManagedAgentResponseBodyDataTemplateAiRegistry extends $dara.Model {
|
|
317
|
+
/**
|
|
318
|
+
* @remarks
|
|
319
|
+
* The name of the template in the AI registry.
|
|
320
|
+
*
|
|
321
|
+
* This parameter is required.
|
|
322
|
+
*
|
|
323
|
+
* @example
|
|
324
|
+
* code-review-template
|
|
325
|
+
*/
|
|
326
|
+
name?: string;
|
|
327
|
+
/**
|
|
328
|
+
* @remarks
|
|
329
|
+
* The version of the template in the AI registry.
|
|
330
|
+
*
|
|
331
|
+
* @example
|
|
332
|
+
* 1.0.0
|
|
333
|
+
*/
|
|
334
|
+
version?: string;
|
|
335
|
+
static names(): {
|
|
336
|
+
[key: string]: string;
|
|
337
|
+
};
|
|
338
|
+
static types(): {
|
|
339
|
+
[key: string]: any;
|
|
340
|
+
};
|
|
341
|
+
validate(): void;
|
|
342
|
+
constructor(map?: {
|
|
343
|
+
[key: string]: any;
|
|
344
|
+
});
|
|
345
|
+
}
|
|
346
|
+
export declare class GetManagedAgentResponseBodyDataTemplate extends $dara.Model {
|
|
347
|
+
/**
|
|
348
|
+
* @remarks
|
|
349
|
+
* The AI registry template configuration.
|
|
350
|
+
*/
|
|
351
|
+
aiRegistry?: GetManagedAgentResponseBodyDataTemplateAiRegistry;
|
|
352
|
+
static names(): {
|
|
353
|
+
[key: string]: string;
|
|
354
|
+
};
|
|
355
|
+
static types(): {
|
|
356
|
+
[key: string]: any;
|
|
357
|
+
};
|
|
358
|
+
validate(): void;
|
|
359
|
+
constructor(map?: {
|
|
360
|
+
[key: string]: any;
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
export declare class GetManagedAgentResponseBodyDataTools extends $dara.Model {
|
|
364
|
+
/**
|
|
365
|
+
* @remarks
|
|
366
|
+
* The tool name.
|
|
367
|
+
*
|
|
368
|
+
* This parameter is required.
|
|
369
|
+
*
|
|
370
|
+
* @example
|
|
371
|
+
* code-reviewer
|
|
372
|
+
*/
|
|
373
|
+
name?: string;
|
|
374
|
+
/**
|
|
375
|
+
* @remarks
|
|
376
|
+
* The tool type.
|
|
377
|
+
*
|
|
378
|
+
* This parameter is required.
|
|
379
|
+
*
|
|
380
|
+
* @example
|
|
381
|
+
* MCP
|
|
382
|
+
*/
|
|
383
|
+
type?: string;
|
|
384
|
+
static names(): {
|
|
385
|
+
[key: string]: string;
|
|
386
|
+
};
|
|
387
|
+
static types(): {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
};
|
|
390
|
+
validate(): void;
|
|
391
|
+
constructor(map?: {
|
|
392
|
+
[key: string]: any;
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
export declare class GetManagedAgentResponseBodyData extends $dara.Model {
|
|
396
|
+
/**
|
|
397
|
+
* @remarks
|
|
398
|
+
* The managed agent ID.
|
|
399
|
+
*
|
|
400
|
+
* @example
|
|
401
|
+
* agent-1
|
|
402
|
+
*/
|
|
403
|
+
agentId?: string;
|
|
404
|
+
/**
|
|
405
|
+
* @remarks
|
|
406
|
+
* The creation mode.
|
|
407
|
+
*
|
|
408
|
+
* @example
|
|
409
|
+
* Managed
|
|
410
|
+
*/
|
|
411
|
+
createMode?: string;
|
|
412
|
+
/**
|
|
413
|
+
* @remarks
|
|
414
|
+
* The creation time in RFC 3339 format.
|
|
415
|
+
*
|
|
416
|
+
* @example
|
|
417
|
+
* 2026-01-01T00:00:00Z
|
|
418
|
+
*/
|
|
419
|
+
createdAt?: string;
|
|
420
|
+
/**
|
|
421
|
+
* @remarks
|
|
422
|
+
* The deployment type.
|
|
423
|
+
*
|
|
424
|
+
* @example
|
|
425
|
+
* Managed
|
|
426
|
+
*/
|
|
427
|
+
deployType?: string;
|
|
428
|
+
/**
|
|
429
|
+
* @remarks
|
|
430
|
+
* The description of the managed agent.
|
|
431
|
+
*
|
|
432
|
+
* @example
|
|
433
|
+
* An agent for code review
|
|
434
|
+
*/
|
|
435
|
+
description?: string;
|
|
436
|
+
/**
|
|
437
|
+
* @remarks
|
|
438
|
+
* The environment configuration.
|
|
439
|
+
*/
|
|
440
|
+
environment?: GetManagedAgentResponseBodyDataEnvironment;
|
|
441
|
+
/**
|
|
442
|
+
* @remarks
|
|
443
|
+
* The agent instruction that guides the behavior of the agent.
|
|
444
|
+
*
|
|
445
|
+
* @example
|
|
446
|
+
* You are a code review assistant
|
|
447
|
+
*/
|
|
448
|
+
instruction?: string;
|
|
449
|
+
/**
|
|
450
|
+
* @remarks
|
|
451
|
+
* The latest specification version number.
|
|
452
|
+
*
|
|
453
|
+
* @example
|
|
454
|
+
* 1
|
|
455
|
+
*/
|
|
456
|
+
latestSpecVersion?: number;
|
|
457
|
+
/**
|
|
458
|
+
* @remarks
|
|
459
|
+
* The latest version status.
|
|
460
|
+
*
|
|
461
|
+
* @example
|
|
462
|
+
* succeeded
|
|
463
|
+
*/
|
|
464
|
+
latestVersionStatus?: string;
|
|
465
|
+
/**
|
|
466
|
+
* @remarks
|
|
467
|
+
* The model configuration.
|
|
468
|
+
*/
|
|
469
|
+
model?: GetManagedAgentResponseBodyDataModel;
|
|
470
|
+
/**
|
|
471
|
+
* @remarks
|
|
472
|
+
* The name of the managed agent.
|
|
473
|
+
*
|
|
474
|
+
* @example
|
|
475
|
+
* my-agent
|
|
476
|
+
*/
|
|
477
|
+
name?: string;
|
|
478
|
+
/**
|
|
479
|
+
* @remarks
|
|
480
|
+
* The network configuration.
|
|
481
|
+
*/
|
|
482
|
+
network?: GetManagedAgentResponseBodyDataNetwork;
|
|
483
|
+
/**
|
|
484
|
+
* @remarks
|
|
485
|
+
* The region ID.
|
|
486
|
+
*
|
|
487
|
+
* @example
|
|
488
|
+
* cn-hangzhou
|
|
489
|
+
*/
|
|
490
|
+
regionId?: string;
|
|
491
|
+
/**
|
|
492
|
+
* @remarks
|
|
493
|
+
* The runtime configuration.
|
|
494
|
+
*/
|
|
495
|
+
runtime?: GetManagedAgentResponseBodyDataRuntime;
|
|
496
|
+
/**
|
|
497
|
+
* @remarks
|
|
498
|
+
* The list of skill configurations.
|
|
499
|
+
*/
|
|
500
|
+
skills?: GetManagedAgentResponseBodyDataSkills[];
|
|
501
|
+
/**
|
|
502
|
+
* @remarks
|
|
503
|
+
* The status of the managed agent.
|
|
504
|
+
*
|
|
505
|
+
* @example
|
|
506
|
+
* Running
|
|
507
|
+
*/
|
|
508
|
+
status?: string;
|
|
509
|
+
/**
|
|
510
|
+
* @remarks
|
|
511
|
+
* The list of sub-agent configurations.
|
|
512
|
+
*/
|
|
513
|
+
subAgents?: GetManagedAgentResponseBodyDataSubAgents[];
|
|
514
|
+
/**
|
|
515
|
+
* @remarks
|
|
516
|
+
* The template configuration.
|
|
517
|
+
*/
|
|
518
|
+
template?: GetManagedAgentResponseBodyDataTemplate;
|
|
519
|
+
/**
|
|
520
|
+
* @remarks
|
|
521
|
+
* The list of tool configurations.
|
|
522
|
+
*/
|
|
523
|
+
tools?: GetManagedAgentResponseBodyDataTools[];
|
|
524
|
+
/**
|
|
525
|
+
* @remarks
|
|
526
|
+
* The update time in RFC 3339 format.
|
|
527
|
+
*
|
|
528
|
+
* @example
|
|
529
|
+
* 2026-01-01T00:00:00Z
|
|
530
|
+
*/
|
|
531
|
+
updatedAt?: string;
|
|
532
|
+
/**
|
|
533
|
+
* @remarks
|
|
534
|
+
* The workspace ID.
|
|
535
|
+
*
|
|
536
|
+
* @example
|
|
537
|
+
* ws-1
|
|
538
|
+
*/
|
|
539
|
+
workspaceId?: string;
|
|
540
|
+
static names(): {
|
|
541
|
+
[key: string]: string;
|
|
542
|
+
};
|
|
543
|
+
static types(): {
|
|
544
|
+
[key: string]: any;
|
|
545
|
+
};
|
|
546
|
+
validate(): void;
|
|
547
|
+
constructor(map?: {
|
|
548
|
+
[key: string]: any;
|
|
549
|
+
});
|
|
550
|
+
}
|
|
551
|
+
export declare class GetManagedAgentResponseBody extends $dara.Model {
|
|
552
|
+
/**
|
|
553
|
+
* @remarks
|
|
554
|
+
* The business status code. A value of SUCCESS indicates success.
|
|
555
|
+
*
|
|
556
|
+
* @example
|
|
557
|
+
* SUCCESS
|
|
558
|
+
*/
|
|
559
|
+
code?: string;
|
|
560
|
+
/**
|
|
561
|
+
* @remarks
|
|
562
|
+
* The details of the managed agent.
|
|
563
|
+
*/
|
|
564
|
+
data?: GetManagedAgentResponseBodyData;
|
|
565
|
+
/**
|
|
566
|
+
* @remarks
|
|
567
|
+
* The HTTP status code. A value of 200 indicates success.
|
|
568
|
+
*
|
|
569
|
+
* @example
|
|
570
|
+
* 200
|
|
571
|
+
*/
|
|
572
|
+
httpStatusCode?: number;
|
|
573
|
+
/**
|
|
574
|
+
* @remarks
|
|
575
|
+
* The result message of the request.
|
|
576
|
+
*
|
|
577
|
+
* @example
|
|
578
|
+
* success
|
|
579
|
+
*/
|
|
580
|
+
message?: string;
|
|
581
|
+
/**
|
|
582
|
+
* @remarks
|
|
583
|
+
* The request ID.
|
|
584
|
+
*
|
|
585
|
+
* @example
|
|
586
|
+
* 1a2b3c4d-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
587
|
+
*/
|
|
588
|
+
requestId?: string;
|
|
589
|
+
/**
|
|
590
|
+
* @remarks
|
|
591
|
+
* Indicates whether the request was successful.
|
|
592
|
+
*
|
|
593
|
+
* @example
|
|
594
|
+
* true
|
|
595
|
+
*/
|
|
596
|
+
success?: boolean;
|
|
597
|
+
static names(): {
|
|
598
|
+
[key: string]: string;
|
|
599
|
+
};
|
|
600
|
+
static types(): {
|
|
601
|
+
[key: string]: any;
|
|
602
|
+
};
|
|
603
|
+
validate(): void;
|
|
604
|
+
constructor(map?: {
|
|
605
|
+
[key: string]: any;
|
|
606
|
+
});
|
|
607
|
+
}
|