@wildix/wilma-agents-client 1.0.49 → 1.0.52

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.KnowledgeBaseSearchThreshold = exports.KnowledgeBaseSearchStrategy = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
3
+ exports.AgentEngineKind = exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.KnowledgeBaseSearchThreshold = exports.KnowledgeBaseSearchStrategy = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
4
4
  exports.AgentVisibility = {
5
5
  EXPLICIT: "explicit",
6
6
  ORGANIZATION: "organization",
@@ -138,3 +138,8 @@ exports.AgentStatus = {
138
138
  ACTIVE: "active",
139
139
  DRAFT: "draft",
140
140
  };
141
+ exports.AgentEngineKind = {
142
+ AI: "ai",
143
+ SQS: "sqs",
144
+ WEBHOOK: "webhook",
145
+ };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSpokenPhrase$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInlineSandboxOptions$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
4
- exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = exports.AgentToolVariablesAnnotation$ = exports.AgentToolVariablePredefinedHandler$ = void 0;
3
+ exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSpokenPhrase$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
4
+ exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = exports.AgentToolVariablesAnnotation$ = void 0;
5
5
  exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.VoiceBackgroundSoundSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = exports.CreateAgentInput$ = void 0;
6
6
  exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = exports.AgentGuardrailAction$ = void 0;
7
7
  const _A = "Agent";
@@ -40,7 +40,6 @@ const _AHP = "AgentHandoverPipeline";
40
40
  const _AHPg = "AgentHangupPipeline";
41
41
  const _AI = "AgentInfo";
42
42
  const _AIL = "AgentsInfoList";
43
- const _AISO = "AgentInlineSandboxOptions";
44
43
  const _AKB = "AgentKnowledgeBase";
45
44
  const _AL = "AgentsList";
46
45
  const _AQC = "AssistantQuickCommand";
@@ -83,6 +82,7 @@ const _AVCL = "AgentVersionChangesList";
83
82
  const _AVI = "AgentVersionInfo";
84
83
  const _AVIL = "AgentVersionInfoList";
85
84
  const _AVL = "AgentVariablesList";
85
+ const _AVSO = "AgentVercelSandboxOptions";
86
86
  const _AVg = "AgentVersion";
87
87
  const _AW = "AgentWorkflow";
88
88
  const _AWA = "AgentWorkflowAssignment";
@@ -303,7 +303,6 @@ const _ht = "http";
303
303
  const _i = "id";
304
304
  const _iD = "isDefault";
305
305
  const _in = "instructions";
306
- const _inl = "inline";
307
306
  const _inp = "input";
308
307
  const _int = "interruptions";
309
308
  const _k = "kind";
@@ -364,6 +363,7 @@ const _sIn = "snapshotId";
364
363
  const _sL = "searchLimit";
365
364
  const _sM = "startMessage";
366
365
  const _sMt = "startMessages";
366
+ const _sR = "secretRef";
367
367
  const _sS = "searchStrategy";
368
368
  const _sT = "searchThreshold";
369
369
  const _sTi = "silenceTimeout";
@@ -413,8 +413,10 @@ const _v = "visibility";
413
413
  const _va = "variables";
414
414
  const _val = "value";
415
415
  const _var = "variant";
416
+ const _vc = "vcpus";
416
417
  const _ve = "version";
417
418
  const _ver = "versions";
419
+ const _verc = "vercel";
418
420
  const _vo = "voice";
419
421
  const _w = "workflow";
420
422
  const _wF = "webFetch";
@@ -590,13 +592,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
590
592
  ];
