@agent-vm/agent-portal-sdk 0.0.147 → 0.0.148
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/approval-surface/index.d.ts +1 -1
- package/dist/approval-surface/index.js +1 -1
- package/dist/{approval-surface-Cqk_hAtN.js → approval-surface-phfnKUSF.js} +2 -2
- package/dist/{approval-surface-Cqk_hAtN.js.map → approval-surface-phfnKUSF.js.map} +1 -1
- package/dist/capability-description-surface/index.d.ts +2 -2
- package/dist/capability-description-surface/index.js +3 -3
- package/dist/capability-description-surface-YqGm-nS_.js +2 -0
- package/dist/{capability-descriptor-schema-v9tj7yKr.js → capability-descriptor-schema-B_0vLQ3E.js} +38 -2
- package/dist/capability-descriptor-schema-B_0vLQ3E.js.map +1 -0
- package/dist/cli/tool-portal.js +3 -3
- package/dist/gateway-runtime-client/index.d.ts +3 -3
- package/dist/gateway-runtime-client/index.js +3 -3
- package/dist/{index-DV6xiWeS.d.ts → index-C2axvEYg.d.ts} +3 -3
- package/dist/{index-DV6xiWeS.d.ts.map → index-C2axvEYg.d.ts.map} +1 -1
- package/dist/{index-3aVlpTwE.d.ts → index-DTTEu7ZT.d.ts} +17 -17
- package/dist/{index-3aVlpTwE.d.ts.map → index-DTTEu7ZT.d.ts.map} +1 -1
- package/dist/{index-ciLRJYVb.d.ts → index-DZJH4Rau.d.ts} +39 -39
- package/dist/{index-ciLRJYVb.d.ts.map → index-DZJH4Rau.d.ts.map} +1 -1
- package/dist/{index-D4UDHMft.d.ts → index-ex2lEawY.d.ts} +5 -5
- package/dist/{index-D4UDHMft.d.ts.map → index-ex2lEawY.d.ts.map} +1 -1
- package/dist/index-uDfElZ9U.d.ts +304 -0
- package/dist/index-uDfElZ9U.d.ts.map +1 -0
- package/dist/index.d.ts +6 -6
- package/dist/index.js +7 -7
- package/dist/portable-contracts/index.js +1 -1
- package/dist/{portable-contracts-BJEMMNwI.js → portable-contracts-CWLiYrVU.js} +4 -4
- package/dist/{portable-contracts-BJEMMNwI.js.map → portable-contracts-CWLiYrVU.js.map} +1 -1
- package/dist/{portal-call-result-schema-B25_rzZZ.js → portal-call-result-schema-DM77S9CA.js} +2 -2
- package/dist/{portal-call-result-schema-B25_rzZZ.js.map → portal-call-result-schema-DM77S9CA.js.map} +1 -1
- package/dist/{portal-call-result-schema-CFnKfcvZ.d.ts → portal-call-result-schema-Mv2Dv1HJ.d.ts} +983 -311
- package/dist/portal-call-result-schema-Mv2Dv1HJ.d.ts.map +1 -0
- package/dist/portal-call-surface/index.d.ts +2 -2
- package/dist/portal-call-surface/index.js +2 -2
- package/dist/{portal-call-surface-qykVz_8k.js → portal-call-surface-B952nh-H.js} +2 -2
- package/dist/{portal-call-surface-qykVz_8k.js.map → portal-call-surface-B952nh-H.js.map} +1 -1
- package/dist/portal-event-surface/index.d.ts +1 -1
- package/dist/testing/index.d.ts +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/tool-portal-mcp-client/index.d.ts +1 -1
- package/dist/tool-portal-mcp-client/index.js +1 -1
- package/dist/tool-portal-mcp-client/node-tool-portal-mcp-transport.d.ts +1 -1
- package/dist/{tool-portal-mcp-client-DZoloMod.js → tool-portal-mcp-client-DsDi2iJc.js} +3 -3
- package/dist/{tool-portal-mcp-client-DZoloMod.js.map → tool-portal-mcp-client-DsDi2iJc.js.map} +1 -1
- package/package.json +3 -2
- package/portable-contract-schema-manifest.json +541 -0
- package/dist/capability-description-surface-CplIb93y.js +0 -2
- package/dist/capability-descriptor-schema-v9tj7yKr.js.map +0 -1
- package/dist/index-m4Mlc5zK.d.ts +0 -142
- package/dist/index-m4Mlc5zK.d.ts.map +0 -1
- package/dist/portal-call-result-schema-CFnKfcvZ.d.ts.map +0 -1
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
import { l as JsonValue } from "./json-value-schema-CwDmttWU.js";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
4
|
+
//#region src/capability-description-surface/models/capability-descriptor-schema.d.ts
|
|
5
|
+
declare const JsonSchemaDocumentSchema: z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>;
|
|
6
|
+
declare const ToolSchemaSummarySchema: z.ZodObject<{
|
|
7
|
+
optional: z.ZodArray<z.ZodString>;
|
|
8
|
+
propertyCount: z.ZodNumber;
|
|
9
|
+
required: z.ZodArray<z.ZodString>;
|
|
10
|
+
type: z.ZodString;
|
|
11
|
+
}, z.core.$strict>;
|
|
12
|
+
type ToolSchemaSummary = z.infer<typeof ToolSchemaSummarySchema>;
|
|
13
|
+
declare const ToolSafetySummarySchema: z.ZodObject<{
|
|
14
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
15
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
+
}, z.core.$strict>;
|
|
17
|
+
type ToolSafetySummary = z.infer<typeof ToolSafetySummarySchema>;
|
|
18
|
+
declare const ToolSchemaHintSchema: z.ZodObject<{
|
|
19
|
+
message: z.ZodString;
|
|
20
|
+
next: z.ZodEnum<{
|
|
21
|
+
call_ready: "call_ready";
|
|
22
|
+
describe_before_call: "describe_before_call";
|
|
23
|
+
}>;
|
|
24
|
+
}, z.core.$strict>;
|
|
25
|
+
type ToolSchemaHint = z.infer<typeof ToolSchemaHintSchema>;
|
|
26
|
+
declare const ToolCallDispositionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
27
|
+
kind: z.ZodLiteral<"without-approval">;
|
|
28
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
29
|
+
kind: z.ZodLiteral<"requires-approval">;
|
|
30
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
31
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
32
|
+
kind: z.ZodLiteral<"invocation-dependent">;
|
|
33
|
+
}, z.core.$strict>], "kind">;
|
|
34
|
+
type ToolCallDisposition = z.infer<typeof ToolCallDispositionSchema>;
|
|
35
|
+
declare const CapabilityDiscoveryMetadataSchema: z.ZodObject<{
|
|
36
|
+
callDisposition: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
37
|
+
kind: z.ZodLiteral<"without-approval">;
|
|
38
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
39
|
+
kind: z.ZodLiteral<"requires-approval">;
|
|
40
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
41
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
42
|
+
kind: z.ZodLiteral<"invocation-dependent">;
|
|
43
|
+
}, z.core.$strict>], "kind">;
|
|
44
|
+
oauthAvailability: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
45
|
+
accountProfiles: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
46
|
+
accountLabel: z.ZodString;
|
|
47
|
+
accountProfileId: z.core.$ZodBranded<z.ZodString, "OAuthAccountProfileId", "out">;
|
|
48
|
+
}, z.core.$strict>>>;
|
|
49
|
+
kind: z.ZodLiteral<"ready">;
|
|
50
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
51
|
+
kind: z.ZodLiteral<"authorization-required">;
|
|
52
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
53
|
+
kind: z.ZodLiteral<"reauthorization-required">;
|
|
54
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
55
|
+
kind: z.ZodLiteral<"scope-insufficient">;
|
|
56
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
57
|
+
kind: z.ZodLiteral<"authorization-status-unavailable">;
|
|
58
|
+
}, z.core.$strict>], "kind">>;
|
|
59
|
+
oauthRequirement: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
60
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "OAuthApplicationId", "out">;
|
|
61
|
+
kind: z.ZodLiteral<"oauth-account-profile">;
|
|
62
|
+
minimumPermission: z.ZodEnum<{
|
|
63
|
+
read: "read";
|
|
64
|
+
write: "write";
|
|
65
|
+
}>;
|
|
66
|
+
serviceId: z.core.$ZodBranded<z.ZodString, "OAuthServiceId", "out">;
|
|
67
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
68
|
+
accountProfileArgument: z.ZodLiteral<"accountProfile">;
|
|
69
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
70
|
+
kind: z.ZodLiteral<"invocation-dependent-oauth-account-profile">;
|
|
71
|
+
}, z.core.$strict>], "kind">>;
|
|
72
|
+
}, z.core.$strict>;
|
|
73
|
+
type CapabilityDiscoveryMetadata = z.infer<typeof CapabilityDiscoveryMetadataSchema>;
|
|
74
|
+
declare const CapabilitySummarySchema: z.ZodObject<{
|
|
75
|
+
callDisposition: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
76
|
+
kind: z.ZodLiteral<"without-approval">;
|
|
77
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
78
|
+
kind: z.ZodLiteral<"requires-approval">;
|
|
79
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
80
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
81
|
+
kind: z.ZodLiteral<"invocation-dependent">;
|
|
82
|
+
}, z.core.$strict>], "kind">>;
|
|
83
|
+
description: z.ZodOptional<z.ZodString>;
|
|
84
|
+
descriptionTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
85
|
+
input: z.ZodObject<{
|
|
86
|
+
optional: z.ZodArray<z.ZodString>;
|
|
87
|
+
propertyCount: z.ZodNumber;
|
|
88
|
+
required: z.ZodArray<z.ZodString>;
|
|
89
|
+
type: z.ZodString;
|
|
90
|
+
}, z.core.$strict>;
|
|
91
|
+
namespace: z.ZodString;
|
|
92
|
+
output: z.ZodOptional<z.ZodObject<{
|
|
93
|
+
optional: z.ZodArray<z.ZodString>;
|
|
94
|
+
propertyCount: z.ZodNumber;
|
|
95
|
+
required: z.ZodArray<z.ZodString>;
|
|
96
|
+
type: z.ZodString;
|
|
97
|
+
}, z.core.$strict>>;
|
|
98
|
+
safety: z.ZodObject<{
|
|
99
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
100
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
101
|
+
}, z.core.$strict>;
|
|
102
|
+
schemaHint: z.ZodOptional<z.ZodObject<{
|
|
103
|
+
message: z.ZodString;
|
|
104
|
+
next: z.ZodEnum<{
|
|
105
|
+
call_ready: "call_ready";
|
|
106
|
+
describe_before_call: "describe_before_call";
|
|
107
|
+
}>;
|
|
108
|
+
}, z.core.$strict>>;
|
|
109
|
+
title: z.ZodOptional<z.ZodString>;
|
|
110
|
+
name: z.ZodString;
|
|
111
|
+
oauthAvailability: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
112
|
+
accountProfiles: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
113
|
+
accountLabel: z.ZodString;
|
|
114
|
+
accountProfileId: z.core.$ZodBranded<z.ZodString, "OAuthAccountProfileId", "out">;
|
|
115
|
+
}, z.core.$strict>>>;
|
|
116
|
+
kind: z.ZodLiteral<"ready">;
|
|
117
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
118
|
+
kind: z.ZodLiteral<"authorization-required">;
|
|
119
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
120
|
+
kind: z.ZodLiteral<"reauthorization-required">;
|
|
121
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
122
|
+
kind: z.ZodLiteral<"scope-insufficient">;
|
|
123
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
124
|
+
kind: z.ZodLiteral<"authorization-status-unavailable">;
|
|
125
|
+
}, z.core.$strict>], "kind">>;
|
|
126
|
+
oauthRequirement: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
127
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "OAuthApplicationId", "out">;
|
|
128
|
+
kind: z.ZodLiteral<"oauth-account-profile">;
|
|
129
|
+
minimumPermission: z.ZodEnum<{
|
|
130
|
+
read: "read";
|
|
131
|
+
write: "write";
|
|
132
|
+
}>;
|
|
133
|
+
serviceId: z.core.$ZodBranded<z.ZodString, "OAuthServiceId", "out">;
|
|
134
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
135
|
+
accountProfileArgument: z.ZodLiteral<"accountProfile">;
|
|
136
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
137
|
+
kind: z.ZodLiteral<"invocation-dependent-oauth-account-profile">;
|
|
138
|
+
}, z.core.$strict>], "kind">>;
|
|
139
|
+
toolRef: z.ZodString;
|
|
140
|
+
}, z.core.$strict>;
|
|
141
|
+
type CapabilitySummary = z.infer<typeof CapabilitySummarySchema>;
|
|
142
|
+
declare const CompactCapabilityDescriptionCodePointLimit = 240;
|
|
143
|
+
declare function compactCapabilitySummaryDescription(summary: CapabilitySummary): CapabilitySummary;
|
|
144
|
+
declare const ResultExpectationSchema: z.ZodObject<{
|
|
145
|
+
canReturnArtifacts: z.ZodDefault<z.ZodBoolean>;
|
|
146
|
+
canStream: z.ZodDefault<z.ZodBoolean>;
|
|
147
|
+
kind: z.ZodEnum<{
|
|
148
|
+
json: "json";
|
|
149
|
+
text: "text";
|
|
150
|
+
binary_artifact: "binary_artifact";
|
|
151
|
+
mixed: "mixed";
|
|
152
|
+
}>;
|
|
153
|
+
outputJsonSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
154
|
+
truncation: z.ZodDefault<z.ZodEnum<{
|
|
155
|
+
possible: "possible";
|
|
156
|
+
expected: "expected";
|
|
157
|
+
none: "none";
|
|
158
|
+
}>>;
|
|
159
|
+
}, z.core.$strict>;
|
|
160
|
+
type ResultExpectation = z.infer<typeof ResultExpectationSchema>;
|
|
161
|
+
declare const SafeCallingHintSchema: z.ZodObject<{
|
|
162
|
+
code: z.ZodEnum<{
|
|
163
|
+
describe_before_call: "describe_before_call";
|
|
164
|
+
approval_may_be_required: "approval_may_be_required";
|
|
165
|
+
read_only: "read_only";
|
|
166
|
+
write_or_external_effect: "write_or_external_effect";
|
|
167
|
+
large_output_possible: "large_output_possible";
|
|
168
|
+
artifact_output_possible: "artifact_output_possible";
|
|
169
|
+
}>;
|
|
170
|
+
message: z.ZodString;
|
|
171
|
+
}, z.core.$strict>;
|
|
172
|
+
type SafeCallingHint = z.infer<typeof SafeCallingHintSchema>;
|
|
173
|
+
declare const CapabilitySearchMatchSchema: z.ZodObject<{
|
|
174
|
+
callDisposition: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
175
|
+
kind: z.ZodLiteral<"without-approval">;
|
|
176
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
177
|
+
kind: z.ZodLiteral<"requires-approval">;
|
|
178
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
179
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
180
|
+
kind: z.ZodLiteral<"invocation-dependent">;
|
|
181
|
+
}, z.core.$strict>], "kind">>;
|
|
182
|
+
description: z.ZodOptional<z.ZodString>;
|
|
183
|
+
descriptionTruncated: z.ZodOptional<z.ZodBoolean>;
|
|
184
|
+
input: z.ZodObject<{
|
|
185
|
+
optional: z.ZodArray<z.ZodString>;
|
|
186
|
+
propertyCount: z.ZodNumber;
|
|
187
|
+
required: z.ZodArray<z.ZodString>;
|
|
188
|
+
type: z.ZodString;
|
|
189
|
+
}, z.core.$strict>;
|
|
190
|
+
namespace: z.ZodString;
|
|
191
|
+
output: z.ZodOptional<z.ZodObject<{
|
|
192
|
+
optional: z.ZodArray<z.ZodString>;
|
|
193
|
+
propertyCount: z.ZodNumber;
|
|
194
|
+
required: z.ZodArray<z.ZodString>;
|
|
195
|
+
type: z.ZodString;
|
|
196
|
+
}, z.core.$strict>>;
|
|
197
|
+
safety: z.ZodObject<{
|
|
198
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
199
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
200
|
+
}, z.core.$strict>;
|
|
201
|
+
schemaHint: z.ZodOptional<z.ZodObject<{
|
|
202
|
+
message: z.ZodString;
|
|
203
|
+
next: z.ZodEnum<{
|
|
204
|
+
call_ready: "call_ready";
|
|
205
|
+
describe_before_call: "describe_before_call";
|
|
206
|
+
}>;
|
|
207
|
+
}, z.core.$strict>>;
|
|
208
|
+
title: z.ZodOptional<z.ZodString>;
|
|
209
|
+
name: z.ZodString;
|
|
210
|
+
oauthAvailability: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
211
|
+
accountProfiles: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
212
|
+
accountLabel: z.ZodString;
|
|
213
|
+
accountProfileId: z.core.$ZodBranded<z.ZodString, "OAuthAccountProfileId", "out">;
|
|
214
|
+
}, z.core.$strict>>>;
|
|
215
|
+
kind: z.ZodLiteral<"ready">;
|
|
216
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
217
|
+
kind: z.ZodLiteral<"authorization-required">;
|
|
218
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
219
|
+
kind: z.ZodLiteral<"reauthorization-required">;
|
|
220
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
221
|
+
kind: z.ZodLiteral<"scope-insufficient">;
|
|
222
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
223
|
+
kind: z.ZodLiteral<"authorization-status-unavailable">;
|
|
224
|
+
}, z.core.$strict>], "kind">>;
|
|
225
|
+
oauthRequirement: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
226
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "OAuthApplicationId", "out">;
|
|
227
|
+
kind: z.ZodLiteral<"oauth-account-profile">;
|
|
228
|
+
minimumPermission: z.ZodEnum<{
|
|
229
|
+
read: "read";
|
|
230
|
+
write: "write";
|
|
231
|
+
}>;
|
|
232
|
+
serviceId: z.core.$ZodBranded<z.ZodString, "OAuthServiceId", "out">;
|
|
233
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
234
|
+
accountProfileArgument: z.ZodLiteral<"accountProfile">;
|
|
235
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
236
|
+
kind: z.ZodLiteral<"invocation-dependent-oauth-account-profile">;
|
|
237
|
+
}, z.core.$strict>], "kind">>;
|
|
238
|
+
toolRef: z.ZodString;
|
|
239
|
+
inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
240
|
+
outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
241
|
+
relationshipHints: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
242
|
+
schemaFieldMatches: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
243
|
+
}, z.core.$strict>;
|
|
244
|
+
type CapabilitySearchMatch = z.infer<typeof CapabilitySearchMatchSchema>;
|
|
245
|
+
declare const CapabilityDescriptorSchema: z.ZodObject<{
|
|
246
|
+
annotations: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
247
|
+
callDisposition: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
248
|
+
kind: z.ZodLiteral<"without-approval">;
|
|
249
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
250
|
+
kind: z.ZodLiteral<"requires-approval">;
|
|
251
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
252
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
253
|
+
kind: z.ZodLiteral<"invocation-dependent">;
|
|
254
|
+
}, z.core.$strict>], "kind">>;
|
|
255
|
+
description: z.ZodOptional<z.ZodString>;
|
|
256
|
+
inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
257
|
+
namespace: z.ZodString;
|
|
258
|
+
outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
259
|
+
related: z.ZodDefault<z.ZodArray<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
260
|
+
schemaHint: z.ZodOptional<z.ZodObject<{
|
|
261
|
+
message: z.ZodString;
|
|
262
|
+
next: z.ZodEnum<{
|
|
263
|
+
call_ready: "call_ready";
|
|
264
|
+
describe_before_call: "describe_before_call";
|
|
265
|
+
}>;
|
|
266
|
+
}, z.core.$strict>>;
|
|
267
|
+
title: z.ZodOptional<z.ZodString>;
|
|
268
|
+
name: z.ZodString;
|
|
269
|
+
oauthAvailability: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
270
|
+
accountProfiles: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
271
|
+
accountLabel: z.ZodString;
|
|
272
|
+
accountProfileId: z.core.$ZodBranded<z.ZodString, "OAuthAccountProfileId", "out">;
|
|
273
|
+
}, z.core.$strict>>>;
|
|
274
|
+
kind: z.ZodLiteral<"ready">;
|
|
275
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
276
|
+
kind: z.ZodLiteral<"authorization-required">;
|
|
277
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
278
|
+
kind: z.ZodLiteral<"reauthorization-required">;
|
|
279
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
280
|
+
kind: z.ZodLiteral<"scope-insufficient">;
|
|
281
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
282
|
+
kind: z.ZodLiteral<"authorization-status-unavailable">;
|
|
283
|
+
}, z.core.$strict>], "kind">>;
|
|
284
|
+
oauthRequirement: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
285
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "OAuthApplicationId", "out">;
|
|
286
|
+
kind: z.ZodLiteral<"oauth-account-profile">;
|
|
287
|
+
minimumPermission: z.ZodEnum<{
|
|
288
|
+
read: "read";
|
|
289
|
+
write: "write";
|
|
290
|
+
}>;
|
|
291
|
+
serviceId: z.core.$ZodBranded<z.ZodString, "OAuthServiceId", "out">;
|
|
292
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
293
|
+
accountProfileArgument: z.ZodLiteral<"accountProfile">;
|
|
294
|
+
describeBeforeCall: z.ZodLiteral<true>;
|
|
295
|
+
kind: z.ZodLiteral<"invocation-dependent-oauth-account-profile">;
|
|
296
|
+
}, z.core.$strict>], "kind">>;
|
|
297
|
+
toolRef: z.ZodString;
|
|
298
|
+
typescriptHelper: z.ZodOptional<z.ZodString>;
|
|
299
|
+
zod: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
300
|
+
}, z.core.$strict>;
|
|
301
|
+
type CapabilityDescriptor = z.infer<typeof CapabilityDescriptorSchema>;
|
|
302
|
+
//#endregion
|
|
303
|
+
export { compactCapabilitySummaryDescription as C, ToolSchemaSummarySchema as S, ToolSafetySummary as _, CapabilitySearchMatch as a, ToolSchemaHintSchema as b, CapabilitySummarySchema as c, ResultExpectation as d, ResultExpectationSchema as f, ToolCallDispositionSchema as g, ToolCallDisposition as h, CapabilityDiscoveryMetadataSchema as i, CompactCapabilityDescriptionCodePointLimit as l, SafeCallingHintSchema as m, CapabilityDescriptorSchema as n, CapabilitySearchMatchSchema as o, SafeCallingHint as p, CapabilityDiscoveryMetadata as r, CapabilitySummary as s, CapabilityDescriptor as t, JsonSchemaDocumentSchema as u, ToolSafetySummarySchema as v, ToolSchemaSummary as x, ToolSchemaHint as y };
|
|
304
|
+
//# sourceMappingURL=index-uDfElZ9U.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-uDfElZ9U.d.ts","names":[],"sources":["../src/capability-description-surface/models/capability-descriptor-schema.ts"],"mappings":";;;;cAYa,wBAAA,EAAwB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,OAAA,CAAA,SAAA,WAAA,CAAA,CAAA,IAAA,CAAA,iBAAA,CAAA,SAAA;AAAA,cAExB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;KASxB,iBAAA,GAAoB,CAAA,CAAE,KAAA,QAAa,uBAAA;AAAA,cAElC,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;KAOxB,iBAAA,GAAoB,CAAA,CAAE,KAAA,QAAa,uBAAA;AAAA,cAElC,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;KAOrB,cAAA,GAAiB,CAAA,CAAE,KAAA,QAAa,oBAAA;AAAA,cAE/B,yBAAA,EAAyB,CAAA,CAAA,qBAAA,EAAA,CAAA,CAAA,SAAA;;;;;;;;KAW1B,mBAAA,GAAsB,CAAA,CAAE,KAAA,QAAa,yBAAA;AAAA,cAEpC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAQlC,2BAAA,GAA8B,CAAA,CAAE,KAAA,QAAa,iCAAA;AAAA,cAE5C,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkBxB,iBAAA,GAAoB,CAAA,CAAE,KAAA,QAAa,uBAAA;AAAA,cAElC,0CAAA;AAAA,iBAEG,mCAAA,CAAoC,OAAA,EAAS,iBAAA,GAAoB,iBAAA;AAAA,cAepE,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;KAUxB,iBAAA,GAAoB,CAAA,CAAE,KAAA,QAAa,uBAAA;AAAA,cAElC,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;KActB,eAAA,GAAkB,CAAA,CAAE,KAAA,QAAa,qBAAA;AAAA,cAEhC,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAO5B,qBAAA,GAAwB,CAAA,CAAE,KAAA,QAAa,2BAAA;AAAA,cAEtC,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAoB3B,oBAAA,GAAuB,CAAA,CAAE,KAAA,QAAa,0BAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { i as TrustedAgentScopeSchema, n as PortalAdapterEnvelopeSchema, r as TrustedAgentScope, t as PortalAdapterEnvelope } from "./index-DwxCTubj.js";
|
|
2
|
-
import { a as GatewayApprovalDecisionResult, c as GatewayApprovalPresentationRequestSchema, d as ApprovalChallengeReferenceSchema, f as ApprovalDecisionReference, h as ApprovalRequiredResultSchema, i as GatewayApprovalDecisionRequestSchema, l as sanitizeGatewayApprovalArguments, m as ApprovalRequiredResult, n as ApprovalPresentationOutcomeSchema, o as GatewayApprovalDecisionResultSchema, p as ApprovalDecisionReferenceSchema, r as GatewayApprovalDecisionRequest, s as GatewayApprovalPresentationRequest, t as ApprovalPresentationOutcome, u as ApprovalChallengeReference } from "./index-
|
|
2
|
+
import { a as GatewayApprovalDecisionResult, c as GatewayApprovalPresentationRequestSchema, d as ApprovalChallengeReferenceSchema, f as ApprovalDecisionReference, h as ApprovalRequiredResultSchema, i as GatewayApprovalDecisionRequestSchema, l as sanitizeGatewayApprovalArguments, m as ApprovalRequiredResult, n as ApprovalPresentationOutcomeSchema, o as GatewayApprovalDecisionResultSchema, p as ApprovalDecisionReferenceSchema, r as GatewayApprovalDecisionRequest, s as GatewayApprovalPresentationRequest, t as ApprovalPresentationOutcome, u as ApprovalChallengeReference } from "./index-ex2lEawY.js";
|
|
3
3
|
import { a as JsonObjectMaxEntries, c as JsonStringMaxLength, i as JsonObjectKeyMaxLength, l as JsonValue, n as JsonArrayMaxItems, o as JsonObjectSchema, r as JsonObject, s as JsonPrimitive, t as JsonArray, u as JsonValueSchema } from "./json-value-schema-CwDmttWU.js";
|
|
4
4
|
import { a as PortalArtifactReadResourceRequestSchema, c as PortalArtifactReadRequest, d as PortalArtifactReadResultSchema, f as PortalArtifactRecord, h as PortalArtifactRedactorSchema, i as PortalArtifactReadResourceRequest, l as PortalArtifactReadRequestSchema, m as PortalArtifactRedactor, n as ArtifactReferenceSchema, o as createPortalArtifactReadResourceRequest, p as PortalArtifactRecordSchema, r as PORTAL_ARTIFACT_READ_REQUEST_META_KEY, s as parsePortalArtifactReadResourceRequest, t as ArtifactReference, u as PortalArtifactReadResult } from "./index-DDLN0DE_.js";
|
|
5
|
-
import {
|
|
5
|
+
import { C as compactCapabilitySummaryDescription, S as ToolSchemaSummarySchema, _ as ToolSafetySummary, a as CapabilitySearchMatch, b as ToolSchemaHintSchema, c as CapabilitySummarySchema, d as ResultExpectation, f as ResultExpectationSchema, g as ToolCallDispositionSchema, h as ToolCallDisposition, i as CapabilityDiscoveryMetadataSchema, l as CompactCapabilityDescriptionCodePointLimit, m as SafeCallingHintSchema, n as CapabilityDescriptorSchema, o as CapabilitySearchMatchSchema, p as SafeCallingHint, r as CapabilityDiscoveryMetadata, s as CapabilitySummary, t as CapabilityDescriptor, u as JsonSchemaDocumentSchema, v as ToolSafetySummarySchema, x as ToolSchemaSummary, y as ToolSchemaHint } from "./index-uDfElZ9U.js";
|
|
6
6
|
import { $ as SandboxProcessLogsResultSchema, $n as SandboxProcessHandleSchema, $t as SandboxTerminalSizeSchema, A as SandboxTerminalResizeResult, An as PositiveSafeIntegerSchema, At as SandboxFsRenameResult, B as SandboxStreamWriteRequest, Bn as SandboxBoundHandleSchema, Bt as SandboxExecCancelRequest, C as compareUnicodeCodePointStrings, Cn as BoundedByteCountSchema, Ct as SandboxFsReadResultSchema, D as SandboxTerminalAttachResultSchema, Dn as CanonicalBase64Schema, Dt as SandboxFsRemoveResultSchema, E as SandboxTerminalAttachResult, En as BoundedTextSchema, Et as SandboxFsRemoveResult, F as SandboxStreamCloseResultSchema, Fn as SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, Ft as SandboxFsStatResultSchema, G as SandboxProcessCancelRequestSchema, Gn as SandboxEnvironmentVariable, Gt as SandboxExecStartRequest, H as SandboxStreamWriteResult, Hn as SandboxDirectShellStartRequestSchema, Ht as SandboxExecCancelResult, I as SandboxStreamReadRequest, In as SANDBOX_MAXIMUM_PATH_CHARACTERS, It as SandboxFsWriteRequest, J as SandboxProcessHandleRequestSchema, Jn as SandboxEnvironmentVariableValueSchema, Jt as SandboxExecStartResultSchema, K as SandboxProcessCancelResult, Kn as SandboxEnvironmentVariableNameSchema, Kt as SandboxExecStartRequestSchema, L as SandboxStreamReadRequestSchema, Ln as SANDBOX_MAXIMUM_TEXT_CHARACTERS, Lt as SandboxFsWriteRequestSchema, M as SandboxStreamCloseRequest, Mn as SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, Mt as SandboxFsStatRequest, N as SandboxStreamCloseRequestSchema, Nn as SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, Nt as SandboxFsStatRequestSchema, O as SandboxTerminalResizeRequest, On as NonnegativeSafeIntegerSchema, Ot as SandboxFsRenameRequest, P as SandboxStreamCloseResult, Pn as SANDBOX_MAXIMUM_LIST_ITEMS, Pt as SandboxFsStatResult, Q as SandboxProcessLogsResult, Qn as SandboxProcessHandle, Qt as SandboxExecWaitResultSchema, R as SandboxStreamReadResult, Rn as SandboxBinaryChunkSchema, Rt as SandboxFsWriteResult, S as ManagedAgentProjectionSchema, Sn as SandboxTerminalOutcomeSchema, St as SandboxFsReadResult, T as SandboxTerminalAttachRequestSchema, Tn as BoundedOperationMillisecondsSchema, Tt as SandboxFsRemoveRequestSchema, U as SandboxStreamWriteResultSchema, Un as SandboxEnvironmentHandle, Ut as SandboxExecCancelResultSchema, V as SandboxStreamWriteRequestSchema, Vn as SandboxDirectShellStartRequest, Vt as SandboxExecCancelRequestSchema, W as SandboxProcessCancelRequest, Wn as SandboxEnvironmentHandleSchema, Wt as SandboxExecStartModeSchema, X as SandboxProcessLogsRequest, Xn as SandboxGuestPathSchema, Xt as SandboxExecWaitRequestSchema, Y as SandboxProcessLogChunkSchema, Yn as SandboxGuestAbsolutePathSchema, Yt as SandboxExecWaitRequest, Z as SandboxProcessLogsRequestSchema, Zn as SandboxHandleKindSchema, Zt as SandboxExecWaitResult, _ as GatewayRuntimeTrustedInvocationRequester, _n as SandboxRetainedResultLookupRequest, _t as SandboxFsMkdirRequestSchema, a as GatewayRuntimeFrameworkIdentitySchema, an as SandboxEnvironmentOpenRequestSchema, ar as SandboxTerminalHandleSchema, at as SandboxProcessStatusResult, b as GatewayStablePrincipalDigestSchema, bn as SandboxRetainedResultLookupResultSchema, bt as SandboxFsReadRequest, c as GatewayRuntimeManagedPluginClientKind, cn as SandboxEnvironmentStatusRequest, cr as createSandboxBoundHandleSchema, ct as SandboxProcessWaitRequestSchema, d as GatewayRuntimeTrustedInvocationContext, dn as SandboxAmbiguousOutcomeSchema, dt as SandboxFilesystemEntrySchema, en as SandboxEnvironmentCloseRequest, er as SandboxShellCommandSchema, et as SandboxProcessStartRequest, f as GatewayRuntimeTrustedInvocationContextSchema, fn as SandboxOperationControlResult, ft as SandboxFsListRequest, g as GatewayRuntimeTrustedInvocationPrincipalSchema, gn as SandboxProvenTerminationOutcomeSchema, gt as SandboxFsMkdirRequest, h as GatewayRuntimeTrustedInvocationPrincipal, hn as SandboxOperationIdentitySchema, ht as SandboxFsListResultSchema, i as GatewayRuntimeFrameworkIdentity, in as SandboxEnvironmentOpenRequest, ir as SandboxTerminalHandle, it as SandboxProcessStatusRequest, j as SandboxTerminalResizeResultSchema, jn as SANDBOX_MAXIMUM_BINARY_BYTES, jt as SandboxFsRenameResultSchema, k as SandboxTerminalResizeRequestSchema, kn as PORTABLE_MAXIMUM_SAFE_INTEGER, kt as SandboxFsRenameRequestSchema, l as GatewayRuntimeManagedPluginClientKindSchema, ln as SandboxEnvironmentStatusResult, lt as SandboxProcessWaitResult, m as GatewayRuntimeTrustedInvocationCorrelationSchema, mn as SandboxOperationIdentity, mt as SandboxFsListResult, n as GatewayRuntimeAttachmentMetadata, nn as SandboxEnvironmentCloseResultSchema, nr as SandboxStreamHandle, nt as SandboxProcessStartResult, o as GatewayRuntimeFrameworkKind, on as SandboxEnvironmentOpenResult, or as SandboxWorkRelativePathSchema, ot as SandboxProcessStatusResultSchema, p as GatewayRuntimeTrustedInvocationCorrelation, pn as SandboxOperationControlResultSchema, pt as SandboxFsListRequestSchema, q as SandboxProcessCancelResultSchema, qn as SandboxEnvironmentVariableSchema, qt as SandboxExecStartResult, r as GatewayRuntimeAttachmentMetadataSchema, rn as SandboxEnvironmentHandleRequestSchema, rr as SandboxStreamHandleSchema, rt as SandboxProcessStartResultSchema, s as GatewayRuntimeFrameworkKindSchema, sn as SandboxEnvironmentOpenResultSchema, sr as Sha256DigestSchema, st as SandboxProcessWaitRequest, t as SANDBOX_METHOD_CONTRACTS, tn as SandboxEnvironmentCloseResult, tr as SandboxStreamChannelSchema, tt as SandboxProcessStartRequestSchema, u as GatewayRuntimeProjectionCohortDigestSchema, un as SandboxEnvironmentStatusResultSchema, ut as SandboxProcessWaitResultSchema, v as GatewayRuntimeTrustedInvocationRequesterSchema, vn as SandboxRetainedResultLookupRequestSchema, vt as SandboxFsMkdirResult, w as SandboxTerminalAttachRequest, wn as BoundedOpaqueIdentifierSchema, wt as SandboxFsRemoveRequest, x as ManagedAgentProjection, xn as SandboxTerminalOutcome, xt as SandboxFsReadRequestSchema, y as GatewayStablePrincipalDigest, yn as SandboxRetainedResultLookupResult, yt as SandboxFsMkdirResultSchema, z as SandboxStreamReadResultSchema, zn as SandboxBoundHandle, zt as SandboxFsWriteResultSchema } from "./index-ksJ4wmQG.js";
|
|
7
|
-
import { A as PortalSearchResultSchema, C as PortalListItemResultSchema, D as PortalSearchItemResultSchema, E as PortalListResultSchema, F as PortalCallRequestSchema, M as PortalBatchMaxItems, N as PortalCallItemRequestSchema, O as PortalSearchItemValueSchema, P as PortalCallRequest, S as PortalGenericItemResultSchema, T as PortalListResult, _ as PortalCallResultSchema, a as PortalBackendDescribeResult, b as PortalDescribeResult, c as PortalBackendListItemValueSchema, d as PortalBackendSearchItemResultSchema, f as PortalBackendSearchItemValueSchema, g as PortalCallResult, h as PortalCallItemResultSchema, i as PortalBackendDescribeItemValueSchema, j as TruncationMetadataSchema, k as PortalSearchResult, l as PortalBackendListResult, m as PortalBackendSearchResultSchema, n as PortalApprovalRequiredCallItemResultSchema, o as PortalBackendDescribeResultSchema, p as PortalBackendSearchResult, r as PortalBackendDescribeItemResultSchema, s as PortalBackendListItemResultSchema, t as PortalApprovalChallengeSchema, u as PortalBackendListResultSchema, v as PortalDescribeItemResultSchema, w as PortalListItemValueSchema, x as PortalDescribeResultSchema, y as PortalDescribeItemValueSchema } from "./portal-call-result-schema-
|
|
8
|
-
import { a as PortalSearchRequestSchema, c as PortalListRequestSchema, d as PortalErrorCodeSchema, f as PortalErrorSchema, h as PortalDescribeRequestSchema, i as PortalSearchRequest, l as PortalError, m as PortalDescribeRequest, n as createPortalCallSurfaceJsonSchemas, o as PortalListItemRequestSchema, p as PortalDescribeItemRequestSchema, r as PortalSearchItemRequestSchema, s as PortalListRequest, t as PortalCallSurfaceJsonSchemas, u as PortalErrorCode } from "./index-
|
|
7
|
+
import { A as PortalSearchResultSchema, C as PortalListItemResultSchema, D as PortalSearchItemResultSchema, E as PortalListResultSchema, F as PortalCallRequestSchema, M as PortalBatchMaxItems, N as PortalCallItemRequestSchema, O as PortalSearchItemValueSchema, P as PortalCallRequest, S as PortalGenericItemResultSchema, T as PortalListResult, _ as PortalCallResultSchema, a as PortalBackendDescribeResult, b as PortalDescribeResult, c as PortalBackendListItemValueSchema, d as PortalBackendSearchItemResultSchema, f as PortalBackendSearchItemValueSchema, g as PortalCallResult, h as PortalCallItemResultSchema, i as PortalBackendDescribeItemValueSchema, j as TruncationMetadataSchema, k as PortalSearchResult, l as PortalBackendListResult, m as PortalBackendSearchResultSchema, n as PortalApprovalRequiredCallItemResultSchema, o as PortalBackendDescribeResultSchema, p as PortalBackendSearchResult, r as PortalBackendDescribeItemResultSchema, s as PortalBackendListItemResultSchema, t as PortalApprovalChallengeSchema, u as PortalBackendListResultSchema, v as PortalDescribeItemResultSchema, w as PortalListItemValueSchema, x as PortalDescribeResultSchema, y as PortalDescribeItemValueSchema } from "./portal-call-result-schema-Mv2Dv1HJ.js";
|
|
8
|
+
import { a as PortalSearchRequestSchema, c as PortalListRequestSchema, d as PortalErrorCodeSchema, f as PortalErrorSchema, h as PortalDescribeRequestSchema, i as PortalSearchRequest, l as PortalError, m as PortalDescribeRequest, n as createPortalCallSurfaceJsonSchemas, o as PortalListItemRequestSchema, p as PortalDescribeItemRequestSchema, r as PortalSearchItemRequestSchema, s as PortalListRequest, t as PortalCallSurfaceJsonSchemas, u as PortalErrorCode } from "./index-DTTEu7ZT.js";
|
|
9
9
|
import { a as NamespaceDiscovery, c as CapabilityNameSchema, d as NamespaceNameSchema, i as EffectiveNamespaceDiscoverySchema, l as CapabilityReference, n as RequestIdSchema, o as NamespaceDiscoverySchema, r as EffectiveNamespaceDiscovery, s as NamespaceDiscoverySummaryMaxLength, t as ItemIdSchema, u as CapabilityReferenceSchema } from "./index-D_69tlLY.js";
|
|
10
|
-
import { a as PortalCancellationRequestEventSchema, c as PortalDiagnosticEvent, d as PortalEventSchema, f as PortalPartialOutputEvent, h as PortalProgressEventSchema, i as PortalCancellationRequestEvent, l as PortalDiagnosticEventSchema, m as PortalProgressEvent, n as SafeDiagnosticCodeSchema, o as PortalCancellationResultEvent, p as PortalPartialOutputEventSchema, r as SafeDiagnosticSchema, s as PortalCancellationResultEventSchema, t as SafeDiagnostic, u as PortalEvent } from "./index-
|
|
10
|
+
import { a as PortalCancellationRequestEventSchema, c as PortalDiagnosticEvent, d as PortalEventSchema, f as PortalPartialOutputEvent, h as PortalProgressEventSchema, i as PortalCancellationRequestEvent, l as PortalDiagnosticEventSchema, m as PortalProgressEvent, n as SafeDiagnosticCodeSchema, o as PortalCancellationResultEvent, p as PortalPartialOutputEventSchema, r as SafeDiagnosticSchema, s as PortalCancellationResultEventSchema, t as SafeDiagnostic, u as PortalEvent } from "./index-DZJH4Rau.js";
|
|
11
11
|
import { a as assertPortableContractSchemaIsExportable, c as PORTABLE_REFINEMENT_DESCRIPTORS, d as PortableRefinementKind, f as PortableRefinementOperation, i as PortableContractParseResult, l as PORTABLE_REFINEMENT_IDENTITIES, n as PORTABLE_CONTRACT_PROTOCOL_VERSION, o as createPortableContractSchemaManifest, r as PortableContractAdapter, s as encodeCanonicalJson, t as PORTABLE_CONTRACT_ADAPTERS, u as PortableRefinementDescriptor } from "./index-C-QFWaH5.js";
|
|
12
|
-
export { ApprovalChallengeReference, ApprovalChallengeReferenceSchema, ApprovalDecisionReference, ApprovalDecisionReferenceSchema, ApprovalPresentationOutcome, ApprovalPresentationOutcomeSchema, ApprovalRequiredResult, ApprovalRequiredResultSchema, ArtifactReference, ArtifactReferenceSchema, BoundedByteCountSchema, BoundedOpaqueIdentifierSchema, BoundedOperationMillisecondsSchema, BoundedTextSchema, CanonicalBase64Schema, CapabilityDescriptor, CapabilityDescriptorSchema, CapabilityNameSchema, CapabilityReference, CapabilityReferenceSchema, CapabilitySearchMatch, CapabilitySearchMatchSchema, CapabilitySummary, CapabilitySummarySchema, EffectiveNamespaceDiscovery, EffectiveNamespaceDiscoverySchema, GatewayApprovalDecisionRequest, GatewayApprovalDecisionRequestSchema, GatewayApprovalDecisionResult, GatewayApprovalDecisionResultSchema, GatewayApprovalPresentationRequest, GatewayApprovalPresentationRequestSchema, GatewayRuntimeAttachmentMetadata, GatewayRuntimeAttachmentMetadataSchema, GatewayRuntimeFrameworkIdentity, GatewayRuntimeFrameworkIdentitySchema, GatewayRuntimeFrameworkKind, GatewayRuntimeFrameworkKindSchema, GatewayRuntimeManagedPluginClientKind, GatewayRuntimeManagedPluginClientKindSchema, GatewayRuntimeProjectionCohortDigestSchema, GatewayRuntimeTrustedInvocationContext, GatewayRuntimeTrustedInvocationContextSchema, GatewayRuntimeTrustedInvocationCorrelation, GatewayRuntimeTrustedInvocationCorrelationSchema, GatewayRuntimeTrustedInvocationPrincipal, GatewayRuntimeTrustedInvocationPrincipalSchema, GatewayRuntimeTrustedInvocationRequester, GatewayRuntimeTrustedInvocationRequesterSchema, GatewayStablePrincipalDigest, GatewayStablePrincipalDigestSchema, ItemIdSchema, JsonArray, JsonArrayMaxItems, JsonObject, JsonObjectKeyMaxLength, JsonObjectMaxEntries, JsonObjectSchema, JsonPrimitive, JsonSchemaDocumentSchema, JsonStringMaxLength, JsonValue, JsonValueSchema, ManagedAgentProjection, ManagedAgentProjectionSchema, NamespaceDiscovery, NamespaceDiscoverySchema, NamespaceDiscoverySummaryMaxLength, NamespaceNameSchema, NonnegativeSafeIntegerSchema, PORTABLE_CONTRACT_ADAPTERS, PORTABLE_CONTRACT_PROTOCOL_VERSION, PORTABLE_MAXIMUM_SAFE_INTEGER, PORTABLE_REFINEMENT_DESCRIPTORS, PORTABLE_REFINEMENT_IDENTITIES, PORTAL_ARTIFACT_READ_REQUEST_META_KEY, PortableContractAdapter, PortableContractParseResult, PortableRefinementDescriptor, PortableRefinementKind, PortableRefinementOperation, PortalAdapterEnvelope, PortalAdapterEnvelopeSchema, PortalApprovalChallengeSchema, PortalApprovalRequiredCallItemResultSchema, PortalArtifactReadRequest, PortalArtifactReadRequestSchema, PortalArtifactReadResourceRequest, PortalArtifactReadResourceRequestSchema, PortalArtifactReadResult, PortalArtifactReadResultSchema, PortalArtifactRecord, PortalArtifactRecordSchema, PortalArtifactRedactor, PortalArtifactRedactorSchema, PortalBackendDescribeItemResultSchema, PortalBackendDescribeItemValueSchema, PortalBackendDescribeResult, PortalBackendDescribeResultSchema, PortalBackendListItemResultSchema, PortalBackendListItemValueSchema, PortalBackendListResult, PortalBackendListResultSchema, PortalBackendSearchItemResultSchema, PortalBackendSearchItemValueSchema, PortalBackendSearchResult, PortalBackendSearchResultSchema, PortalBatchMaxItems, PortalCallItemRequestSchema, PortalCallItemResultSchema, PortalCallRequest, PortalCallRequestSchema, PortalCallResult, PortalCallResultSchema, PortalCallSurfaceJsonSchemas, PortalCancellationRequestEvent, PortalCancellationRequestEventSchema, PortalCancellationResultEvent, PortalCancellationResultEventSchema, PortalDescribeItemRequestSchema, PortalDescribeItemResultSchema, PortalDescribeItemValueSchema, PortalDescribeRequest, PortalDescribeRequestSchema, PortalDescribeResult, PortalDescribeResultSchema, PortalDiagnosticEvent, PortalDiagnosticEventSchema, PortalError, PortalErrorCode, PortalErrorCodeSchema, PortalErrorSchema, PortalEvent, PortalEventSchema, PortalGenericItemResultSchema, PortalListItemRequestSchema, PortalListItemResultSchema, PortalListItemValueSchema, PortalListRequest, PortalListRequestSchema, PortalListResult, PortalListResultSchema, PortalPartialOutputEvent, PortalPartialOutputEventSchema, PortalProgressEvent, PortalProgressEventSchema, PortalSearchItemRequestSchema, PortalSearchItemResultSchema, PortalSearchItemValueSchema, PortalSearchRequest, PortalSearchRequestSchema, PortalSearchResult, PortalSearchResultSchema, PositiveSafeIntegerSchema, RequestIdSchema, ResultExpectation, ResultExpectationSchema, SANDBOX_MAXIMUM_BINARY_BYTES, SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, SANDBOX_MAXIMUM_LIST_ITEMS, SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, SANDBOX_MAXIMUM_PATH_CHARACTERS, SANDBOX_MAXIMUM_TEXT_CHARACTERS, SANDBOX_METHOD_CONTRACTS, SafeCallingHint, SafeCallingHintSchema, SafeDiagnostic, SafeDiagnosticCodeSchema, SafeDiagnosticSchema, SandboxAmbiguousOutcomeSchema, SandboxBinaryChunkSchema, SandboxBoundHandle, SandboxBoundHandleSchema, SandboxDirectShellStartRequest, SandboxDirectShellStartRequestSchema, SandboxEnvironmentCloseRequest, SandboxEnvironmentCloseResult, SandboxEnvironmentCloseResultSchema, SandboxEnvironmentHandle, SandboxEnvironmentHandleRequestSchema, SandboxEnvironmentHandleSchema, SandboxEnvironmentOpenRequest, SandboxEnvironmentOpenRequestSchema, SandboxEnvironmentOpenResult, SandboxEnvironmentOpenResultSchema, SandboxEnvironmentStatusRequest, SandboxEnvironmentStatusResult, SandboxEnvironmentStatusResultSchema, SandboxEnvironmentVariable, SandboxEnvironmentVariableNameSchema, SandboxEnvironmentVariableSchema, SandboxEnvironmentVariableValueSchema, SandboxExecCancelRequest, SandboxExecCancelRequestSchema, SandboxExecCancelResult, SandboxExecCancelResultSchema, SandboxExecStartModeSchema, SandboxExecStartRequest, SandboxExecStartRequestSchema, SandboxExecStartResult, SandboxExecStartResultSchema, SandboxExecWaitRequest, SandboxExecWaitRequestSchema, SandboxExecWaitResult, SandboxExecWaitResultSchema, SandboxFilesystemEntrySchema, SandboxFsListRequest, SandboxFsListRequestSchema, SandboxFsListResult, SandboxFsListResultSchema, SandboxFsMkdirRequest, SandboxFsMkdirRequestSchema, SandboxFsMkdirResult, SandboxFsMkdirResultSchema, SandboxFsReadRequest, SandboxFsReadRequestSchema, SandboxFsReadResult, SandboxFsReadResultSchema, SandboxFsRemoveRequest, SandboxFsRemoveRequestSchema, SandboxFsRemoveResult, SandboxFsRemoveResultSchema, SandboxFsRenameRequest, SandboxFsRenameRequestSchema, SandboxFsRenameResult, SandboxFsRenameResultSchema, SandboxFsStatRequest, SandboxFsStatRequestSchema, SandboxFsStatResult, SandboxFsStatResultSchema, SandboxFsWriteRequest, SandboxFsWriteRequestSchema, SandboxFsWriteResult, SandboxFsWriteResultSchema, SandboxGuestAbsolutePathSchema, SandboxGuestPathSchema, SandboxHandleKindSchema, SandboxOperationControlResult, SandboxOperationControlResultSchema, SandboxOperationIdentity, SandboxOperationIdentitySchema, SandboxProcessCancelRequest, SandboxProcessCancelRequestSchema, SandboxProcessCancelResult, SandboxProcessCancelResultSchema, SandboxProcessHandle, SandboxProcessHandleRequestSchema, SandboxProcessHandleSchema, SandboxProcessLogChunkSchema, SandboxProcessLogsRequest, SandboxProcessLogsRequestSchema, SandboxProcessLogsResult, SandboxProcessLogsResultSchema, SandboxProcessStartRequest, SandboxProcessStartRequestSchema, SandboxProcessStartResult, SandboxProcessStartResultSchema, SandboxProcessStatusRequest, SandboxProcessStatusResult, SandboxProcessStatusResultSchema, SandboxProcessWaitRequest, SandboxProcessWaitRequestSchema, SandboxProcessWaitResult, SandboxProcessWaitResultSchema, SandboxProvenTerminationOutcomeSchema, SandboxRetainedResultLookupRequest, SandboxRetainedResultLookupRequestSchema, SandboxRetainedResultLookupResult, SandboxRetainedResultLookupResultSchema, SandboxShellCommandSchema, SandboxStreamChannelSchema, SandboxStreamCloseRequest, SandboxStreamCloseRequestSchema, SandboxStreamCloseResult, SandboxStreamCloseResultSchema, SandboxStreamHandle, SandboxStreamHandleSchema, SandboxStreamReadRequest, SandboxStreamReadRequestSchema, SandboxStreamReadResult, SandboxStreamReadResultSchema, SandboxStreamWriteRequest, SandboxStreamWriteRequestSchema, SandboxStreamWriteResult, SandboxStreamWriteResultSchema, SandboxTerminalAttachRequest, SandboxTerminalAttachRequestSchema, SandboxTerminalAttachResult, SandboxTerminalAttachResultSchema, SandboxTerminalHandle, SandboxTerminalHandleSchema, SandboxTerminalOutcome, SandboxTerminalOutcomeSchema, SandboxTerminalResizeRequest, SandboxTerminalResizeRequestSchema, SandboxTerminalResizeResult, SandboxTerminalResizeResultSchema, SandboxTerminalSizeSchema, SandboxWorkRelativePathSchema, Sha256DigestSchema, ToolSafetySummary, ToolSafetySummarySchema, ToolSchemaHint, ToolSchemaHintSchema, ToolSchemaSummary, ToolSchemaSummarySchema, TruncationMetadataSchema, TrustedAgentScope, TrustedAgentScopeSchema, assertPortableContractSchemaIsExportable, compareUnicodeCodePointStrings, createPortableContractSchemaManifest, createPortalArtifactReadResourceRequest, createPortalCallSurfaceJsonSchemas, createSandboxBoundHandleSchema, encodeCanonicalJson, parsePortalArtifactReadResourceRequest, sanitizeGatewayApprovalArguments };
|
|
12
|
+
export { ApprovalChallengeReference, ApprovalChallengeReferenceSchema, ApprovalDecisionReference, ApprovalDecisionReferenceSchema, ApprovalPresentationOutcome, ApprovalPresentationOutcomeSchema, ApprovalRequiredResult, ApprovalRequiredResultSchema, ArtifactReference, ArtifactReferenceSchema, BoundedByteCountSchema, BoundedOpaqueIdentifierSchema, BoundedOperationMillisecondsSchema, BoundedTextSchema, CanonicalBase64Schema, CapabilityDescriptor, CapabilityDescriptorSchema, CapabilityDiscoveryMetadata, CapabilityDiscoveryMetadataSchema, CapabilityNameSchema, CapabilityReference, CapabilityReferenceSchema, CapabilitySearchMatch, CapabilitySearchMatchSchema, CapabilitySummary, CapabilitySummarySchema, CompactCapabilityDescriptionCodePointLimit, EffectiveNamespaceDiscovery, EffectiveNamespaceDiscoverySchema, GatewayApprovalDecisionRequest, GatewayApprovalDecisionRequestSchema, GatewayApprovalDecisionResult, GatewayApprovalDecisionResultSchema, GatewayApprovalPresentationRequest, GatewayApprovalPresentationRequestSchema, GatewayRuntimeAttachmentMetadata, GatewayRuntimeAttachmentMetadataSchema, GatewayRuntimeFrameworkIdentity, GatewayRuntimeFrameworkIdentitySchema, GatewayRuntimeFrameworkKind, GatewayRuntimeFrameworkKindSchema, GatewayRuntimeManagedPluginClientKind, GatewayRuntimeManagedPluginClientKindSchema, GatewayRuntimeProjectionCohortDigestSchema, GatewayRuntimeTrustedInvocationContext, GatewayRuntimeTrustedInvocationContextSchema, GatewayRuntimeTrustedInvocationCorrelation, GatewayRuntimeTrustedInvocationCorrelationSchema, GatewayRuntimeTrustedInvocationPrincipal, GatewayRuntimeTrustedInvocationPrincipalSchema, GatewayRuntimeTrustedInvocationRequester, GatewayRuntimeTrustedInvocationRequesterSchema, GatewayStablePrincipalDigest, GatewayStablePrincipalDigestSchema, ItemIdSchema, JsonArray, JsonArrayMaxItems, JsonObject, JsonObjectKeyMaxLength, JsonObjectMaxEntries, JsonObjectSchema, JsonPrimitive, JsonSchemaDocumentSchema, JsonStringMaxLength, JsonValue, JsonValueSchema, ManagedAgentProjection, ManagedAgentProjectionSchema, NamespaceDiscovery, NamespaceDiscoverySchema, NamespaceDiscoverySummaryMaxLength, NamespaceNameSchema, NonnegativeSafeIntegerSchema, PORTABLE_CONTRACT_ADAPTERS, PORTABLE_CONTRACT_PROTOCOL_VERSION, PORTABLE_MAXIMUM_SAFE_INTEGER, PORTABLE_REFINEMENT_DESCRIPTORS, PORTABLE_REFINEMENT_IDENTITIES, PORTAL_ARTIFACT_READ_REQUEST_META_KEY, PortableContractAdapter, PortableContractParseResult, PortableRefinementDescriptor, PortableRefinementKind, PortableRefinementOperation, PortalAdapterEnvelope, PortalAdapterEnvelopeSchema, PortalApprovalChallengeSchema, PortalApprovalRequiredCallItemResultSchema, PortalArtifactReadRequest, PortalArtifactReadRequestSchema, PortalArtifactReadResourceRequest, PortalArtifactReadResourceRequestSchema, PortalArtifactReadResult, PortalArtifactReadResultSchema, PortalArtifactRecord, PortalArtifactRecordSchema, PortalArtifactRedactor, PortalArtifactRedactorSchema, PortalBackendDescribeItemResultSchema, PortalBackendDescribeItemValueSchema, PortalBackendDescribeResult, PortalBackendDescribeResultSchema, PortalBackendListItemResultSchema, PortalBackendListItemValueSchema, PortalBackendListResult, PortalBackendListResultSchema, PortalBackendSearchItemResultSchema, PortalBackendSearchItemValueSchema, PortalBackendSearchResult, PortalBackendSearchResultSchema, PortalBatchMaxItems, PortalCallItemRequestSchema, PortalCallItemResultSchema, PortalCallRequest, PortalCallRequestSchema, PortalCallResult, PortalCallResultSchema, PortalCallSurfaceJsonSchemas, PortalCancellationRequestEvent, PortalCancellationRequestEventSchema, PortalCancellationResultEvent, PortalCancellationResultEventSchema, PortalDescribeItemRequestSchema, PortalDescribeItemResultSchema, PortalDescribeItemValueSchema, PortalDescribeRequest, PortalDescribeRequestSchema, PortalDescribeResult, PortalDescribeResultSchema, PortalDiagnosticEvent, PortalDiagnosticEventSchema, PortalError, PortalErrorCode, PortalErrorCodeSchema, PortalErrorSchema, PortalEvent, PortalEventSchema, PortalGenericItemResultSchema, PortalListItemRequestSchema, PortalListItemResultSchema, PortalListItemValueSchema, PortalListRequest, PortalListRequestSchema, PortalListResult, PortalListResultSchema, PortalPartialOutputEvent, PortalPartialOutputEventSchema, PortalProgressEvent, PortalProgressEventSchema, PortalSearchItemRequestSchema, PortalSearchItemResultSchema, PortalSearchItemValueSchema, PortalSearchRequest, PortalSearchRequestSchema, PortalSearchResult, PortalSearchResultSchema, PositiveSafeIntegerSchema, RequestIdSchema, ResultExpectation, ResultExpectationSchema, SANDBOX_MAXIMUM_BINARY_BYTES, SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, SANDBOX_MAXIMUM_LIST_ITEMS, SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, SANDBOX_MAXIMUM_PATH_CHARACTERS, SANDBOX_MAXIMUM_TEXT_CHARACTERS, SANDBOX_METHOD_CONTRACTS, SafeCallingHint, SafeCallingHintSchema, SafeDiagnostic, SafeDiagnosticCodeSchema, SafeDiagnosticSchema, SandboxAmbiguousOutcomeSchema, SandboxBinaryChunkSchema, SandboxBoundHandle, SandboxBoundHandleSchema, SandboxDirectShellStartRequest, SandboxDirectShellStartRequestSchema, SandboxEnvironmentCloseRequest, SandboxEnvironmentCloseResult, SandboxEnvironmentCloseResultSchema, SandboxEnvironmentHandle, SandboxEnvironmentHandleRequestSchema, SandboxEnvironmentHandleSchema, SandboxEnvironmentOpenRequest, SandboxEnvironmentOpenRequestSchema, SandboxEnvironmentOpenResult, SandboxEnvironmentOpenResultSchema, SandboxEnvironmentStatusRequest, SandboxEnvironmentStatusResult, SandboxEnvironmentStatusResultSchema, SandboxEnvironmentVariable, SandboxEnvironmentVariableNameSchema, SandboxEnvironmentVariableSchema, SandboxEnvironmentVariableValueSchema, SandboxExecCancelRequest, SandboxExecCancelRequestSchema, SandboxExecCancelResult, SandboxExecCancelResultSchema, SandboxExecStartModeSchema, SandboxExecStartRequest, SandboxExecStartRequestSchema, SandboxExecStartResult, SandboxExecStartResultSchema, SandboxExecWaitRequest, SandboxExecWaitRequestSchema, SandboxExecWaitResult, SandboxExecWaitResultSchema, SandboxFilesystemEntrySchema, SandboxFsListRequest, SandboxFsListRequestSchema, SandboxFsListResult, SandboxFsListResultSchema, SandboxFsMkdirRequest, SandboxFsMkdirRequestSchema, SandboxFsMkdirResult, SandboxFsMkdirResultSchema, SandboxFsReadRequest, SandboxFsReadRequestSchema, SandboxFsReadResult, SandboxFsReadResultSchema, SandboxFsRemoveRequest, SandboxFsRemoveRequestSchema, SandboxFsRemoveResult, SandboxFsRemoveResultSchema, SandboxFsRenameRequest, SandboxFsRenameRequestSchema, SandboxFsRenameResult, SandboxFsRenameResultSchema, SandboxFsStatRequest, SandboxFsStatRequestSchema, SandboxFsStatResult, SandboxFsStatResultSchema, SandboxFsWriteRequest, SandboxFsWriteRequestSchema, SandboxFsWriteResult, SandboxFsWriteResultSchema, SandboxGuestAbsolutePathSchema, SandboxGuestPathSchema, SandboxHandleKindSchema, SandboxOperationControlResult, SandboxOperationControlResultSchema, SandboxOperationIdentity, SandboxOperationIdentitySchema, SandboxProcessCancelRequest, SandboxProcessCancelRequestSchema, SandboxProcessCancelResult, SandboxProcessCancelResultSchema, SandboxProcessHandle, SandboxProcessHandleRequestSchema, SandboxProcessHandleSchema, SandboxProcessLogChunkSchema, SandboxProcessLogsRequest, SandboxProcessLogsRequestSchema, SandboxProcessLogsResult, SandboxProcessLogsResultSchema, SandboxProcessStartRequest, SandboxProcessStartRequestSchema, SandboxProcessStartResult, SandboxProcessStartResultSchema, SandboxProcessStatusRequest, SandboxProcessStatusResult, SandboxProcessStatusResultSchema, SandboxProcessWaitRequest, SandboxProcessWaitRequestSchema, SandboxProcessWaitResult, SandboxProcessWaitResultSchema, SandboxProvenTerminationOutcomeSchema, SandboxRetainedResultLookupRequest, SandboxRetainedResultLookupRequestSchema, SandboxRetainedResultLookupResult, SandboxRetainedResultLookupResultSchema, SandboxShellCommandSchema, SandboxStreamChannelSchema, SandboxStreamCloseRequest, SandboxStreamCloseRequestSchema, SandboxStreamCloseResult, SandboxStreamCloseResultSchema, SandboxStreamHandle, SandboxStreamHandleSchema, SandboxStreamReadRequest, SandboxStreamReadRequestSchema, SandboxStreamReadResult, SandboxStreamReadResultSchema, SandboxStreamWriteRequest, SandboxStreamWriteRequestSchema, SandboxStreamWriteResult, SandboxStreamWriteResultSchema, SandboxTerminalAttachRequest, SandboxTerminalAttachRequestSchema, SandboxTerminalAttachResult, SandboxTerminalAttachResultSchema, SandboxTerminalHandle, SandboxTerminalHandleSchema, SandboxTerminalOutcome, SandboxTerminalOutcomeSchema, SandboxTerminalResizeRequest, SandboxTerminalResizeRequestSchema, SandboxTerminalResizeResult, SandboxTerminalResizeResultSchema, SandboxTerminalSizeSchema, SandboxWorkRelativePathSchema, Sha256DigestSchema, ToolCallDisposition, ToolCallDispositionSchema, ToolSafetySummary, ToolSafetySummarySchema, ToolSchemaHint, ToolSchemaHintSchema, ToolSchemaSummary, ToolSchemaSummarySchema, TruncationMetadataSchema, TrustedAgentScope, TrustedAgentScopeSchema, assertPortableContractSchemaIsExportable, compactCapabilitySummaryDescription, compareUnicodeCodePointStrings, createPortableContractSchemaManifest, createPortalArtifactReadResourceRequest, createPortalCallSurfaceJsonSchemas, createSandboxBoundHandleSchema, encodeCanonicalJson, parsePortalArtifactReadResourceRequest, sanitizeGatewayApprovalArguments };
|
package/dist/index.js
CHANGED
|
@@ -4,16 +4,16 @@ import { n as RequestIdSchema, t as ItemIdSchema } from "./request-id-schema-Hq_
|
|
|
4
4
|
import { t as ArtifactReferenceSchema } from "./artifact-reference-schema-CiEjxYPd.js";
|
|
5
5
|
import { n as CapabilityReferenceSchema, r as NamespaceNameSchema, t as CapabilityNameSchema } from "./capability-reference-schema-K7qXJgEa.js";
|
|
6
6
|
import { a as JsonStringMaxLength, i as JsonObjectSchema, n as JsonObjectKeyMaxLength, o as JsonValueSchema, r as JsonObjectMaxEntries, t as JsonArrayMaxItems } from "./json-value-schema-Br5M7d7X.js";
|
|
7
|
-
import { a as
|
|
7
|
+
import { a as CompactCapabilityDescriptionCodePointLimit, c as SafeCallingHintSchema, d as ToolSchemaHintSchema, f as ToolSchemaSummarySchema, i as CapabilitySummarySchema, l as ToolCallDispositionSchema, n as CapabilityDiscoveryMetadataSchema, o as JsonSchemaDocumentSchema, p as compactCapabilitySummaryDescription, r as CapabilitySearchMatchSchema, s as ResultExpectationSchema, t as CapabilityDescriptorSchema, u as ToolSafetySummarySchema } from "./capability-descriptor-schema-B_0vLQ3E.js";
|
|
8
8
|
import { n as NamespaceDiscoverySchema, r as NamespaceDiscoverySummaryMaxLength, t as EffectiveNamespaceDiscoverySchema } from "./namespace-discovery-schema-DwbJHVLu.js";
|
|
9
9
|
import { i as SafeDiagnosticSchema, n as PortalErrorSchema, r as SafeDiagnosticCodeSchema, t as PortalErrorCodeSchema } from "./portal-error-schema-TSNrpQSy.js";
|
|
10
|
-
import { C as PortalSearchResultSchema, S as PortalSearchItemValueSchema, _ as PortalGenericItemResultSchema, a as PortalBackendDescribeResultSchema, b as PortalListResultSchema, c as PortalBackendListResultSchema, d as PortalBackendSearchResultSchema, f as PortalCallItemResultSchema, g as PortalDescribeResultSchema, h as PortalDescribeItemValueSchema, i as PortalBackendDescribeItemValueSchema, l as PortalBackendSearchItemResultSchema, m as PortalDescribeItemResultSchema, n as PortalApprovalRequiredCallItemResultSchema, o as PortalBackendListItemResultSchema, p as PortalCallResultSchema, r as PortalBackendDescribeItemResultSchema, s as PortalBackendListItemValueSchema, t as PortalApprovalChallengeSchema, u as PortalBackendSearchItemValueSchema, v as PortalListItemResultSchema, w as TruncationMetadataSchema, x as PortalSearchItemResultSchema, y as PortalListItemValueSchema } from "./portal-call-result-schema-
|
|
11
|
-
import { a as sanitizeGatewayApprovalArguments, c as ApprovalRequiredResultSchema, i as GatewayApprovalPresentationRequestSchema, n as GatewayApprovalDecisionRequestSchema, o as ApprovalChallengeReferenceSchema, r as GatewayApprovalDecisionResultSchema, s as ApprovalDecisionReferenceSchema, t as ApprovalPresentationOutcomeSchema } from "./approval-surface-
|
|
10
|
+
import { C as PortalSearchResultSchema, S as PortalSearchItemValueSchema, _ as PortalGenericItemResultSchema, a as PortalBackendDescribeResultSchema, b as PortalListResultSchema, c as PortalBackendListResultSchema, d as PortalBackendSearchResultSchema, f as PortalCallItemResultSchema, g as PortalDescribeResultSchema, h as PortalDescribeItemValueSchema, i as PortalBackendDescribeItemValueSchema, l as PortalBackendSearchItemResultSchema, m as PortalDescribeItemResultSchema, n as PortalApprovalRequiredCallItemResultSchema, o as PortalBackendListItemResultSchema, p as PortalCallResultSchema, r as PortalBackendDescribeItemResultSchema, s as PortalBackendListItemValueSchema, t as PortalApprovalChallengeSchema, u as PortalBackendSearchItemValueSchema, v as PortalListItemResultSchema, w as TruncationMetadataSchema, x as PortalSearchItemResultSchema, y as PortalListItemValueSchema } from "./portal-call-result-schema-DM77S9CA.js";
|
|
11
|
+
import { a as sanitizeGatewayApprovalArguments, c as ApprovalRequiredResultSchema, i as GatewayApprovalPresentationRequestSchema, n as GatewayApprovalDecisionRequestSchema, o as ApprovalChallengeReferenceSchema, r as GatewayApprovalDecisionResultSchema, s as ApprovalDecisionReferenceSchema, t as ApprovalPresentationOutcomeSchema } from "./approval-surface-phfnKUSF.js";
|
|
12
12
|
import { a as PortalArtifactReadRequestSchema, c as PortalArtifactRedactorSchema, i as parsePortalArtifactReadResourceRequest, n as PortalArtifactReadResourceRequestSchema, o as PortalArtifactReadResultSchema, r as createPortalArtifactReadResourceRequest, s as PortalArtifactRecordSchema, t as PORTAL_ARTIFACT_READ_REQUEST_META_KEY } from "./artifact-surface-CHEu4tDd.js";
|
|
13
|
-
import "./capability-description-surface-
|
|
13
|
+
import "./capability-description-surface-YqGm-nS_.js";
|
|
14
14
|
import { $ as SandboxExecStartRequestSchema, A as SandboxProcessStartRequestSchema, At as SANDBOX_MAXIMUM_TEXT_CHARACTERS, B as SandboxFsReadRequestSchema, Bt as SandboxHandleKindSchema, C as SandboxStreamWriteResultSchema, Ct as PositiveSafeIntegerSchema, D as SandboxProcessLogChunkSchema, Dt as SANDBOX_MAXIMUM_LIST_ITEMS, E as SandboxProcessHandleRequestSchema, Et as SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, F as SandboxFilesystemEntrySchema, Ft as SandboxEnvironmentVariableNameSchema, G as SandboxFsRenameResultSchema, Gt as SandboxTerminalHandleSchema, H as SandboxFsRemoveRequestSchema, Ht as SandboxShellCommandSchema, I as SandboxFsListRequestSchema, It as SandboxEnvironmentVariableSchema, J as SandboxFsWriteRequestSchema, Jt as createSandboxBoundHandleSchema, K as SandboxFsStatRequestSchema, Kt as SandboxWorkRelativePathSchema, L as SandboxFsListResultSchema, Lt as SandboxEnvironmentVariableValueSchema, M as SandboxProcessStatusResultSchema, Mt as SandboxBoundHandleSchema, N as SandboxProcessWaitRequestSchema, Nt as SandboxDirectShellStartRequestSchema, O as SandboxProcessLogsRequestSchema, Ot as SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, P as SandboxProcessWaitResultSchema, Pt as SandboxEnvironmentHandleSchema, Q as SandboxExecStartModeSchema, R as SandboxFsMkdirRequestSchema, Rt as SandboxGuestAbsolutePathSchema, S as SandboxStreamWriteRequestSchema, St as PORTABLE_MAXIMUM_SAFE_INTEGER, T as SandboxProcessCancelResultSchema, Tt as SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, U as SandboxFsRemoveResultSchema, Ut as SandboxStreamChannelSchema, V as SandboxFsReadResultSchema, Vt as SandboxProcessHandleSchema, W as SandboxFsRenameRequestSchema, Wt as SandboxStreamHandleSchema, X as SandboxExecCancelRequestSchema, Y as SandboxFsWriteResultSchema, Z as SandboxExecCancelResultSchema, _ as SandboxTerminalResizeResultSchema, _t as BoundedOpaqueIdentifierSchema, a as GatewayRuntimeManagedPluginClientKindSchema, at as SandboxEnvironmentHandleRequestSchema, b as SandboxStreamReadRequestSchema, bt as CanonicalBase64Schema, c as GatewayRuntimeTrustedInvocationCorrelationSchema, ct as SandboxEnvironmentStatusResultSchema, d as GatewayStablePrincipalDigestSchema, dt as SandboxOperationIdentitySchema, et as SandboxExecStartResultSchema, f as ManagedAgentProjectionSchema, ft as SandboxProvenTerminationOutcomeSchema, g as SandboxTerminalResizeRequestSchema, gt as BoundedByteCountSchema, h as SandboxTerminalAttachResultSchema, ht as SandboxTerminalOutcomeSchema, i as GatewayRuntimeFrameworkKindSchema, it as SandboxEnvironmentCloseResultSchema, j as SandboxProcessStartResultSchema, jt as SandboxBinaryChunkSchema, k as SandboxProcessLogsResultSchema, kt as SANDBOX_MAXIMUM_PATH_CHARACTERS, l as GatewayRuntimeTrustedInvocationPrincipalSchema, lt as SandboxAmbiguousOutcomeSchema, m as SandboxTerminalAttachRequestSchema, mt as SandboxRetainedResultLookupResultSchema, n as GatewayRuntimeAttachmentMetadataSchema, nt as SandboxExecWaitResultSchema, o as GatewayRuntimeProjectionCohortDigestSchema, ot as SandboxEnvironmentOpenRequestSchema, p as compareUnicodeCodePointStrings, pt as SandboxRetainedResultLookupRequestSchema, q as SandboxFsStatResultSchema, qt as Sha256DigestSchema, r as GatewayRuntimeFrameworkIdentitySchema, rt as SandboxTerminalSizeSchema, s as GatewayRuntimeTrustedInvocationContextSchema, st as SandboxEnvironmentOpenResultSchema, t as SANDBOX_METHOD_CONTRACTS, tt as SandboxExecWaitRequestSchema, u as GatewayRuntimeTrustedInvocationRequesterSchema, ut as SandboxOperationControlResultSchema, v as SandboxStreamCloseRequestSchema, vt as BoundedOperationMillisecondsSchema, w as SandboxProcessCancelRequestSchema, wt as SANDBOX_MAXIMUM_BINARY_BYTES, x as SandboxStreamReadResultSchema, xt as NonnegativeSafeIntegerSchema, y as SandboxStreamCloseResultSchema, yt as BoundedTextSchema, z as SandboxFsMkdirResultSchema, zt as SandboxGuestPathSchema } from "./contracts-X9wWs2lP.js";
|
|
15
15
|
import { n as PortalCallItemRequestSchema, r as PortalCallRequestSchema, t as PortalBatchMaxItems } from "./portal-call-request-schema-Cl0kTLaX.js";
|
|
16
|
-
import { a as PortalListRequestSchema, i as PortalListItemRequestSchema, n as PortalSearchItemRequestSchema, o as PortalDescribeItemRequestSchema, r as PortalSearchRequestSchema, s as PortalDescribeRequestSchema, t as createPortalCallSurfaceJsonSchemas } from "./portal-call-surface-
|
|
16
|
+
import { a as PortalListRequestSchema, i as PortalListItemRequestSchema, n as PortalSearchItemRequestSchema, o as PortalDescribeItemRequestSchema, r as PortalSearchRequestSchema, s as PortalDescribeRequestSchema, t as createPortalCallSurfaceJsonSchemas } from "./portal-call-surface-B952nh-H.js";
|
|
17
17
|
import { a as PortalPartialOutputEventSchema, i as PortalEventSchema, n as PortalCancellationResultEventSchema, o as PortalProgressEventSchema, r as PortalDiagnosticEventSchema, t as PortalCancellationRequestEventSchema } from "./portal-event-surface-Bp3rXsBz.js";
|
|
18
|
-
import { a as encodeCanonicalJson, i as createPortableContractSchemaManifest, n as PORTABLE_CONTRACT_PROTOCOL_VERSION, r as assertPortableContractSchemaIsExportable, t as PORTABLE_CONTRACT_ADAPTERS } from "./portable-contracts-
|
|
19
|
-
export { ApprovalChallengeReferenceSchema, ApprovalDecisionReferenceSchema, ApprovalPresentationOutcomeSchema, ApprovalRequiredResultSchema, ArtifactReferenceSchema, BoundedByteCountSchema, BoundedOpaqueIdentifierSchema, BoundedOperationMillisecondsSchema, BoundedTextSchema, CanonicalBase64Schema, CapabilityDescriptorSchema, CapabilityNameSchema, CapabilityReferenceSchema, CapabilitySearchMatchSchema, CapabilitySummarySchema, EffectiveNamespaceDiscoverySchema, GatewayApprovalDecisionRequestSchema, GatewayApprovalDecisionResultSchema, GatewayApprovalPresentationRequestSchema, GatewayRuntimeAttachmentMetadataSchema, GatewayRuntimeFrameworkIdentitySchema, GatewayRuntimeFrameworkKindSchema, GatewayRuntimeManagedPluginClientKindSchema, GatewayRuntimeProjectionCohortDigestSchema, GatewayRuntimeTrustedInvocationContextSchema, GatewayRuntimeTrustedInvocationCorrelationSchema, GatewayRuntimeTrustedInvocationPrincipalSchema, GatewayRuntimeTrustedInvocationRequesterSchema, GatewayStablePrincipalDigestSchema, ItemIdSchema, JsonArrayMaxItems, JsonObjectKeyMaxLength, JsonObjectMaxEntries, JsonObjectSchema, JsonSchemaDocumentSchema, JsonStringMaxLength, JsonValueSchema, ManagedAgentProjectionSchema, NamespaceDiscoverySchema, NamespaceDiscoverySummaryMaxLength, NamespaceNameSchema, NonnegativeSafeIntegerSchema, PORTABLE_CONTRACT_ADAPTERS, PORTABLE_CONTRACT_PROTOCOL_VERSION, PORTABLE_MAXIMUM_SAFE_INTEGER, PORTABLE_REFINEMENT_DESCRIPTORS, PORTABLE_REFINEMENT_IDENTITIES, PORTAL_ARTIFACT_READ_REQUEST_META_KEY, PortalAdapterEnvelopeSchema, PortalApprovalChallengeSchema, PortalApprovalRequiredCallItemResultSchema, PortalArtifactReadRequestSchema, PortalArtifactReadResourceRequestSchema, PortalArtifactReadResultSchema, PortalArtifactRecordSchema, PortalArtifactRedactorSchema, PortalBackendDescribeItemResultSchema, PortalBackendDescribeItemValueSchema, PortalBackendDescribeResultSchema, PortalBackendListItemResultSchema, PortalBackendListItemValueSchema, PortalBackendListResultSchema, PortalBackendSearchItemResultSchema, PortalBackendSearchItemValueSchema, PortalBackendSearchResultSchema, PortalBatchMaxItems, PortalCallItemRequestSchema, PortalCallItemResultSchema, PortalCallRequestSchema, PortalCallResultSchema, PortalCancellationRequestEventSchema, PortalCancellationResultEventSchema, PortalDescribeItemRequestSchema, PortalDescribeItemResultSchema, PortalDescribeItemValueSchema, PortalDescribeRequestSchema, PortalDescribeResultSchema, PortalDiagnosticEventSchema, PortalErrorCodeSchema, PortalErrorSchema, PortalEventSchema, PortalGenericItemResultSchema, PortalListItemRequestSchema, PortalListItemResultSchema, PortalListItemValueSchema, PortalListRequestSchema, PortalListResultSchema, PortalPartialOutputEventSchema, PortalProgressEventSchema, PortalSearchItemRequestSchema, PortalSearchItemResultSchema, PortalSearchItemValueSchema, PortalSearchRequestSchema, PortalSearchResultSchema, PositiveSafeIntegerSchema, RequestIdSchema, ResultExpectationSchema, SANDBOX_MAXIMUM_BINARY_BYTES, SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, SANDBOX_MAXIMUM_LIST_ITEMS, SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, SANDBOX_MAXIMUM_PATH_CHARACTERS, SANDBOX_MAXIMUM_TEXT_CHARACTERS, SANDBOX_METHOD_CONTRACTS, SafeCallingHintSchema, SafeDiagnosticCodeSchema, SafeDiagnosticSchema, SandboxAmbiguousOutcomeSchema, SandboxBinaryChunkSchema, SandboxBoundHandleSchema, SandboxDirectShellStartRequestSchema, SandboxEnvironmentCloseResultSchema, SandboxEnvironmentHandleRequestSchema, SandboxEnvironmentHandleSchema, SandboxEnvironmentOpenRequestSchema, SandboxEnvironmentOpenResultSchema, SandboxEnvironmentStatusResultSchema, SandboxEnvironmentVariableNameSchema, SandboxEnvironmentVariableSchema, SandboxEnvironmentVariableValueSchema, SandboxExecCancelRequestSchema, SandboxExecCancelResultSchema, SandboxExecStartModeSchema, SandboxExecStartRequestSchema, SandboxExecStartResultSchema, SandboxExecWaitRequestSchema, SandboxExecWaitResultSchema, SandboxFilesystemEntrySchema, SandboxFsListRequestSchema, SandboxFsListResultSchema, SandboxFsMkdirRequestSchema, SandboxFsMkdirResultSchema, SandboxFsReadRequestSchema, SandboxFsReadResultSchema, SandboxFsRemoveRequestSchema, SandboxFsRemoveResultSchema, SandboxFsRenameRequestSchema, SandboxFsRenameResultSchema, SandboxFsStatRequestSchema, SandboxFsStatResultSchema, SandboxFsWriteRequestSchema, SandboxFsWriteResultSchema, SandboxGuestAbsolutePathSchema, SandboxGuestPathSchema, SandboxHandleKindSchema, SandboxOperationControlResultSchema, SandboxOperationIdentitySchema, SandboxProcessCancelRequestSchema, SandboxProcessCancelResultSchema, SandboxProcessHandleRequestSchema, SandboxProcessHandleSchema, SandboxProcessLogChunkSchema, SandboxProcessLogsRequestSchema, SandboxProcessLogsResultSchema, SandboxProcessStartRequestSchema, SandboxProcessStartResultSchema, SandboxProcessStatusResultSchema, SandboxProcessWaitRequestSchema, SandboxProcessWaitResultSchema, SandboxProvenTerminationOutcomeSchema, SandboxRetainedResultLookupRequestSchema, SandboxRetainedResultLookupResultSchema, SandboxShellCommandSchema, SandboxStreamChannelSchema, SandboxStreamCloseRequestSchema, SandboxStreamCloseResultSchema, SandboxStreamHandleSchema, SandboxStreamReadRequestSchema, SandboxStreamReadResultSchema, SandboxStreamWriteRequestSchema, SandboxStreamWriteResultSchema, SandboxTerminalAttachRequestSchema, SandboxTerminalAttachResultSchema, SandboxTerminalHandleSchema, SandboxTerminalOutcomeSchema, SandboxTerminalResizeRequestSchema, SandboxTerminalResizeResultSchema, SandboxTerminalSizeSchema, SandboxWorkRelativePathSchema, Sha256DigestSchema, ToolSafetySummarySchema, ToolSchemaHintSchema, ToolSchemaSummarySchema, TruncationMetadataSchema, TrustedAgentScopeSchema, assertPortableContractSchemaIsExportable, compareUnicodeCodePointStrings, createPortableContractSchemaManifest, createPortalArtifactReadResourceRequest, createPortalCallSurfaceJsonSchemas, createSandboxBoundHandleSchema, encodeCanonicalJson, parsePortalArtifactReadResourceRequest, sanitizeGatewayApprovalArguments };
|
|
18
|
+
import { a as encodeCanonicalJson, i as createPortableContractSchemaManifest, n as PORTABLE_CONTRACT_PROTOCOL_VERSION, r as assertPortableContractSchemaIsExportable, t as PORTABLE_CONTRACT_ADAPTERS } from "./portable-contracts-CWLiYrVU.js";
|
|
19
|
+
export { ApprovalChallengeReferenceSchema, ApprovalDecisionReferenceSchema, ApprovalPresentationOutcomeSchema, ApprovalRequiredResultSchema, ArtifactReferenceSchema, BoundedByteCountSchema, BoundedOpaqueIdentifierSchema, BoundedOperationMillisecondsSchema, BoundedTextSchema, CanonicalBase64Schema, CapabilityDescriptorSchema, CapabilityDiscoveryMetadataSchema, CapabilityNameSchema, CapabilityReferenceSchema, CapabilitySearchMatchSchema, CapabilitySummarySchema, CompactCapabilityDescriptionCodePointLimit, EffectiveNamespaceDiscoverySchema, GatewayApprovalDecisionRequestSchema, GatewayApprovalDecisionResultSchema, GatewayApprovalPresentationRequestSchema, GatewayRuntimeAttachmentMetadataSchema, GatewayRuntimeFrameworkIdentitySchema, GatewayRuntimeFrameworkKindSchema, GatewayRuntimeManagedPluginClientKindSchema, GatewayRuntimeProjectionCohortDigestSchema, GatewayRuntimeTrustedInvocationContextSchema, GatewayRuntimeTrustedInvocationCorrelationSchema, GatewayRuntimeTrustedInvocationPrincipalSchema, GatewayRuntimeTrustedInvocationRequesterSchema, GatewayStablePrincipalDigestSchema, ItemIdSchema, JsonArrayMaxItems, JsonObjectKeyMaxLength, JsonObjectMaxEntries, JsonObjectSchema, JsonSchemaDocumentSchema, JsonStringMaxLength, JsonValueSchema, ManagedAgentProjectionSchema, NamespaceDiscoverySchema, NamespaceDiscoverySummaryMaxLength, NamespaceNameSchema, NonnegativeSafeIntegerSchema, PORTABLE_CONTRACT_ADAPTERS, PORTABLE_CONTRACT_PROTOCOL_VERSION, PORTABLE_MAXIMUM_SAFE_INTEGER, PORTABLE_REFINEMENT_DESCRIPTORS, PORTABLE_REFINEMENT_IDENTITIES, PORTAL_ARTIFACT_READ_REQUEST_META_KEY, PortalAdapterEnvelopeSchema, PortalApprovalChallengeSchema, PortalApprovalRequiredCallItemResultSchema, PortalArtifactReadRequestSchema, PortalArtifactReadResourceRequestSchema, PortalArtifactReadResultSchema, PortalArtifactRecordSchema, PortalArtifactRedactorSchema, PortalBackendDescribeItemResultSchema, PortalBackendDescribeItemValueSchema, PortalBackendDescribeResultSchema, PortalBackendListItemResultSchema, PortalBackendListItemValueSchema, PortalBackendListResultSchema, PortalBackendSearchItemResultSchema, PortalBackendSearchItemValueSchema, PortalBackendSearchResultSchema, PortalBatchMaxItems, PortalCallItemRequestSchema, PortalCallItemResultSchema, PortalCallRequestSchema, PortalCallResultSchema, PortalCancellationRequestEventSchema, PortalCancellationResultEventSchema, PortalDescribeItemRequestSchema, PortalDescribeItemResultSchema, PortalDescribeItemValueSchema, PortalDescribeRequestSchema, PortalDescribeResultSchema, PortalDiagnosticEventSchema, PortalErrorCodeSchema, PortalErrorSchema, PortalEventSchema, PortalGenericItemResultSchema, PortalListItemRequestSchema, PortalListItemResultSchema, PortalListItemValueSchema, PortalListRequestSchema, PortalListResultSchema, PortalPartialOutputEventSchema, PortalProgressEventSchema, PortalSearchItemRequestSchema, PortalSearchItemResultSchema, PortalSearchItemValueSchema, PortalSearchRequestSchema, PortalSearchResultSchema, PositiveSafeIntegerSchema, RequestIdSchema, ResultExpectationSchema, SANDBOX_MAXIMUM_BINARY_BYTES, SANDBOX_MAXIMUM_ENVIRONMENT_VARIABLES, SANDBOX_MAXIMUM_IDENTIFIER_CHARACTERS, SANDBOX_MAXIMUM_LIST_ITEMS, SANDBOX_MAXIMUM_OPERATION_MILLISECONDS, SANDBOX_MAXIMUM_PATH_CHARACTERS, SANDBOX_MAXIMUM_TEXT_CHARACTERS, SANDBOX_METHOD_CONTRACTS, SafeCallingHintSchema, SafeDiagnosticCodeSchema, SafeDiagnosticSchema, SandboxAmbiguousOutcomeSchema, SandboxBinaryChunkSchema, SandboxBoundHandleSchema, SandboxDirectShellStartRequestSchema, SandboxEnvironmentCloseResultSchema, SandboxEnvironmentHandleRequestSchema, SandboxEnvironmentHandleSchema, SandboxEnvironmentOpenRequestSchema, SandboxEnvironmentOpenResultSchema, SandboxEnvironmentStatusResultSchema, SandboxEnvironmentVariableNameSchema, SandboxEnvironmentVariableSchema, SandboxEnvironmentVariableValueSchema, SandboxExecCancelRequestSchema, SandboxExecCancelResultSchema, SandboxExecStartModeSchema, SandboxExecStartRequestSchema, SandboxExecStartResultSchema, SandboxExecWaitRequestSchema, SandboxExecWaitResultSchema, SandboxFilesystemEntrySchema, SandboxFsListRequestSchema, SandboxFsListResultSchema, SandboxFsMkdirRequestSchema, SandboxFsMkdirResultSchema, SandboxFsReadRequestSchema, SandboxFsReadResultSchema, SandboxFsRemoveRequestSchema, SandboxFsRemoveResultSchema, SandboxFsRenameRequestSchema, SandboxFsRenameResultSchema, SandboxFsStatRequestSchema, SandboxFsStatResultSchema, SandboxFsWriteRequestSchema, SandboxFsWriteResultSchema, SandboxGuestAbsolutePathSchema, SandboxGuestPathSchema, SandboxHandleKindSchema, SandboxOperationControlResultSchema, SandboxOperationIdentitySchema, SandboxProcessCancelRequestSchema, SandboxProcessCancelResultSchema, SandboxProcessHandleRequestSchema, SandboxProcessHandleSchema, SandboxProcessLogChunkSchema, SandboxProcessLogsRequestSchema, SandboxProcessLogsResultSchema, SandboxProcessStartRequestSchema, SandboxProcessStartResultSchema, SandboxProcessStatusResultSchema, SandboxProcessWaitRequestSchema, SandboxProcessWaitResultSchema, SandboxProvenTerminationOutcomeSchema, SandboxRetainedResultLookupRequestSchema, SandboxRetainedResultLookupResultSchema, SandboxShellCommandSchema, SandboxStreamChannelSchema, SandboxStreamCloseRequestSchema, SandboxStreamCloseResultSchema, SandboxStreamHandleSchema, SandboxStreamReadRequestSchema, SandboxStreamReadResultSchema, SandboxStreamWriteRequestSchema, SandboxStreamWriteResultSchema, SandboxTerminalAttachRequestSchema, SandboxTerminalAttachResultSchema, SandboxTerminalHandleSchema, SandboxTerminalOutcomeSchema, SandboxTerminalResizeRequestSchema, SandboxTerminalResizeResultSchema, SandboxTerminalSizeSchema, SandboxWorkRelativePathSchema, Sha256DigestSchema, ToolCallDispositionSchema, ToolSafetySummarySchema, ToolSchemaHintSchema, ToolSchemaSummarySchema, TruncationMetadataSchema, TrustedAgentScopeSchema, assertPortableContractSchemaIsExportable, compactCapabilitySummaryDescription, compareUnicodeCodePointStrings, createPortableContractSchemaManifest, createPortalArtifactReadResourceRequest, createPortalCallSurfaceJsonSchemas, createSandboxBoundHandleSchema, encodeCanonicalJson, parsePortalArtifactReadResourceRequest, sanitizeGatewayApprovalArguments };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { i as PORTABLE_REFINEMENT_IDENTITIES, r as PORTABLE_REFINEMENT_DESCRIPTORS } from "../portable-refinement-authoring-C1Q92x2G.js";
|
|
2
|
-
import { a as encodeCanonicalJson, i as createPortableContractSchemaManifest, n as PORTABLE_CONTRACT_PROTOCOL_VERSION, r as assertPortableContractSchemaIsExportable, t as PORTABLE_CONTRACT_ADAPTERS } from "../portable-contracts-
|
|
2
|
+
import { a as encodeCanonicalJson, i as createPortableContractSchemaManifest, n as PORTABLE_CONTRACT_PROTOCOL_VERSION, r as assertPortableContractSchemaIsExportable, t as PORTABLE_CONTRACT_ADAPTERS } from "../portable-contracts-CWLiYrVU.js";
|
|
3
3
|
export { PORTABLE_CONTRACT_ADAPTERS, PORTABLE_CONTRACT_PROTOCOL_VERSION, PORTABLE_REFINEMENT_DESCRIPTORS, PORTABLE_REFINEMENT_IDENTITIES, assertPortableContractSchemaIsExportable, createPortableContractSchemaManifest, encodeCanonicalJson };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { i as PORTABLE_REFINEMENT_IDENTITIES, t as portableRefinementIdentityForCheck } from "./portable-refinement-authoring-C1Q92x2G.js";
|
|
2
2
|
import { t as ArtifactReferenceSchema } from "./artifact-reference-schema-CiEjxYPd.js";
|
|
3
3
|
import { o as JsonValueSchema } from "./json-value-schema-Br5M7d7X.js";
|
|
4
|
-
import { C as PortalSearchResultSchema, b as PortalListResultSchema, f as PortalCallItemResultSchema, g as PortalDescribeResultSchema, p as PortalCallResultSchema } from "./portal-call-result-schema-
|
|
5
|
-
import { i as GatewayApprovalPresentationRequestSchema, n as GatewayApprovalDecisionRequestSchema, r as GatewayApprovalDecisionResultSchema, t as ApprovalPresentationOutcomeSchema } from "./approval-surface-
|
|
4
|
+
import { C as PortalSearchResultSchema, b as PortalListResultSchema, f as PortalCallItemResultSchema, g as PortalDescribeResultSchema, p as PortalCallResultSchema } from "./portal-call-result-schema-DM77S9CA.js";
|
|
5
|
+
import { i as GatewayApprovalPresentationRequestSchema, n as GatewayApprovalDecisionRequestSchema, r as GatewayApprovalDecisionResultSchema, t as ApprovalPresentationOutcomeSchema } from "./approval-surface-phfnKUSF.js";
|
|
6
6
|
import { a as PortalArtifactReadRequestSchema, o as PortalArtifactReadResultSchema } from "./artifact-surface-CHEu4tDd.js";
|
|
7
7
|
import { dt as SandboxOperationIdentitySchema, f as ManagedAgentProjectionSchema, mt as SandboxRetainedResultLookupResultSchema, n as GatewayRuntimeAttachmentMetadataSchema, pt as SandboxRetainedResultLookupRequestSchema, s as GatewayRuntimeTrustedInvocationContextSchema, t as SANDBOX_METHOD_CONTRACTS, ut as SandboxOperationControlResultSchema } from "./contracts-X9wWs2lP.js";
|
|
8
8
|
import { r as PortalCallRequestSchema } from "./portal-call-request-schema-Cl0kTLaX.js";
|
|
9
|
-
import { a as PortalListRequestSchema, r as PortalSearchRequestSchema, s as PortalDescribeRequestSchema } from "./portal-call-surface-
|
|
9
|
+
import { a as PortalListRequestSchema, r as PortalSearchRequestSchema, s as PortalDescribeRequestSchema } from "./portal-call-surface-B952nh-H.js";
|
|
10
10
|
import { o as PortalProgressEventSchema } from "./portal-event-surface-Bp3rXsBz.js";
|
|
11
11
|
import { z } from "zod";
|
|
12
12
|
//#region src/portable-contracts/portable-contract-runtime.ts
|
|
@@ -339,4 +339,4 @@ const PORTABLE_CONTRACT_ADAPTERS = Object.fromEntries(Object.entries(allPortable
|
|
|
339
339
|
//#endregion
|
|
340
340
|
export { encodeCanonicalJson as a, createPortableContractSchemaManifest as i, PORTABLE_CONTRACT_PROTOCOL_VERSION as n, assertPortableContractSchemaIsExportable as r, PORTABLE_CONTRACT_ADAPTERS as t };
|
|
341
341
|
|
|
342
|
-
//# sourceMappingURL=portable-contracts-
|
|
342
|
+
//# sourceMappingURL=portable-contracts-CWLiYrVU.js.map
|