@agentstep/gateway 0.5.36 → 0.5.37
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/gateway.js +257 -28
- package/package.json +1 -1
package/dist/gateway.js
CHANGED
|
@@ -158933,7 +158933,7 @@ var init_chunk_7346CKTF = __esm({
|
|
|
158933
158933
|
}
|
|
158934
158934
|
});
|
|
158935
158935
|
|
|
158936
|
-
// ../agent-sdk/dist/chunk-
|
|
158936
|
+
// ../agent-sdk/dist/chunk-2HVY2WZL.js
|
|
158937
158937
|
function listEnvelope(name, item) {
|
|
158938
158938
|
const schema2 = external_exports.object({
|
|
158939
158939
|
data: external_exports.array(item),
|
|
@@ -158943,9 +158943,9 @@ function listEnvelope(name, item) {
|
|
|
158943
158943
|
});
|
|
158944
158944
|
return registry2.register(name, schema2);
|
|
158945
158945
|
}
|
|
158946
|
-
var import_zod_to_openapi2, UlidId, IsoTimestamp, ErrorEnvelopeSchema, AgentToolsetTool, CustomTool, ToolConfigSchema, McpServerConfigSchema, AgentSkillSchema, ModelConfigSchema, AgentSchema, CreateAgentRequestSchema, UpdateAgentRequestSchema, EnvironmentPackages, EnvironmentNetworking, EnvironmentConfigSchema, EnvironmentSchema, CreateEnvironmentRequestSchema, UpdateEnvironmentRequestSchema, SessionStatsSchema, SessionUsageSchema, SessionStatusSchema, SessionSchema, CreateSessionRequestSchema, UpdateSessionRequestSchema, TextBlock, UserMessageEvent, UserInterruptEvent, UserCustomToolResultEvent, UserToolConfirmationEvent, UserDefineOutcomeEvent, UserEventSchema, UserEventBatchRequestSchema, ManagedEventSchema, VaultSchema, VaultEntrySchema, CreateVaultRequestSchema, UpdateVaultRequestSchema, SetVaultEntryRequestSchema, VaultDeletedResponseSchema, VaultEntryDeletedResponseSchema, BatchOperationSchema, BatchRequestSchema, BatchResultSchema, BatchResponseSchema, AgentListResponseSchema, EnvironmentListResponseSchema, SessionListResponseSchema, EventListResponseSchema, VaultListResponseSchema, VaultEntryListResponseSchema, AgentDeletedResponseSchema, SessionDeletedResponseSchema, EnvironmentDeletedResponseSchema, UserEventAppendResponseSchema, FileScopeSchema, FileRecordSchema, FileListResponseSchema, FileDeletedResponseSchema, VaultCredentialSchema, CreateCredentialRequestSchema, UpdateCredentialRequestSchema, CredentialListResponseSchema, CredentialDeletedResponseSchema, MemoryStoreSchema, CreateMemoryStoreRequestSchema, MemoryStoreListResponseSchema, MemoryStoreDeletedResponseSchema, MemorySchema, CreateMemoryRequestSchema, UpdateMemoryRequestSchema, MemoryListResponseSchema, MemoryDeletedResponseSchema, SessionResourceSchema, AddResourceRequestSchema, ResourceListResponseSchema, ResourceDeletedResponseSchema, KeyScopeSchema, KeyPermissionsSchema, ApiKeySchema, ApiKeyCreatedSchema, CreateApiKeyRequestSchema, PatchApiKeyRequestSchema, ApiKeyListResponseSchema, ApiKeyRevokedResponseSchema, ApiKeyActivityResponseSchema, UpstreamKeySchema, AddUpstreamKeyRequestSchema, PatchUpstreamKeyRequestSchema, UpstreamKeyListResponseSchema, UpstreamKeyDeletedResponseSchema, TenantSchema, CreateTenantRequestSchema, PatchTenantRequestSchema, TenantListResponseSchema, TenantArchivedResponseSchema, AuditEntrySchema, AuditListResponseSchema, TraceListItemSchema, TraceListResponseSchema, SpanNodeSchema, TraceDetailSchema, TraceExportResponseSchema, SkillsCatalogResponseSchema, SkillsSearchResponseSchema, SkillsStatsResponseSchema, SkillsSourcesResponseSchema, MetricsTotalsSchema, MetricsResponseSchema, ApiMetricsResponseSchema, PutSettingRequestSchema, SettingResponseSchema, ProviderStatusResponseSchema, ModelEntrySchema, ModelListResponseSchema, WhoamiResponseSchema, LicenseResponseSchema;
|
|
158947
|
-
var
|
|
158948
|
-
"../agent-sdk/dist/chunk-
|
|
158946
|
+
var import_zod_to_openapi2, UlidId, IsoTimestamp, ErrorEnvelopeSchema, AgentToolsetTool, CustomTool, ToolConfigSchema, McpServerConfigSchema, AgentSkillSchema, ModelConfigSchema, AgentSchema, CreateAgentRequestSchema, UpdateAgentRequestSchema, EnvironmentPackages, EnvironmentNetworking, EnvironmentConfigSchema, EnvironmentSchema, CreateEnvironmentRequestSchema, UpdateEnvironmentRequestSchema, SessionStatsSchema, SessionUsageSchema, SessionStatusSchema, SessionSchema, CreateSessionRequestSchema, UpdateSessionRequestSchema, TextBlock, UserMessageEvent, UserInterruptEvent, UserCustomToolResultEvent, UserToolConfirmationEvent, UserDefineOutcomeEvent, UserEventSchema, UserEventBatchRequestSchema, ManagedEventSchema, VaultSchema, VaultEntrySchema, CreateVaultRequestSchema, UpdateVaultRequestSchema, SetVaultEntryRequestSchema, VaultDeletedResponseSchema, VaultEntryDeletedResponseSchema, BatchOperationSchema, BatchRequestSchema, BatchResultSchema, BatchResponseSchema, AgentListResponseSchema, EnvironmentListResponseSchema, SessionListResponseSchema, EventListResponseSchema, VaultListResponseSchema, VaultEntryListResponseSchema, TrustGrantSchema, UserProfileSchema, UserProfileCreateSchema, UserProfileUpdateSchema, UserProfileListSchema, EnrollmentUrlRequestSchema, EnrollmentUrlResponseSchema, AgentDeletedResponseSchema, SessionDeletedResponseSchema, EnvironmentDeletedResponseSchema, UserEventAppendResponseSchema, FileScopeSchema, FileRecordSchema, FileListResponseSchema, FileDeletedResponseSchema, VaultCredentialSchema, CreateCredentialRequestSchema, UpdateCredentialRequestSchema, CredentialListResponseSchema, CredentialDeletedResponseSchema, MemoryStoreSchema, CreateMemoryStoreRequestSchema, MemoryStoreListResponseSchema, MemoryStoreDeletedResponseSchema, MemorySchema, CreateMemoryRequestSchema, UpdateMemoryRequestSchema, MemoryListResponseSchema, MemoryDeletedResponseSchema, SessionResourceSchema, AddResourceRequestSchema, ResourceListResponseSchema, ResourceDeletedResponseSchema, KeyScopeSchema, KeyPermissionsSchema, ApiKeySchema, ApiKeyCreatedSchema, CreateApiKeyRequestSchema, PatchApiKeyRequestSchema, ApiKeyListResponseSchema, ApiKeyRevokedResponseSchema, ApiKeyActivityResponseSchema, UpstreamKeySchema, AddUpstreamKeyRequestSchema, PatchUpstreamKeyRequestSchema, UpstreamKeyListResponseSchema, UpstreamKeyDeletedResponseSchema, TenantSchema, CreateTenantRequestSchema, PatchTenantRequestSchema, TenantListResponseSchema, TenantArchivedResponseSchema, AuditEntrySchema, AuditListResponseSchema, TraceListItemSchema, TraceListResponseSchema, SpanNodeSchema, TraceDetailSchema, TraceExportResponseSchema, SkillsCatalogResponseSchema, SkillsSearchResponseSchema, SkillsStatsResponseSchema, SkillsSourcesResponseSchema, MetricsTotalsSchema, MetricsResponseSchema, ApiMetricsResponseSchema, PutSettingRequestSchema, SettingResponseSchema, ProviderStatusResponseSchema, ModelEntrySchema, ModelListResponseSchema, WhoamiResponseSchema, LicenseResponseSchema;
|
|
158947
|
+
var init_chunk_2HVY2WZL = __esm({
|
|
158948
|
+
"../agent-sdk/dist/chunk-2HVY2WZL.js"() {
|
|
158949
158949
|
"use strict";
|
|
158950
158950
|
init_chunk_7346CKTF();
|
|
158951
158951
|
init_zod();
|
|
@@ -159072,6 +159072,10 @@ var init_chunk_EOUNXIPM = __esm({
|
|
|
159072
159072
|
skills: external_exports.array(AgentSkillSchema).openapi({
|
|
159073
159073
|
description: "Skills injected into the container at session start. For Claude backend, written to .claude/skills/<name>/SKILL.md. For all backends, also written to .agents/skills/<name>/SKILL.md. Non-Claude backends also receive skills prepended to the system prompt."
|
|
159074
159074
|
}),
|
|
159075
|
+
permission_policy: external_exports.object({
|
|
159076
|
+
always_allow: external_exports.array(external_exports.string()).optional(),
|
|
159077
|
+
always_ask: external_exports.array(external_exports.string()).optional()
|
|
159078
|
+
}).nullable().optional().openapi({ description: "Per-tool permission control." }),
|
|
159075
159079
|
model_config: ModelConfigSchema.openapi({
|
|
159076
159080
|
description: "Model configuration options. 'fast' speed enables fast mode on Claude (claude engine only)."
|
|
159077
159081
|
}),
|
|
@@ -159310,6 +159314,7 @@ var init_chunk_EOUNXIPM = __esm({
|
|
|
159310
159314
|
vault_ids: external_exports.array(external_exports.string()).nullable().openapi({
|
|
159311
159315
|
description: "Vault IDs whose entries are injected as environment variables."
|
|
159312
159316
|
}),
|
|
159317
|
+
user_profile_id: external_exports.string().nullable().optional().openapi({ description: "User profile ID for credential scoping." }),
|
|
159313
159318
|
parent_session_id: external_exports.string().nullable().openapi({
|
|
159314
159319
|
description: "Parent session ID if this is a child thread session."
|
|
159315
159320
|
}),
|
|
@@ -159345,7 +159350,17 @@ var init_chunk_EOUNXIPM = __esm({
|
|
|
159345
159350
|
uri: external_exports.string().optional(),
|
|
159346
159351
|
content: external_exports.string().optional()
|
|
159347
159352
|
})).optional(),
|
|
159348
|
-
vault_ids: external_exports.array(external_exports.string()).optional()
|
|
159353
|
+
vault_ids: external_exports.array(external_exports.string()).optional(),
|
|
159354
|
+
user_profile_id: external_exports.string().optional().openapi({ description: "Links session to a user profile for per-user credential scoping." }),
|
|
159355
|
+
outcomes: external_exports.object({
|
|
159356
|
+
description: external_exports.string(),
|
|
159357
|
+
rubric: external_exports.array(external_exports.object({
|
|
159358
|
+
name: external_exports.string(),
|
|
159359
|
+
description: external_exports.string(),
|
|
159360
|
+
weight: external_exports.number().optional()
|
|
159361
|
+
})).optional(),
|
|
159362
|
+
max_iterations: external_exports.number().int().optional()
|
|
159363
|
+
}).optional().openapi({ description: "Success criteria with optional rubric for self-evaluation." })
|
|
159349
159364
|
}).openapi({
|
|
159350
159365
|
example: {
|
|
159351
159366
|
agent: "agent_01ABCDEFG...",
|
|
@@ -159543,6 +159558,49 @@ var init_chunk_EOUNXIPM = __esm({
|
|
|
159543
159558
|
"VaultEntryListResponse",
|
|
159544
159559
|
external_exports.object({ data: external_exports.array(VaultEntrySchema) })
|
|
159545
159560
|
);
|
|
159561
|
+
TrustGrantSchema = registry2.register("TrustGrant", external_exports.object({
|
|
159562
|
+
type: external_exports.literal("vault_credential"),
|
|
159563
|
+
vault_id: external_exports.string(),
|
|
159564
|
+
credential_id: external_exports.string()
|
|
159565
|
+
}));
|
|
159566
|
+
UserProfileSchema = registry2.register("UserProfile", external_exports.object({
|
|
159567
|
+
type: external_exports.literal("user_profile"),
|
|
159568
|
+
id: external_exports.string(),
|
|
159569
|
+
external_id: external_exports.string().nullable(),
|
|
159570
|
+
display_name: external_exports.string().nullable(),
|
|
159571
|
+
trust_grants: external_exports.array(TrustGrantSchema),
|
|
159572
|
+
created_at: external_exports.string(),
|
|
159573
|
+
updated_at: external_exports.string()
|
|
159574
|
+
}));
|
|
159575
|
+
UserProfileCreateSchema = registry2.register("UserProfileCreate", external_exports.object({
|
|
159576
|
+
external_id: external_exports.string().optional(),
|
|
159577
|
+
display_name: external_exports.string().optional(),
|
|
159578
|
+
trust_grants: external_exports.array(TrustGrantSchema).optional()
|
|
159579
|
+
}));
|
|
159580
|
+
UserProfileUpdateSchema = registry2.register("UserProfileUpdate", external_exports.object({
|
|
159581
|
+
external_id: external_exports.string().nullish(),
|
|
159582
|
+
display_name: external_exports.string().nullish(),
|
|
159583
|
+
trust_grants: external_exports.array(TrustGrantSchema).optional()
|
|
159584
|
+
}));
|
|
159585
|
+
UserProfileListSchema = listEnvelope("UserProfileList", UserProfileSchema);
|
|
159586
|
+
EnrollmentUrlRequestSchema = registry2.register("EnrollmentUrlRequest", external_exports.object({
|
|
159587
|
+
vault_id: external_exports.string(),
|
|
159588
|
+
credential_id: external_exports.string().optional(),
|
|
159589
|
+
display_name: external_exports.string().optional(),
|
|
159590
|
+
authorize_url: external_exports.string(),
|
|
159591
|
+
token_endpoint: external_exports.string(),
|
|
159592
|
+
client_id: external_exports.string(),
|
|
159593
|
+
client_secret: external_exports.string().optional(),
|
|
159594
|
+
scope: external_exports.string().optional(),
|
|
159595
|
+
redirect_uri: external_exports.string().optional()
|
|
159596
|
+
}));
|
|
159597
|
+
EnrollmentUrlResponseSchema = registry2.register("EnrollmentUrlResponse", external_exports.object({
|
|
159598
|
+
type: external_exports.literal("enrollment_url"),
|
|
159599
|
+
url: external_exports.string(),
|
|
159600
|
+
state: external_exports.string(),
|
|
159601
|
+
redirect_uri: external_exports.string(),
|
|
159602
|
+
expires_in: external_exports.number()
|
|
159603
|
+
}));
|
|
159546
159604
|
AgentDeletedResponseSchema = registry2.register(
|
|
159547
159605
|
"AgentDeletedResponse",
|
|
159548
159606
|
external_exports.object({ id: UlidId, type: external_exports.literal("agent_deleted") })
|
|
@@ -160101,7 +160159,7 @@ var init_chunk_EOUNXIPM = __esm({
|
|
|
160101
160159
|
}
|
|
160102
160160
|
});
|
|
160103
160161
|
|
|
160104
|
-
// ../agent-sdk/dist/chunk-
|
|
160162
|
+
// ../agent-sdk/dist/chunk-R43A2QH7.js
|
|
160105
160163
|
function buildOpenApiDocument(opts) {
|
|
160106
160164
|
const generator = new import_zod_to_openapi3.OpenApiGeneratorV31(registry2.definitions);
|
|
160107
160165
|
return generator.generateDocument({
|
|
@@ -160134,15 +160192,17 @@ function buildOpenApiDocument(opts) {
|
|
|
160134
160192
|
{ name: "Tenants", description: "Multi-tenant isolation (global-admin-only)" },
|
|
160135
160193
|
{ name: "Audit", description: "Admin audit trail" },
|
|
160136
160194
|
{ name: "Auth", description: "Caller identity and license info" },
|
|
160137
|
-
{ name: "Batch", description: "Atomic batch operations" }
|
|
160195
|
+
{ name: "Batch", description: "Atomic batch operations" },
|
|
160196
|
+
{ name: "User Profiles", description: "User profile management and OAuth enrollment" },
|
|
160197
|
+
{ name: "Google Compat", description: "Google Interactions API compatibility layer" }
|
|
160138
160198
|
]
|
|
160139
160199
|
});
|
|
160140
160200
|
}
|
|
160141
160201
|
var import_zod_to_openapi3, ErrorResponses;
|
|
160142
|
-
var
|
|
160143
|
-
"../agent-sdk/dist/chunk-
|
|
160202
|
+
var init_chunk_R43A2QH7 = __esm({
|
|
160203
|
+
"../agent-sdk/dist/chunk-R43A2QH7.js"() {
|
|
160144
160204
|
"use strict";
|
|
160145
|
-
|
|
160205
|
+
init_chunk_2HVY2WZL();
|
|
160146
160206
|
init_chunk_7346CKTF();
|
|
160147
160207
|
init_zod();
|
|
160148
160208
|
import_zod_to_openapi3 = __toESM(require_dist2(), 1);
|
|
@@ -161883,6 +161943,97 @@ var init_chunk_CNMMJFJI = __esm({
|
|
|
161883
161943
|
...ErrorResponses
|
|
161884
161944
|
}
|
|
161885
161945
|
});
|
|
161946
|
+
registry2.registerPath({
|
|
161947
|
+
method: "post",
|
|
161948
|
+
path: "/v1/user_profiles",
|
|
161949
|
+
tags: ["User Profiles"],
|
|
161950
|
+
summary: "Create user profile",
|
|
161951
|
+
security: [{ ApiKey: [] }],
|
|
161952
|
+
request: {
|
|
161953
|
+
body: {
|
|
161954
|
+
required: true,
|
|
161955
|
+
content: { "application/json": { schema: UserProfileCreateSchema } }
|
|
161956
|
+
}
|
|
161957
|
+
},
|
|
161958
|
+
responses: {
|
|
161959
|
+
201: {
|
|
161960
|
+
description: "Created",
|
|
161961
|
+
content: { "application/json": { schema: UserProfileSchema } }
|
|
161962
|
+
},
|
|
161963
|
+
...ErrorResponses
|
|
161964
|
+
}
|
|
161965
|
+
});
|
|
161966
|
+
registry2.registerPath({
|
|
161967
|
+
method: "get",
|
|
161968
|
+
path: "/v1/user_profiles",
|
|
161969
|
+
tags: ["User Profiles"],
|
|
161970
|
+
summary: "List user profiles",
|
|
161971
|
+
security: [{ ApiKey: [] }],
|
|
161972
|
+
responses: {
|
|
161973
|
+
200: {
|
|
161974
|
+
description: "OK",
|
|
161975
|
+
content: { "application/json": { schema: UserProfileListSchema } }
|
|
161976
|
+
},
|
|
161977
|
+
...ErrorResponses
|
|
161978
|
+
}
|
|
161979
|
+
});
|
|
161980
|
+
registry2.registerPath({
|
|
161981
|
+
method: "get",
|
|
161982
|
+
path: "/v1/user_profiles/{id}",
|
|
161983
|
+
tags: ["User Profiles"],
|
|
161984
|
+
summary: "Get user profile",
|
|
161985
|
+
security: [{ ApiKey: [] }],
|
|
161986
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
161987
|
+
responses: {
|
|
161988
|
+
200: {
|
|
161989
|
+
description: "OK",
|
|
161990
|
+
content: { "application/json": { schema: UserProfileSchema } }
|
|
161991
|
+
},
|
|
161992
|
+
...ErrorResponses
|
|
161993
|
+
}
|
|
161994
|
+
});
|
|
161995
|
+
registry2.registerPath({
|
|
161996
|
+
method: "post",
|
|
161997
|
+
path: "/v1/user_profiles/{id}",
|
|
161998
|
+
tags: ["User Profiles"],
|
|
161999
|
+
summary: "Update user profile",
|
|
162000
|
+
security: [{ ApiKey: [] }],
|
|
162001
|
+
request: {
|
|
162002
|
+
params: external_exports.object({ id: external_exports.string() }),
|
|
162003
|
+
body: {
|
|
162004
|
+
required: true,
|
|
162005
|
+
content: { "application/json": { schema: UserProfileUpdateSchema } }
|
|
162006
|
+
}
|
|
162007
|
+
},
|
|
162008
|
+
responses: {
|
|
162009
|
+
200: {
|
|
162010
|
+
description: "OK",
|
|
162011
|
+
content: { "application/json": { schema: UserProfileSchema } }
|
|
162012
|
+
},
|
|
162013
|
+
...ErrorResponses
|
|
162014
|
+
}
|
|
162015
|
+
});
|
|
162016
|
+
registry2.registerPath({
|
|
162017
|
+
method: "post",
|
|
162018
|
+
path: "/v1/user_profiles/{id}/enrollment_url",
|
|
162019
|
+
tags: ["User Profiles"],
|
|
162020
|
+
summary: "Generate OAuth enrollment URL",
|
|
162021
|
+
security: [{ ApiKey: [] }],
|
|
162022
|
+
request: {
|
|
162023
|
+
params: external_exports.object({ id: external_exports.string() }),
|
|
162024
|
+
body: {
|
|
162025
|
+
required: true,
|
|
162026
|
+
content: { "application/json": { schema: EnrollmentUrlRequestSchema } }
|
|
162027
|
+
}
|
|
162028
|
+
},
|
|
162029
|
+
responses: {
|
|
162030
|
+
200: {
|
|
162031
|
+
description: "OK",
|
|
162032
|
+
content: { "application/json": { schema: EnrollmentUrlResponseSchema } }
|
|
162033
|
+
},
|
|
162034
|
+
...ErrorResponses
|
|
162035
|
+
}
|
|
162036
|
+
});
|
|
161886
162037
|
registry2.registerPath({
|
|
161887
162038
|
method: "post",
|
|
161888
162039
|
path: "/v1/batch",
|
|
@@ -161904,6 +162055,76 @@ var init_chunk_CNMMJFJI = __esm({
|
|
|
161904
162055
|
...ErrorResponses
|
|
161905
162056
|
}
|
|
161906
162057
|
});
|
|
162058
|
+
registry2.registerPath({
|
|
162059
|
+
method: "post",
|
|
162060
|
+
path: "/google/v1beta/interactions",
|
|
162061
|
+
tags: ["Google Compat"],
|
|
162062
|
+
summary: "Create interaction (Google compat)",
|
|
162063
|
+
description: "Google Interactions API compatibility. Accepts google-genai SDK format.",
|
|
162064
|
+
responses: { 200: { description: "OK" } }
|
|
162065
|
+
});
|
|
162066
|
+
registry2.registerPath({
|
|
162067
|
+
method: "get",
|
|
162068
|
+
path: "/google/v1beta/interactions/{id}",
|
|
162069
|
+
tags: ["Google Compat"],
|
|
162070
|
+
summary: "Get interaction (Google compat)",
|
|
162071
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
162072
|
+
responses: { 200: { description: "OK" } }
|
|
162073
|
+
});
|
|
162074
|
+
registry2.registerPath({
|
|
162075
|
+
method: "delete",
|
|
162076
|
+
path: "/google/v1beta/interactions/{id}",
|
|
162077
|
+
tags: ["Google Compat"],
|
|
162078
|
+
summary: "Delete interaction (Google compat)",
|
|
162079
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
162080
|
+
responses: { 200: { description: "OK" } }
|
|
162081
|
+
});
|
|
162082
|
+
registry2.registerPath({
|
|
162083
|
+
method: "post",
|
|
162084
|
+
path: "/google/v1beta/interactions/{id}/cancel",
|
|
162085
|
+
tags: ["Google Compat"],
|
|
162086
|
+
summary: "Cancel interaction (Google compat)",
|
|
162087
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
162088
|
+
responses: { 200: { description: "OK" } }
|
|
162089
|
+
});
|
|
162090
|
+
registry2.registerPath({
|
|
162091
|
+
method: "post",
|
|
162092
|
+
path: "/google/v1beta/agents",
|
|
162093
|
+
tags: ["Google Compat"],
|
|
162094
|
+
summary: "Create agent (Google compat)",
|
|
162095
|
+
responses: { 201: { description: "Created" } }
|
|
162096
|
+
});
|
|
162097
|
+
registry2.registerPath({
|
|
162098
|
+
method: "get",
|
|
162099
|
+
path: "/google/v1beta/agents",
|
|
162100
|
+
tags: ["Google Compat"],
|
|
162101
|
+
summary: "List agents (Google compat)",
|
|
162102
|
+
responses: { 200: { description: "OK" } }
|
|
162103
|
+
});
|
|
162104
|
+
registry2.registerPath({
|
|
162105
|
+
method: "get",
|
|
162106
|
+
path: "/google/v1beta/agents/{id}",
|
|
162107
|
+
tags: ["Google Compat"],
|
|
162108
|
+
summary: "Get agent (Google compat)",
|
|
162109
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
162110
|
+
responses: { 200: { description: "OK" } }
|
|
162111
|
+
});
|
|
162112
|
+
registry2.registerPath({
|
|
162113
|
+
method: "delete",
|
|
162114
|
+
path: "/google/v1beta/agents/{id}",
|
|
162115
|
+
tags: ["Google Compat"],
|
|
162116
|
+
summary: "Delete agent (Google compat)",
|
|
162117
|
+
request: { params: external_exports.object({ id: external_exports.string() }) },
|
|
162118
|
+
responses: { 200: { description: "OK" } }
|
|
162119
|
+
});
|
|
162120
|
+
registry2.registerPath({
|
|
162121
|
+
method: "get",
|
|
162122
|
+
path: "/google/v1beta/files/{fileRef}",
|
|
162123
|
+
tags: ["Google Compat"],
|
|
162124
|
+
summary: "Download environment files (Google compat)",
|
|
162125
|
+
request: { params: external_exports.object({ fileRef: external_exports.string() }) },
|
|
162126
|
+
responses: { 200: { description: "Tar archive", content: { "application/x-tar": { schema: external_exports.string().openapi({ description: "Raw tar archive bytes." }) } } } }
|
|
162127
|
+
});
|
|
161907
162128
|
}
|
|
161908
162129
|
});
|
|
161909
162130
|
|
|
@@ -218189,8 +218410,8 @@ var init_dist2 = __esm({
|
|
|
218189
218410
|
"use strict";
|
|
218190
218411
|
init_chunk_VFSOYCGN();
|
|
218191
218412
|
init_chunk_2Z4T32WO();
|
|
218192
|
-
|
|
218193
|
-
|
|
218413
|
+
init_chunk_R43A2QH7();
|
|
218414
|
+
init_chunk_2HVY2WZL();
|
|
218194
218415
|
init_chunk_7346CKTF();
|
|
218195
218416
|
init_chunk_DC2UMEQH();
|
|
218196
218417
|
init_chunk_IC2ETYU5();
|
|
@@ -221564,7 +221785,7 @@ var init_bus = __esm({
|
|
|
221564
221785
|
}
|
|
221565
221786
|
});
|
|
221566
221787
|
|
|
221567
|
-
// ../agent-sdk/dist/chunk-
|
|
221788
|
+
// ../agent-sdk/dist/chunk-VRWXVIIG.js
|
|
221568
221789
|
function ensureTable() {
|
|
221569
221790
|
const db = getDb();
|
|
221570
221791
|
db.exec(`
|
|
@@ -221679,12 +221900,20 @@ function handleCreateInteraction(request2) {
|
|
|
221679
221900
|
}
|
|
221680
221901
|
}
|
|
221681
221902
|
if (!environmentId) throw badRequest("no environment available");
|
|
221903
|
+
const { listVaults: listVaults2 } = await Promise.resolve().then(() => (init_vaults(), vaults_exports));
|
|
221904
|
+
const { tenantFilter: getTenantFilter } = await Promise.resolve().then(() => (init_scope2(), scope_exports));
|
|
221905
|
+
const tenantVaults = listVaults2({
|
|
221906
|
+
tenantFilter: getTenantFilter(auth)
|
|
221907
|
+
});
|
|
221908
|
+
const agentVaults = tenantVaults.filter((v2) => v2.agent_id === agentId || !v2.agent_id);
|
|
221909
|
+
const vaultIds = agentVaults.filter((v2) => !v2.archived_at).map((v2) => v2.id);
|
|
221682
221910
|
const sessReq = new Request(request2.url.replace(/\/google\/v1beta\/interactions.*/, `/v1/sessions`), {
|
|
221683
221911
|
method: "POST",
|
|
221684
221912
|
headers: request2.headers,
|
|
221685
221913
|
body: JSON.stringify({
|
|
221686
221914
|
agent: agentId,
|
|
221687
|
-
environment_id: environmentId
|
|
221915
|
+
environment_id: environmentId,
|
|
221916
|
+
...vaultIds.length > 0 ? { vault_ids: vaultIds } : {}
|
|
221688
221917
|
})
|
|
221689
221918
|
});
|
|
221690
221919
|
const sessRes = await handleCreateSession2(sessReq);
|
|
@@ -221939,8 +222168,8 @@ function buildResponse(id, result, environmentId) {
|
|
|
221939
222168
|
};
|
|
221940
222169
|
}
|
|
221941
222170
|
var CreateSchema4;
|
|
221942
|
-
var
|
|
221943
|
-
"../agent-sdk/dist/chunk-
|
|
222171
|
+
var init_chunk_VRWXVIIG = __esm({
|
|
222172
|
+
"../agent-sdk/dist/chunk-VRWXVIIG.js"() {
|
|
221944
222173
|
"use strict";
|
|
221945
222174
|
init_chunk_RMCBO7K7();
|
|
221946
222175
|
init_chunk_F4WUVOLE();
|
|
@@ -224035,7 +224264,7 @@ function handleUpdateUserProfile(request2, id) {
|
|
|
224035
224264
|
return jsonOk(updated);
|
|
224036
224265
|
});
|
|
224037
224266
|
}
|
|
224038
|
-
var
|
|
224267
|
+
var TrustGrantSchema2, CreateSchema5, UpdateSchema4;
|
|
224039
224268
|
var init_chunk_2YZUXJAN = __esm({
|
|
224040
224269
|
"../agent-sdk/dist/chunk-2YZUXJAN.js"() {
|
|
224041
224270
|
"use strict";
|
|
@@ -224044,7 +224273,7 @@ var init_chunk_2YZUXJAN = __esm({
|
|
|
224044
224273
|
init_chunk_YOZ6WDP3();
|
|
224045
224274
|
init_chunk_EZYKRG4W();
|
|
224046
224275
|
init_zod();
|
|
224047
|
-
|
|
224276
|
+
TrustGrantSchema2 = external_exports.object({
|
|
224048
224277
|
type: external_exports.literal("vault_credential"),
|
|
224049
224278
|
vault_id: external_exports.string().min(1),
|
|
224050
224279
|
credential_id: external_exports.string().min(1)
|
|
@@ -224052,12 +224281,12 @@ var init_chunk_2YZUXJAN = __esm({
|
|
|
224052
224281
|
CreateSchema5 = external_exports.object({
|
|
224053
224282
|
external_id: external_exports.string().max(256).optional(),
|
|
224054
224283
|
display_name: external_exports.string().max(256).optional(),
|
|
224055
|
-
trust_grants: external_exports.array(
|
|
224284
|
+
trust_grants: external_exports.array(TrustGrantSchema2).max(50).optional()
|
|
224056
224285
|
});
|
|
224057
224286
|
UpdateSchema4 = external_exports.object({
|
|
224058
224287
|
external_id: external_exports.string().max(256).nullish(),
|
|
224059
224288
|
display_name: external_exports.string().max(256).nullish(),
|
|
224060
|
-
trust_grants: external_exports.array(
|
|
224289
|
+
trust_grants: external_exports.array(TrustGrantSchema2).max(50).optional()
|
|
224061
224290
|
});
|
|
224062
224291
|
}
|
|
224063
224292
|
});
|
|
@@ -224462,7 +224691,7 @@ var init_chunk_VIWYYVGR = __esm({
|
|
|
224462
224691
|
}
|
|
224463
224692
|
});
|
|
224464
224693
|
|
|
224465
|
-
// ../agent-sdk/dist/chunk-
|
|
224694
|
+
// ../agent-sdk/dist/chunk-CCNG7D6Y.js
|
|
224466
224695
|
function originFromRequest(request2) {
|
|
224467
224696
|
const headers3 = request2.headers;
|
|
224468
224697
|
const proto3 = headers3.get("x-forwarded-proto") ?? new URL(request2.url).protocol.replace(":", "");
|
|
@@ -224474,10 +224703,10 @@ async function handleGetOpenApiSpec(request2) {
|
|
|
224474
224703
|
const doc = buildOpenApiDocument({ serverUrl });
|
|
224475
224704
|
return Response.json(doc);
|
|
224476
224705
|
}
|
|
224477
|
-
var
|
|
224478
|
-
"../agent-sdk/dist/chunk-
|
|
224706
|
+
var init_chunk_CCNG7D6Y = __esm({
|
|
224707
|
+
"../agent-sdk/dist/chunk-CCNG7D6Y.js"() {
|
|
224479
224708
|
"use strict";
|
|
224480
|
-
|
|
224709
|
+
init_chunk_R43A2QH7();
|
|
224481
224710
|
}
|
|
224482
224711
|
});
|
|
224483
224712
|
|
|
@@ -226657,7 +226886,7 @@ __export(handlers_exports, {
|
|
|
226657
226886
|
var init_handlers3 = __esm({
|
|
226658
226887
|
"../agent-sdk/dist/handlers/index.js"() {
|
|
226659
226888
|
"use strict";
|
|
226660
|
-
|
|
226889
|
+
init_chunk_VRWXVIIG();
|
|
226661
226890
|
init_chunk_2HTAIROL();
|
|
226662
226891
|
init_chunk_PULMO5OO();
|
|
226663
226892
|
init_chunk_3CDJ2VQN();
|
|
@@ -226674,7 +226903,7 @@ var init_handlers3 = __esm({
|
|
|
226674
226903
|
init_chunk_W3DA3OFL();
|
|
226675
226904
|
init_chunk_VIWYYVGR();
|
|
226676
226905
|
init_chunk_UTGP4X74();
|
|
226677
|
-
|
|
226906
|
+
init_chunk_CCNG7D6Y();
|
|
226678
226907
|
init_chunk_R7MZNZNC();
|
|
226679
226908
|
init_chunk_DQIQBMC2();
|
|
226680
226909
|
init_chunk_R6NWAM37();
|
|
@@ -226704,8 +226933,8 @@ var init_handlers3 = __esm({
|
|
|
226704
226933
|
init_chunk_LJ2ZXLLT();
|
|
226705
226934
|
init_chunk_23UKWXJH();
|
|
226706
226935
|
init_chunk_ZBFU37UL();
|
|
226707
|
-
|
|
226708
|
-
|
|
226936
|
+
init_chunk_R43A2QH7();
|
|
226937
|
+
init_chunk_2HVY2WZL();
|
|
226709
226938
|
init_chunk_7346CKTF();
|
|
226710
226939
|
init_chunk_DC2UMEQH();
|
|
226711
226940
|
init_chunk_IC2ETYU5();
|
package/package.json
CHANGED