591
593
  exports.AgentInfo$ = [3, n2, _AI,
592
594
  0,
593
- [_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
594
- [0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
595
- ];
596
- exports.AgentInlineSandboxOptions$ = [3, n2, _AISO,
597
- 0,
598
- [_siz, _ne, _aD],
599
- [0, 0, 64 | 0]
595
+ [_i, _n, _st, _ch, _p, _ca, _sC, _en, _sI, _as, _lV],
596
+ [0, 0, 0, 64 | 0, 0, 0, 2, 0, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
600
597
  ];
601
598
  exports.AgentKnowledgeBase$ = [3, n2, _AKB,
602
599
  0,
@@ -621,7 +618,7 @@ exports.AgentSpokenPhrase$ = [3, n2, _ASP,
621
618
  exports.AgentSqsEngine$ = [3, n2, _ASE,
622
619
  0,
623
620
  [_u, _ke, _sec],
624
- [0, 0, () => exports.SecretRef$], 3
621
+ [0, 0, () => exports.SecretRef$], 2
625
622
  ];
626
623
  exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
627
624
  0,
@@ -713,6 +710,11 @@ exports.AgentVariable$ = [3, n2, _AV,
713
710
  [_n, _t, _o, _d],
714
711
  [0, 0, 2, 0], 3
715
712
  ];
713
+ exports.AgentVercelSandboxOptions$ = [3, n2, _AVSO,
714
+ 0,
715
+ [_vc, _ne, _aD],
716
+ [1, 0, 64 | 0]
717
+ ];
716
718
  exports.AgentVersion$ = [3, n2, _AVg,
717
719
  0,
718
720
  [_aI, _ve, _def, _pA, _pB, _bOV, _n, _chan],
@@ -740,8 +742,8 @@ exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
740
742
  ];
741
743
  exports.AgentWebhookEngine$ = [3, n2, _AWE,
742
744
  0,
743
- [_u, _sec, _ti],
744
- [0, 0, 1], 2
745
+ [_u, _sR, _ti],
746
+ [0, () => exports.SecretRef$, 1], 1
745
747
  ];
746
748
  exports.AgentWebSearchCapability$ = [3, n2, _AWSC,
747
749
  0,
@@ -1275,8 +1277,8 @@ exports.AgentGuardrailCheckKind$ = [4, n2, _AGCK,
1275
1277
  ];
1276
1278
  exports.AgentSandboxCapability$ = [4, n2, _ASCg,
1277
1279
  0,
1278
- [_inl, _sn],
1279
- [() => exports.AgentInlineSandboxOptions$, () => exports.AgentSnapshotSandboxOptions$]
1280
+ [_verc, _sn],
1281
+ [() => exports.AgentVercelSandboxOptions$, () => exports.AgentSnapshotSandboxOptions$]
1280
1282
  ];
1281
1283
  exports.AgentToolAnnotation$ = [4, n2, _ATAg,
1282
1284
  0,
@@ -135,3 +135,8 @@ export const AgentStatus = {
135
135
  ACTIVE: "active",
136
136
  DRAFT: "draft",
137
137
  };
138
+ export const AgentEngineKind = {
139
+ AI: "ai",
140
+ SQS: "sqs",
141
+ WEBHOOK: "webhook",
142
+ };
@@ -34,7 +34,6 @@ const _AHP = "AgentHandoverPipeline";
34
34
  const _AHPg = "AgentHangupPipeline";
35
35
  const _AI = "AgentInfo";
36
36
  const _AIL = "AgentsInfoList";
37
- const _AISO = "AgentInlineSandboxOptions";
38
37
  const _AKB = "AgentKnowledgeBase";
39
38
  const _AL = "AgentsList";
40
39
  const _AQC = "AssistantQuickCommand";
@@ -77,6 +76,7 @@ const _AVCL = "AgentVersionChangesList";
77
76
  const _AVI = "AgentVersionInfo";
78
77
  const _AVIL = "AgentVersionInfoList";
79
78
  const _AVL = "AgentVariablesList";
79
+ const _AVSO = "AgentVercelSandboxOptions";
80
80
  const _AVg = "AgentVersion";
81
81
  const _AW = "AgentWorkflow";
82
82
  const _AWA = "AgentWorkflowAssignment";
@@ -297,7 +297,6 @@ const _ht = "http";
297
297
  const _i = "id";
298
298
  const _iD = "isDefault";
299
299
  const _in = "instructions";
300
- const _inl = "inline";
301
300
  const _inp = "input";
302
301
  const _int = "interruptions";
303
302
  const _k = "kind";
@@ -358,6 +357,7 @@ const _sIn = "snapshotId";
358
357
  const _sL = "searchLimit";
359
358
  const _sM = "startMessage";
360
359
  const _sMt = "startMessages";
360
+ const _sR = "secretRef";
361
361
  const _sS = "searchStrategy";
362
362
  const _sT = "searchThreshold";
363
363
  const _sTi = "silenceTimeout";
@@ -407,8 +407,10 @@ const _v = "visibility";
407
407
  const _va = "variables";
408
408
  const _val = "value";
409
409
  const _var = "variant";
410
+ const _vc = "vcpus";
410
411
  const _ve = "version";
411
412
  const _ver = "versions";
413
+ const _verc = "vercel";
412
414
  const _vo = "voice";
413
415
  const _w = "workflow";
414
416
  const _wF = "webFetch";
@@ -584,13 +586,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
584
586
  ];
585
587
  export var AgentInfo$ = [3, n2, _AI,
586
588
  0,
587
- [_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
588
- [0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => AssistantUiSettings$, 1], 4
589
- ];
590
- export var AgentInlineSandboxOptions$ = [3, n2, _AISO,
591
- 0,
592
- [_siz, _ne, _aD],
593
- [0, 0, 64 | 0]
589
+ [_i, _n, _st, _ch, _p, _ca, _sC, _en, _sI, _as, _lV],
590
+ [0, 0, 0, 64 | 0, 0, 0, 2, 0, 64 | 0, () => AssistantUiSettings$, 1], 4
594
591
  ];
595
592
  export var AgentKnowledgeBase$ = [3, n2, _AKB,
596
593
  0,
@@ -615,7 +612,7 @@ export var AgentSpokenPhrase$ = [3, n2, _ASP,
615
612
  export var AgentSqsEngine$ = [3, n2, _ASE,
616
613
  0,
617
614
  [_u, _ke, _sec],
618
- [0, 0, () => SecretRef$], 3
615
+ [0, 0, () => SecretRef$], 2
619
616
  ];
620
617
  export var AgentSuggestionsCapability$ = [3, n2, _ASC,
621
618
  0,
@@ -707,6 +704,11 @@ export var AgentVariable$ = [3, n2, _AV,
707
704
  [_n, _t, _o, _d],
708
705
  [0, 0, 2, 0], 3
709
706
  ];
707
+ export var AgentVercelSandboxOptions$ = [3, n2, _AVSO,
708
+ 0,
709
+ [_vc, _ne, _aD],
710
+ [1, 0, 64 | 0]
711
+ ];
710
712
  export var AgentVersion$ = [3, n2, _AVg,
711
713
  0,
712
714
  [_aI, _ve, _def, _pA, _pB, _bOV, _n, _chan],
@@ -734,8 +736,8 @@ export var AgentWebFetchCapability$ = [3, n2, _AWFC,
734
736
  ];
735
737
  export var AgentWebhookEngine$ = [3, n2, _AWE,
736
738
  0,
737
- [_u, _sec, _ti],
738
- [0, 0, 1], 2
739
+ [_u, _sR, _ti],
740
+ [0, () => SecretRef$, 1], 1
739
741
  ];
740
742
  export var AgentWebSearchCapability$ = [3, n2, _AWSC,
741
743
  0,
@@ -1269,8 +1271,8 @@ export var AgentGuardrailCheckKind$ = [4, n2, _AGCK,
1269
1271
  ];
1270
1272
  export var AgentSandboxCapability$ = [4, n2, _ASCg,
1271
1273
  0,
1272
- [_inl, _sn],
1273
- [() => AgentInlineSandboxOptions$, () => AgentSnapshotSandboxOptions$]
1274
+ [_verc, _sn],
1275
+ [() => AgentVercelSandboxOptions$, () => AgentSnapshotSandboxOptions$]
1274
1276
  ];
1275
1277
  export var AgentToolAnnotation$ = [4, n2, _ATAg,
1276
1278
  0,
@@ -285,8 +285,8 @@ declare const CreateAgentCommand_base: {
285
285
  * ],
286
286
  * },
287
287
  * sandbox: { // AgentSandboxCapability Union: only one key present
288
- * inline: { // AgentInlineSandboxOptions
289
- * size: "min" || "small" || "large" || "max",
288
+ * vercel: { // AgentVercelSandboxOptions
289
+ * vcpus: Number("int"),
290
290
  * network: "allow-all" || "deny-all" || "allowlist",
291
291
  * allowedDomains: [ // DomainNameList
292
292
  * "STRING_VALUE",
@@ -691,8 +691,8 @@ declare const CreateAgentCommand_base: {
691
691
  * annotations: "<AgentToolAnnotationsList>",
692
692
  * },
693
693
  * sandbox: {// Union: only one key present
694
- * inline: {
695
- * size: "min" || "small" || "large" || "max",
694
+ * vercel: {
695
+ * vcpus: Number("int"),
696
696
  * network: "allow-all" || "deny-all" || "allowlist",
697
697
  * allowedDomains: "<DomainNameList>",
698
698
  * },
@@ -903,13 +903,15 @@ declare const CreateAgentCommand_base: {
903
903
  * },
904
904
  * webhook: { // AgentWebhookEngine
905
905
  * url: "STRING_VALUE", // required
906
- * secret: "STRING_VALUE", // required
906
+ * secretRef: { // SecretRef
907
+ * id: "STRING_VALUE", // required
908
+ * },
907
909
  * timeout: Number("int"),
908
910
  * },
909
911
  * sqs: { // AgentSqsEngine
910
912
  * url: "STRING_VALUE", // required
911
913
  * key: "STRING_VALUE", // required
912
- * secret: { // SecretRef
914
+ * secret: {
913
915
  * id: "STRING_VALUE", // required
914
916
  * },
915
917
  * },
@@ -1172,8 +1174,8 @@ declare const CreateAgentCommand_base: {
1172
1174
  * // ],
1173
1175
  * // },
1174
1176
  * // sandbox: { // AgentSandboxCapability Union: only one key present
1175
- * // inline: { // AgentInlineSandboxOptions
1176
- * // size: "min" || "small" || "large" || "max",
1177
+ * // vercel: { // AgentVercelSandboxOptions
1178
+ * // vcpus: Number("int"),
1177
1179
  * // network: "allow-all" || "deny-all" || "allowlist",
1178
1180
  * // allowedDomains: [ // DomainNameList
1179
1181
  * // "STRING_VALUE",
@@ -1578,8 +1580,8 @@ declare const CreateAgentCommand_base: {
1578
1580
  * // annotations: "<AgentToolAnnotationsList>",
1579
1581
  * // },
1580
1582
  * // sandbox: {// Union: only one key present
1581
- * // inline: {
1582
- * // size: "min" || "small" || "large" || "max",
1583
+ * // vercel: {
1584
+ * // vcpus: Number("int"),
1583
1585
  * // network: "allow-all" || "deny-all" || "allowlist",
1584
1586
  * // allowedDomains: "<DomainNameList>",
1585
1587
  * // },
@@ -1790,13 +1792,15 @@ declare const CreateAgentCommand_base: {
1790
1792
  * // },
1791
1793
  * // webhook: { // AgentWebhookEngine
1792
1794
  * // url: "STRING_VALUE", // required
1793
- * // secret: "STRING_VALUE", // required
1795
+ * // secretRef: { // SecretRef
1796
+ * // id: "STRING_VALUE", // required
1797
+ * // },
1794
1798
  * // timeout: Number("int"),
1795
1799
  * // },
1796
1800
  * // sqs: { // AgentSqsEngine
1797
1801
  * // url: "STRING_VALUE", // required
1798
1802
  * // key: "STRING_VALUE", // required
1799
- * // secret: { // SecretRef
1803
+ * // secret: {
1800
1804
  * // id: "STRING_VALUE", // required
1801
1805
  * // },
1802
1806
  * // },
@@ -292,8 +292,8 @@ declare const GetAgentCommand_base: {
292
292
  * // ],
293
293
  * // },
294
294
  * // sandbox: { // AgentSandboxCapability Union: only one key present
295
- * // inline: { // AgentInlineSandboxOptions
296
- * // size: "min" || "small" || "large" || "max",
295
+ * // vercel: { // AgentVercelSandboxOptions
296
+ * // vcpus: Number("int"),
297
297
  * // network: "allow-all" || "deny-all" || "allowlist",
298
298
  * // allowedDomains: [ // DomainNameList
299
299
  * // "STRING_VALUE",
@@ -698,8 +698,8 @@ declare const GetAgentCommand_base: {
698
698
  * // annotations: "<AgentToolAnnotationsList>",
699
699
  * // },
700
700
  * // sandbox: {// Union: only one key present
701
- * // inline: {
702
- * // size: "min" || "small" || "large" || "max",
701
+ * // vercel: {
702
+ * // vcpus: Number("int"),
703
703
  * // network: "allow-all" || "deny-all" || "allowlist",
704
704
  * // allowedDomains: "<DomainNameList>",
705
705
  * // },
@@ -910,13 +910,15 @@ declare const GetAgentCommand_base: {
910
910
  * // },
911
911
  * // webhook: { // AgentWebhookEngine
912
912
  * // url: "STRING_VALUE", // required
913
- * // secret: "STRING_VALUE", // required
913
+ * // secretRef: { // SecretRef
914
+ * // id: "STRING_VALUE", // required
915
+ * // },
914
916
  * // timeout: Number("int"),
915
917
  * // },
916
918
  * // sqs: { // AgentSqsEngine
917
919
  * // url: "STRING_VALUE", // required
918
920
  * // key: "STRING_VALUE", // required
919
- * // secret: { // SecretRef
921
+ * // secret: {
920
922
  * // id: "STRING_VALUE", // required
921
923
  * // },
922
924
  * // },
@@ -299,8 +299,8 @@ declare const GetAgentVersionCommand_base: {
299
299
  * // ],
300
300
  * // },
301
301
  * // sandbox: { // AgentSandboxCapability Union: only one key present
302
- * // inline: { // AgentInlineSandboxOptions
303
- * // size: "min" || "small" || "large" || "max",
302
+ * // vercel: { // AgentVercelSandboxOptions
303
+ * // vcpus: Number("int"),
304
304
  * // network: "allow-all" || "deny-all" || "allowlist",
305
305
  * // allowedDomains: [ // DomainNameList
306
306
  * // "STRING_VALUE",
@@ -705,8 +705,8 @@ declare const GetAgentVersionCommand_base: {
705
705
  * // annotations: "<AgentToolAnnotationsList>",
706
706
  * // },
707
707
  * // sandbox: {// Union: only one key present
708
- * // inline: {
709
- * // size: "min" || "small" || "large" || "max",
708
+ * // vercel: {
709
+ * // vcpus: Number("int"),
710
710
  * // network: "allow-all" || "deny-all" || "allowlist",
711
711
  * // allowedDomains: "<DomainNameList>",
712
712
  * // },
@@ -917,13 +917,15 @@ declare const GetAgentVersionCommand_base: {
917
917
  * // },
918
918
  * // webhook: { // AgentWebhookEngine
919
919
  * // url: "STRING_VALUE", // required
920
- * // secret: "STRING_VALUE", // required
920
+ * // secretRef: { // SecretRef
921
+ * // id: "STRING_VALUE", // required
922
+ * // },
921
923
  * // timeout: Number("int"),
922
924
  * // },
923
925
  * // sqs: { // AgentSqsEngine
924
926
  * // url: "STRING_VALUE", // required
925
927
  * // key: "STRING_VALUE", // required
926
- * // secret: { // SecretRef
928
+ * // secret: {
927
929
  * // id: "STRING_VALUE", // required
928
930
  * // },
929
931
  * // },
@@ -297,8 +297,8 @@ declare const ListAgentsCommand_base: {
297
297
  * // ],
298
298
  * // },
299
299
  * // sandbox: { // AgentSandboxCapability Union: only one key present
300
- * // inline: { // AgentInlineSandboxOptions
301
- * // size: "min" || "small" || "large" || "max",
300
+ * // vercel: { // AgentVercelSandboxOptions
301
+ * // vcpus: Number("int"),
302
302
  * // network: "allow-all" || "deny-all" || "allowlist",
303
303
  * // allowedDomains: [ // DomainNameList
304
304
  * // "STRING_VALUE",
@@ -703,8 +703,8 @@ declare const ListAgentsCommand_base: {
703
703
  * // annotations: "<AgentToolAnnotationsList>",
704
704
  * // },
705
705
  * // sandbox: {// Union: only one key present
706
- * // inline: {
707
- * // size: "min" || "small" || "large" || "max",
706
+ * // vercel: {
707
+ * // vcpus: Number("int"),
708
708
  * // network: "allow-all" || "deny-all" || "allowlist",
709
709
  * // allowedDomains: "<DomainNameList>",
710
710
  * // },
@@ -915,13 +915,15 @@ declare const ListAgentsCommand_base: {
915
915
  * // },
916
916
  * // webhook: { // AgentWebhookEngine
917
917
  * // url: "STRING_VALUE", // required
918
- * // secret: "STRING_VALUE", // required
918
+ * // secretRef: { // SecretRef
919
+ * // id: "STRING_VALUE", // required
920
+ * // },
919
921
  * // timeout: Number("int"),
920
922
  * // },
921
923
  * // sqs: { // AgentSqsEngine
922
924
  * // url: "STRING_VALUE", // required
923
925
  * // key: "STRING_VALUE", // required
924
- * // secret: { // SecretRef
926
+ * // secret: {
925
927
  * // id: "STRING_VALUE", // required
926
928
  * // },
927
929
  * // },
@@ -54,6 +54,7 @@ declare const ListAgentsNamesCommand_base: {
54
54
  * // "voice" || "chat" || "assistant",
55
55
  * // ],
56
56
  * // speechConfigured: true || false,
57
+ * // engine: "ai" || "webhook" || "sqs",
57
58
  * // skillIds: [ // AgentSkillIdsList
58
59
  * // "STRING_VALUE",
59
60
  * // ],
@@ -301,8 +301,8 @@ declare const PublishAgentVersionCommand_base: {
301
301
  * // ],
302
302
  * // },
303
303
  * // sandbox: { // AgentSandboxCapability Union: only one key present
304
- * // inline: { // AgentInlineSandboxOptions
305
- * // size: "min" || "small" || "large" || "max",
304
+ * // vercel: { // AgentVercelSandboxOptions
305
+ * // vcpus: Number("int"),
306
306
  * // network: "allow-all" || "deny-all" || "allowlist",
307
307
  * // allowedDomains: [ // DomainNameList
308
308
  * // "STRING_VALUE",
@@ -707,8 +707,8 @@ declare const PublishAgentVersionCommand_base: {
707
707
  * // annotations: "<AgentToolAnnotationsList>",
708
708
  * // },
709
709
  * // sandbox: {// Union: only one key present
710
- * // inline: {
711
- * // size: "min" || "small" || "large" || "max",
710
+ * // vercel: {
711
+ * // vcpus: Number("int"),
712
712
  * // network: "allow-all" || "deny-all" || "allowlist",
713
713
  * // allowedDomains: "<DomainNameList>",
714
714
  * // },
@@ -919,13 +919,15 @@ declare const PublishAgentVersionCommand_base: {
919
919
  * // },
920
920
  * // webhook: { // AgentWebhookEngine
921
921
  * // url: "STRING_VALUE", // required
922
- * // secret: "STRING_VALUE", // required
922
+ * // secretRef: { // SecretRef
923
+ * // id: "STRING_VALUE", // required
924
+ * // },
923
925
  * // timeout: Number("int"),
924
926
  * // },
925
927
  * // sqs: { // AgentSqsEngine
926
928
  * // url: "STRING_VALUE", // required
927
929
  * // key: "STRING_VALUE", // required
928
- * // secret: { // SecretRef
930
+ * // secret: {
929
931
  * // id: "STRING_VALUE", // required
930
932
  * // },
931
933
  * // },
@@ -294,8 +294,8 @@ declare const RestoreAgentVersionToDraftCommand_base: {
294
294
  * // ],
295
295
  * // },
296
296
  * // sandbox: { // AgentSandboxCapability Union: only one key present
297
- * // inline: { // AgentInlineSandboxOptions
298
- * // size: "min" || "small" || "large" || "max",
297
+ * // vercel: { // AgentVercelSandboxOptions
298
+ * // vcpus: Number("int"),
299
299
  * // network: "allow-all" || "deny-all" || "allowlist",
300
300
  * // allowedDomains: [ // DomainNameList
301
301
  * // "STRING_VALUE",
@@ -700,8 +700,8 @@ declare const RestoreAgentVersionToDraftCommand_base: {
700
700
  * // annotations: "<AgentToolAnnotationsList>",
701
701
  * // },
702
702
  * // sandbox: {// Union: only one key present
703
- * // inline: {
704
- * // size: "min" || "small" || "large" || "max",
703
+ * // vercel: {
704
+ * // vcpus: Number("int"),
705
705
  * // network: "allow-all" || "deny-all" || "allowlist",
706
706
  * // allowedDomains: "<DomainNameList>",
707
707
  * // },
@@ -912,13 +912,15 @@ declare const RestoreAgentVersionToDraftCommand_base: {
912
912
  * // },
913
913
  * // webhook: { // AgentWebhookEngine
914
914
  * // url: "STRING_VALUE", // required
915
- * // secret: "STRING_VALUE", // required
915
+ * // secretRef: { // SecretRef
916
+ * // id: "STRING_VALUE", // required
917
+ * // },
916
918
  * // timeout: Number("int"),
917
919
  * // },
918
920
  * // sqs: { // AgentSqsEngine
919
921
  * // url: "STRING_VALUE", // required
920
922
  * // key: "STRING_VALUE", // required
921
- * // secret: { // SecretRef
923
+ * // secret: {
922
924
  * // id: "STRING_VALUE", // required
923
925
  * // },
924
926
  * // },
@@ -285,8 +285,8 @@ declare const UpdateAgentCommand_base: {
285
285
  * ],
286
286
  * },
287
287
  * sandbox: { // AgentSandboxCapability Union: only one key present
288
- * inline: { // AgentInlineSandboxOptions
289
- * size: "min" || "small" || "large" || "max",
288
+ * vercel: { // AgentVercelSandboxOptions
289
+ * vcpus: Number("int"),
290
290
  * network: "allow-all" || "deny-all" || "allowlist",
291
291
  * allowedDomains: [ // DomainNameList
292
292
  * "STRING_VALUE",
@@ -691,8 +691,8 @@ declare const UpdateAgentCommand_base: {
691
691
  * annotations: "<AgentToolAnnotationsList>",
692
692
  * },
693
693
  * sandbox: {// Union: only one key present
694
- * inline: {
695
- * size: "min" || "small" || "large" || "max",
694
+ * vercel: {
695
+ * vcpus: Number("int"),
696
696
  * network: "allow-all" || "deny-all" || "allowlist",
697
697
  * allowedDomains: "<DomainNameList>",
698
698
  * },
@@ -903,13 +903,15 @@ declare const UpdateAgentCommand_base: {
903
903
  * },
904
904
  * webhook: { // AgentWebhookEngine
905
905
  * url: "STRING_VALUE", // required
906
- * secret: "STRING_VALUE", // required
906
+ * secretRef: { // SecretRef
907
+ * id: "STRING_VALUE", // required
908
+ * },
907
909
  * timeout: Number("int"),
908
910
  * },
909
911
  * sqs: { // AgentSqsEngine
910
912
  * url: "STRING_VALUE", // required
911
913
  * key: "STRING_VALUE", // required
912
- * secret: { // SecretRef
914
+ * secret: {
913
915
  * id: "STRING_VALUE", // required
914
916
  * },
915
917
  * },
@@ -1174,8 +1176,8 @@ declare const UpdateAgentCommand_base: {
1174
1176
  * // ],
1175
1177
  * // },
1176
1178
  * // sandbox: { // AgentSandboxCapability Union: only one key present
1177
- * // inline: { // AgentInlineSandboxOptions
1178
- * // size: "min" || "small" || "large" || "max",
1179
+ * // vercel: { // AgentVercelSandboxOptions
1180
+ * // vcpus: Number("int"),
1179
1181
  * // network: "allow-all" || "deny-all" || "allowlist",
1180
1182
  * // allowedDomains: [ // DomainNameList
1181
1183
  * // "STRING_VALUE",
@@ -1580,8 +1582,8 @@ declare const UpdateAgentCommand_base: {
1580
1582
  * // annotations: "<AgentToolAnnotationsList>",
1581
1583
  * // },
1582
1584
  * // sandbox: {// Union: only one key present
1583
- * // inline: {
1584
- * // size: "min" || "small" || "large" || "max",
1585
+ * // vercel: {
1586
+ * // vcpus: Number("int"),
1585
1587
  * // network: "allow-all" || "deny-all" || "allowlist",
1586
1588
  * // allowedDomains: "<DomainNameList>",
1587
1589
  * // },
@@ -1792,13 +1794,15 @@ declare const UpdateAgentCommand_base: {
1792
1794
  * // },
1793
1795
  * // webhook: { // AgentWebhookEngine
1794
1796
  * // url: "STRING_VALUE", // required
1795
- * // secret: "STRING_VALUE", // required
1797
+ * // secretRef: { // SecretRef
1798
+ * // id: "STRING_VALUE", // required
1799
+ * // },
1796
1800
  * // timeout: Number("int"),
1797
1801
  * // },
1798
1802
  * // sqs: { // AgentSqsEngine
1799
1803
  * // url: "STRING_VALUE", // required
1800
1804
  * // key: "STRING_VALUE", // required
1801
- * // secret: { // SecretRef
1805
+ * // secret: {
1802
1806
  * // id: "STRING_VALUE", // required
1803
1807
  * // },
1804
1808
  * // },
@@ -215,19 +215,19 @@ export type SandboxNetworkAccess = (typeof SandboxNetworkAccess)[keyof typeof Sa
215
215
  */
216
216
  export declare const SandboxSize: {
217
217
  /**
218
- * Baseline 2 vCPU / 4 GiB memory, 10 GiB workspace; builds and data processing.
218
+ * Large allocation for heavier builds and data processing.
219
219
  */
220
220
  readonly LARGE: "large";
221
221
  /**
222
- * Baseline 4 vCPU / 8 GiB memory, 24 GiB workspace; largest allocation. Burst resources are additional, not baseline guarantees.
222
+ * Largest allocation available.
223
223
  */
224
224
  readonly MAX: "max";
225
225
  /**
226
- * Baseline 0.5 vCPU / 1 GiB memory, 2 GiB workspace; light scripting.
226
+ * Smallest allocation; enough for light scripting.
227
227
  */
228
228
  readonly MIN: "min";
229
229
  /**
230
- * Baseline 1 vCPU / 2 GiB memory, 4 GiB workspace; default for tool runs.
230
+ * Small allocation for typical tool runs.
231
231
  */
232
232
  readonly SMALL: "small";
233
233
  };
@@ -505,3 +505,25 @@ export declare const AgentStatus: {
505
505
  * @public
506
506
  */
507
507
  export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
508
+ /**
509
+ * @public
510
+ * @enum
511
+ */
512
+ export declare const AgentEngineKind: {
513
+ /**
514
+ * The managed engine: the platform runs the model, tools and knowledge lookups.
515
+ */
516
+ readonly AI: "ai";
517
+ /**
518
+ * An external backend over SQS.
519
+ */
520
+ readonly SQS: "sqs";
521
+ /**
522
+ * An external backend over HTTPS.
523
+ */
524
+ readonly WEBHOOK: "webhook";
525
+ };
526
+ /**
527
+ * @public
528
+ */
529
+ export type AgentEngineKind = (typeof AgentEngineKind)[keyof typeof AgentEngineKind];
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { ActorType, AgentGuardrailErrorMode, AgentGuardrailMode, AgentGuardrailPreset, AgentGuardrailSensitivity, AgentGuardrailWindow, AgentHandoverPipelineType, AgentHandoverVariant, AgentHangupPipelineType, AgentStatus, AgentToolPipelineType, AgentTransferPipelineType, AgentTransferVariant, AgentVariableType, AgentVisibility, AgentWorkflowEntryBehavior, AgentWorkflowFailureKind, AgentWorkflowLayout, AgentWorkflowMessageButtonVariant, ChannelType, KnowledgeBaseSearchStrategy, KnowledgeBaseSearchThreshold, SandboxNetworkAccess, SandboxSize, VoicePronunciationEncoding, WebSearchContextSize } from "./enums";
2
+ import type { ActorType, AgentEngineKind, AgentGuardrailErrorMode, AgentGuardrailMode, AgentGuardrailPreset, AgentGuardrailSensitivity, AgentGuardrailWindow, AgentHandoverPipelineType, AgentHandoverVariant, AgentHangupPipelineType, AgentStatus, AgentToolPipelineType, AgentTransferPipelineType, AgentTransferVariant, AgentVariableType, AgentVisibility, AgentWorkflowEntryBehavior, AgentWorkflowFailureKind, AgentWorkflowLayout, AgentWorkflowMessageButtonVariant, ChannelType, KnowledgeBaseSearchStrategy, KnowledgeBaseSearchThreshold, SandboxNetworkAccess, SandboxSize, VoicePronunciationEncoding, WebSearchContextSize } from "./enums";
3
3
  /**
4
4
  * A user or group that access is granted to.
5
5
  * @public
@@ -1031,17 +1031,17 @@ export interface AgentKnowledgeBase {
1031
1031
  annotations?: AgentToolAnnotation[] | undefined;
1032
1032
  }
1033
1033
  /**
1034
- * Sandbox configured inline on the agent, without a pre-built snapshot.
1034
+ * Sandbox launched from a pre-built snapshot managed by the wilma-sandbox service.
1035
1035
  * @public
1036
1036
  */
1037
- export interface AgentInlineSandboxOptions {
1037
+ export interface AgentSnapshotSandboxOptions {
1038
1038
  /**
1039
- * Platform CPU, memory and workspace allocation. Defaults to SMALL; see SandboxSize.
1039
+ * Snapshot to launch sandboxes from. Managed in the wilma-sandbox service; must be READY.
1040
1040
  * @public
1041
1041
  */
1042
- size?: SandboxSize | undefined;
1042
+ snapshotId: string;
1043
1043
  /**
1044
- * Network access. Defaults to deny-all.
1044
+ * Override the snapshot's network policy for this agent. Defaults to the snapshot's policy.
1045
1045
  * @public
1046
1046
  */
1047
1047
  network?: SandboxNetworkAccess | undefined;
@@ -1050,19 +1050,24 @@ export interface AgentInlineSandboxOptions {
1050
1050
  * @public
1051
1051
  */
1052
1052
  allowedDomains?: string[] | undefined;
1053
+ /**
1054
+ * Override the compute size for this agent. Defaults to the snapshot's size.
1055
+ * @public
1056
+ */
1057
+ size?: SandboxSize | undefined;
1053
1058
  }
1054
1059
  /**
1055
- * Sandbox launched from a pre-built snapshot managed by the wilma-sandbox service.
1060
+ * Vercel Sandbox configuration.
1056
1061
  * @public
1057
1062
  */
1058
- export interface AgentSnapshotSandboxOptions {
1063
+ export interface AgentVercelSandboxOptions {
1059
1064
  /**
1060
- * Snapshot to launch sandboxes from. Managed in the wilma-sandbox service; must be READY.
1065
+ * Number of vCPUs to allocate (2048 MB memory each).
1061
1066
  * @public
1062
1067
  */
1063
- snapshotId: string;
1068
+ vcpus?: number | undefined;
1064
1069
  /**
1065
- * Override the snapshot's network policy for this agent. Defaults to the snapshot's policy.
1070
+ * Network access. Defaults to deny-all.
1066
1071
  * @public
1067
1072
  */
1068
1073
  network?: SandboxNetworkAccess | undefined;
@@ -1071,27 +1076,22 @@ export interface AgentSnapshotSandboxOptions {
1071
1076
  * @public
1072
1077
  */
1073
1078
  allowedDomains?: string[] | undefined;
1074
- /**
1075
- * Defaults to the snapshot's built size. If supplied, must match that size: prepared images cannot be resized at launch. Build a separate snapshot to use another size.
1076
- * @public
1077
- */
1078
- size?: SandboxSize | undefined;
1079
1079
  }
1080
1080
  /**
1081
1081
  * Embedded sandbox: shell + file tools backed by an execution environment. The only capability with no `channels` list — being a union it has nowhere to carry one — so it is offered on every channel the agent serves.
1082
1082
  * @public
1083
1083
  */
1084
- export type AgentSandboxCapability = AgentSandboxCapability.InlineMember | AgentSandboxCapability.SnapshotMember | AgentSandboxCapability.$UnknownMember;
1084
+ export type AgentSandboxCapability = AgentSandboxCapability.SnapshotMember | AgentSandboxCapability.VercelMember | AgentSandboxCapability.$UnknownMember;
1085
1085
  /**
1086
1086
  * @public
1087
1087
  */
1088
1088
  export declare namespace AgentSandboxCapability {
1089
1089
  /**
1090
- * Ad-hoc sandbox configured inline on the agent.
1090
+ * Ad-hoc Vercel Sandbox configured inline on the agent.
1091
1091
  * @public
1092
1092
  */
1093
- interface InlineMember {
1094
- inline: AgentInlineSandboxOptions;
1093
+ interface VercelMember {
1094
+ vercel: AgentVercelSandboxOptions;
1095
1095
  snapshot?: never;
1096
1096
  $unknown?: never;
1097
1097
  }
@@ -1100,7 +1100,7 @@ export declare namespace AgentSandboxCapability {
1100
1100
  * @public
1101
1101
  */
1102
1102
  interface SnapshotMember {
1103
- inline?: never;
1103
+ vercel?: never;
1104
1104
  snapshot: AgentSnapshotSandboxOptions;
1105
1105
  $unknown?: never;
1106
1106
  }
@@ -1108,7 +1108,7 @@ export declare namespace AgentSandboxCapability {
1108
1108
  * @public
1109
1109
  */
1110
1110
  interface $UnknownMember {
1111
- inline?: never;
1111
+ vercel?: never;
1112
1112
  snapshot?: never;
1113
1113
  $unknown: [string, any];
1114
1114
  }
@@ -1117,7 +1117,7 @@ export declare namespace AgentSandboxCapability {
1117
1117
  *
1118
1118
  */
1119
1119
  interface Visitor<T> {
1120
- inline: (value: AgentInlineSandboxOptions) => T;
1120
+ vercel: (value: AgentVercelSandboxOptions) => T;
1121
1121
  snapshot: (value: AgentSnapshotSandboxOptions) => T;
1122
1122
  _: (name: string, value: any) => T;
1123
1123
  }
@@ -3161,29 +3161,51 @@ export interface SecretRef {
3161
3161
  id: string;
3162
3162
  }
3163
3163
  /**
3164
- * Bring-your-own backend over SQS: turns are forwarded to the queue, replies are posted back via the API.
3164
+ * Bring-your-own backend over SQS: the platform sends what happens to the queue and the backend
3165
+ * answers out of band through the channel's command plane. Authentication is the credential that
3166
+ * makes the send; there is no signature and no response.
3165
3167
  * @public
3166
3168
  */
3167
3169
  export interface AgentSqsEngine {
3168
3170
  url: string;
3169
3171
  key: string;
3170
3172
  /**
3171
- * Reference to the SQS secret access key in wilma-secrets.
3173
+ * Reference to the SQS secret access key in wilma-secrets. Optional for the same reason the
3174
+ * webhook engine's is: an agent is created before it is configured, and a console cannot
3175
+ * supply a reference to a secret nobody has chosen. The call refuses instead, naming what is
3176
+ * missing.
3172
3177
  * @public
3173
3178
  */
3174
- secret: SecretRef;
3179
+ secret?: SecretRef | undefined;
3175
3180
  }
3176
3181
  /**
3177
- * Bring-your-own backend over HTTPS: each turn is POSTed to the URL, the response is the reply.
3182
+ * Bring-your-own backend over HTTPS: the platform POSTs what happens to the URL and the backend
3183
+ * answers out of band through the channel's command plane, never in the response body — which is
3184
+ * what lets one contract serve both this engine and the queue one, where there is no body to
3185
+ * answer in. The response body is not read.
3178
3186
  * @public
3179
3187
  */
3180
3188
  export interface AgentWebhookEngine {
3181
3189
  url: string;
3182
3190
  /**
3183
- * Shared secret used to sign requests (HMAC).
3191
+ * Reference to the HMAC signing secret in wilma-secrets, resolved server-to-server at
3192
+ * delivery. A reference and never the value: an agent holds no credential, like everything
3193
+ * else on this platform. An agent migrated from the previous stack gets one created for
3194
+ * the secret it was configured with.
3195
+ *
3196
+ * A DRAFT MAY NOT HAVE ONE YET. An agent is created before it is configured — that is what
3197
+ * the draft status is for — and a console cannot supply a reference to a secret nobody has
3198
+ * chosen. The call refuses instead, naming what is missing, which is where the author finds
3199
+ * out at the only moment it matters.
3200
+ * @public
3201
+ */
3202
+ secretRef?: SecretRef | undefined;
3203
+ /**
3204
+ * How long one delivery may take, in MILLISECONDS. It bounds a single request and not the
3205
+ * call: a backend that spends all of it on every event is told about the call late, never
3206
+ * less often.
3184
3207
  * @public
3185
3208
  */
3186
- secret: string;
3187
3209
  timeout?: number | undefined;
3188
3210
  }
3189
3211
  /**
@@ -3206,7 +3228,10 @@ export declare namespace AgentEngine {
3206
3228
  $unknown?: never;
3207
3229
  }
3208
3230
  /**
3209
- * Bring-your-own backend over HTTPS: each turn is POSTed to the URL, the response is the reply.
3231
+ * Bring-your-own backend over HTTPS: the platform POSTs what happens to the URL and the backend
3232
+ * answers out of band through the channel's command plane, never in the response body — which is
3233
+ * what lets one contract serve both this engine and the queue one, where there is no body to
3234
+ * answer in. The response body is not read.
3210
3235
  * @public
3211
3236
  */
3212
3237
  interface WebhookMember {
@@ -3216,7 +3241,9 @@ export declare namespace AgentEngine {
3216
3241
  $unknown?: never;
3217
3242
  }
3218
3243
  /**
3219
- * Bring-your-own backend over SQS: turns are forwarded to the queue, replies are posted back via the API.
3244
+ * Bring-your-own backend over SQS: the platform sends what happens to the queue and the backend
3245
+ * answers out of band through the channel's command plane. Authentication is the credential that
3246
+ * makes the send; there is no signature and no response.
3220
3247
  * @public
3221
3248
  */
3222
3249
  interface SqsMember {
@@ -3440,6 +3467,19 @@ export interface AgentInfo {
3440
3467
  * @public
3441
3468
  */
3442
3469
  speechConfigured?: boolean | undefined;
3470
+ /**
3471
+ * Which engine produces this agent's replies: the managed one, or somebody else's backend
3472
+ * over a webhook or a queue. `channels` is what the agent DECLARES, and an engine is
3473
+ * implemented per channel, so the two are not the same question — an agent that declares a
3474
+ * channel its engine cannot serve is configured, listed, and silent there.
3475
+ *
3476
+ * Which channels each engine can serve is a property of the platform rather than of this
3477
+ * agent, so it does not travel per agent: every `ai` agent would carry the same answer. The
3478
+ * service enforces it where it matters — a listing filtered by channel omits an agent whose
3479
+ * engine cannot answer there, and the channel refuses the connection.
3480
+ * @public
3481
+ */
3482
+ engine?: AgentEngineKind | undefined;
3443
3483
  /**
3444
3484
  * Ids of the skills attached to this agent. Always active in this agent's sessions; user skill preferences cannot disable them.
3445
3485
  * @public
@@ -36,7 +36,6 @@ export declare var AgentHandoverPipeline$: StaticStructureSchema;
36
36
  export declare var AgentHangupCapability$: StaticStructureSchema;
37
37
  export declare var AgentHangupPipeline$: StaticStructureSchema;
38
38
  export declare var AgentInfo$: StaticStructureSchema;
39
- export declare var AgentInlineSandboxOptions$: StaticStructureSchema;
40
39
  export declare var AgentKnowledgeBase$: StaticStructureSchema;
41
40
  export declare var AgentSettings$: StaticStructureSchema;
42
41
  export declare var AgentSnapshotSandboxOptions$: StaticStructureSchema;
@@ -60,6 +59,7 @@ export declare var AgentToolVariablesAnnotation$: StaticStructureSchema;
60
59
  export declare var AgentTransferCapability$: StaticStructureSchema;
61
60
  export declare var AgentTransferPipeline$: StaticStructureSchema;
62
61
  export declare var AgentVariable$: StaticStructureSchema;
62
+ export declare var AgentVercelSandboxOptions$: StaticStructureSchema;
63
63
  export declare var AgentVersion$: StaticStructureSchema;
64
64
  export declare var AgentVersionChange$: StaticStructureSchema;
65
65
  export declare var AgentVersionInfo$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wilma-agents-client",
3
3
  "description": "@wildix/wilma-agents-client client",
4
- "version": "1.0.49",
4
+ "version": "1.0.52",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",