asteroid-odyssey 1.3.10 → 1.3.11
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/index.d.mts +294 -347
- package/dist/index.d.ts +294 -347
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -639,10 +639,6 @@ type AgentProfile = {
|
|
|
639
639
|
* The last update time of the agent profile
|
|
640
640
|
*/
|
|
641
641
|
updated_at: string;
|
|
642
|
-
/**
|
|
643
|
-
* Whether to enable tracing snapshots for the profile
|
|
644
|
-
*/
|
|
645
|
-
tracing_snapshots: boolean;
|
|
646
642
|
/**
|
|
647
643
|
* Whether to enable extra stealth for the profile
|
|
648
644
|
*/
|
|
@@ -679,10 +675,6 @@ type CreateAgentProfileRequest = {
|
|
|
679
675
|
* Optional list of cookies to create with the profile
|
|
680
676
|
*/
|
|
681
677
|
cookies: Array<Cookie>;
|
|
682
|
-
/**
|
|
683
|
-
* Whether to enable tracing snapshots for the profile
|
|
684
|
-
*/
|
|
685
|
-
tracing_snapshots?: boolean;
|
|
686
678
|
/**
|
|
687
679
|
* Whether to enable extra stealth for the profile
|
|
688
680
|
*/
|
|
@@ -723,10 +715,6 @@ type UpdateAgentProfileRequest = {
|
|
|
723
715
|
* List of cookie IDs to delete from the profile
|
|
724
716
|
*/
|
|
725
717
|
cookies_to_delete?: Array<string>;
|
|
726
|
-
/**
|
|
727
|
-
* Whether to enable tracing snapshots for the profile
|
|
728
|
-
*/
|
|
729
|
-
tracing_snapshots?: boolean;
|
|
730
718
|
/**
|
|
731
719
|
* Whether to enable extra stealth for the profile
|
|
732
720
|
*/
|
|
@@ -1239,170 +1227,6 @@ declare namespace types_gen$1 {
|
|
|
1239
1227
|
export type { types_gen$1_AgentExecutionRequest as AgentExecutionRequest, types_gen$1_AgentProfile as AgentProfile, types_gen$1_BrowserSessionRecordingResponse as BrowserSessionRecordingResponse, ClientOptions$1 as ClientOptions, types_gen$1_Cookie as Cookie, types_gen$1_CountryCode as CountryCode, types_gen$1_CreateAgentProfileData as CreateAgentProfileData, types_gen$1_CreateAgentProfileError as CreateAgentProfileError, types_gen$1_CreateAgentProfileErrors as CreateAgentProfileErrors, types_gen$1_CreateAgentProfileRequest as CreateAgentProfileRequest, types_gen$1_CreateAgentProfileResponse as CreateAgentProfileResponse, types_gen$1_CreateAgentProfileResponses as CreateAgentProfileResponses, types_gen$1_Credential as Credential, types_gen$1_DeleteAgentProfileData as DeleteAgentProfileData, types_gen$1_DeleteAgentProfileError as DeleteAgentProfileError, types_gen$1_DeleteAgentProfileErrors as DeleteAgentProfileErrors, types_gen$1_DeleteAgentProfileResponse as DeleteAgentProfileResponse, types_gen$1_DeleteAgentProfileResponses as DeleteAgentProfileResponses, types_gen$1_ErrorResponse as ErrorResponse, types_gen$1_ExecuteAgentData as ExecuteAgentData, types_gen$1_ExecuteAgentError as ExecuteAgentError, types_gen$1_ExecuteAgentErrors as ExecuteAgentErrors, types_gen$1_ExecuteAgentResponse as ExecuteAgentResponse, types_gen$1_ExecuteAgentResponses as ExecuteAgentResponses, types_gen$1_ExecuteAgentStructuredData as ExecuteAgentStructuredData, types_gen$1_ExecuteAgentStructuredError as ExecuteAgentStructuredError, types_gen$1_ExecuteAgentStructuredErrors as ExecuteAgentStructuredErrors, types_gen$1_ExecuteAgentStructuredResponse as ExecuteAgentStructuredResponse, types_gen$1_ExecuteAgentStructuredResponses as ExecuteAgentStructuredResponses, types_gen$1_ExecutionResponse as ExecutionResponse, types_gen$1_ExecutionResult as ExecutionResult, types_gen$1_ExecutionResultResponse as ExecutionResultResponse, types_gen$1_ExecutionStatusResponse as ExecutionStatusResponse, types_gen$1_GetAgentProfileData as GetAgentProfileData, types_gen$1_GetAgentProfileError as GetAgentProfileError, types_gen$1_GetAgentProfileErrors as GetAgentProfileErrors, types_gen$1_GetAgentProfileResponse as GetAgentProfileResponse, types_gen$1_GetAgentProfileResponses as GetAgentProfileResponses, types_gen$1_GetAgentProfilesData as GetAgentProfilesData, types_gen$1_GetAgentProfilesError as GetAgentProfilesError, types_gen$1_GetAgentProfilesErrors as GetAgentProfilesErrors, types_gen$1_GetAgentProfilesResponse as GetAgentProfilesResponse, types_gen$1_GetAgentProfilesResponses as GetAgentProfilesResponses, types_gen$1_GetBrowserSessionRecordingData as GetBrowserSessionRecordingData, types_gen$1_GetBrowserSessionRecordingError as GetBrowserSessionRecordingError, types_gen$1_GetBrowserSessionRecordingErrors as GetBrowserSessionRecordingErrors, types_gen$1_GetBrowserSessionRecordingResponse as GetBrowserSessionRecordingResponse, types_gen$1_GetBrowserSessionRecordingResponses as GetBrowserSessionRecordingResponses, types_gen$1_GetCredentialsPublicKeyData as GetCredentialsPublicKeyData, types_gen$1_GetCredentialsPublicKeyErrors as GetCredentialsPublicKeyErrors, types_gen$1_GetCredentialsPublicKeyResponse as GetCredentialsPublicKeyResponse, types_gen$1_GetCredentialsPublicKeyResponses as GetCredentialsPublicKeyResponses, types_gen$1_GetExecutionResultData as GetExecutionResultData, types_gen$1_GetExecutionResultError as GetExecutionResultError, types_gen$1_GetExecutionResultErrors as GetExecutionResultErrors, types_gen$1_GetExecutionResultResponse as GetExecutionResultResponse, types_gen$1_GetExecutionResultResponses as GetExecutionResultResponses, types_gen$1_GetExecutionStatusData as GetExecutionStatusData, types_gen$1_GetExecutionStatusError as GetExecutionStatusError, types_gen$1_GetExecutionStatusErrors as GetExecutionStatusErrors, types_gen$1_GetExecutionStatusResponse as GetExecutionStatusResponse, types_gen$1_GetExecutionStatusResponses as GetExecutionStatusResponses, types_gen$1_GetOpenApiData as GetOpenApiData, types_gen$1_GetOpenApiResponses as GetOpenApiResponses, types_gen$1_HealthCheckData as HealthCheckData, types_gen$1_HealthCheckError as HealthCheckError, types_gen$1_HealthCheckErrors as HealthCheckErrors, types_gen$1_HealthCheckResponse as HealthCheckResponse, types_gen$1_HealthCheckResponses as HealthCheckResponses, types_gen$1_ProxyType as ProxyType, types_gen$1_Status as Status, types_gen$1_StructuredAgentExecutionRequest as StructuredAgentExecutionRequest, types_gen$1_UpdateAgentProfileData as UpdateAgentProfileData, types_gen$1_UpdateAgentProfileError as UpdateAgentProfileError, types_gen$1_UpdateAgentProfileErrors as UpdateAgentProfileErrors, types_gen$1_UpdateAgentProfileRequest as UpdateAgentProfileRequest, types_gen$1_UpdateAgentProfileResponse as UpdateAgentProfileResponse, types_gen$1_UpdateAgentProfileResponses as UpdateAgentProfileResponses };
|
|
1240
1228
|
}
|
|
1241
1229
|
|
|
1242
|
-
type ActivityActionCompletedInfoApiCall = {
|
|
1243
|
-
actionName: 'api_call';
|
|
1244
|
-
info: AgentsExecutionApiCallCompletedDetails;
|
|
1245
|
-
};
|
|
1246
|
-
type ActivityActionCompletedInfoBrowserFileUpload = {
|
|
1247
|
-
actionName: 'browser_file_upload';
|
|
1248
|
-
info: AgentsExecutionFileUploadCompletedDetails;
|
|
1249
|
-
};
|
|
1250
|
-
type ActivityActionCompletedInfoBrowserNavigate = {
|
|
1251
|
-
actionName: 'browser_navigate';
|
|
1252
|
-
info: AgentsExecutionNavigationDetails;
|
|
1253
|
-
};
|
|
1254
|
-
type ActivityActionCompletedInfoBrowserSnapshotWithSelectors = {
|
|
1255
|
-
actionName: 'browser_snapshot_with_selectors';
|
|
1256
|
-
info: AgentsExecutionBrowserSnapshotCompletedDetails;
|
|
1257
|
-
};
|
|
1258
|
-
type ActivityActionCompletedInfoGetMail = {
|
|
1259
|
-
actionName: 'get_mail';
|
|
1260
|
-
info: AgentsExecutionGetMailCompletedDetails;
|
|
1261
|
-
};
|
|
1262
|
-
type ActivityActionCompletedInfoGoToUrl = {
|
|
1263
|
-
actionName: 'go_to_url';
|
|
1264
|
-
info: AgentsExecutionNavigationDetails;
|
|
1265
|
-
};
|
|
1266
|
-
type ActivityActionCompletedInfoHybridPlaywright = {
|
|
1267
|
-
actionName: 'hybrid_playwright';
|
|
1268
|
-
info: AgentsExecutionPlaywrightScriptCompletedDetails;
|
|
1269
|
-
};
|
|
1270
|
-
type ActivityActionCompletedInfoListFiles = {
|
|
1271
|
-
actionName: 'list_files';
|
|
1272
|
-
info: AgentsExecutionFileListCompletedDetails;
|
|
1273
|
-
};
|
|
1274
|
-
type ActivityActionCompletedInfoPlaywrightScript = {
|
|
1275
|
-
actionName: 'playwright_script';
|
|
1276
|
-
info: AgentsExecutionPlaywrightScriptCompletedDetails;
|
|
1277
|
-
};
|
|
1278
|
-
type ActivityActionCompletedInfoReadFiles = {
|
|
1279
|
-
actionName: 'read_files';
|
|
1280
|
-
info: AgentsExecutionFileReadCompletedDetails;
|
|
1281
|
-
};
|
|
1282
|
-
type ActivityActionCompletedInfoReadScratchpad = {
|
|
1283
|
-
actionName: 'read_scratchpad';
|
|
1284
|
-
info: AgentsExecutionScratchpadCompletedDetails;
|
|
1285
|
-
};
|
|
1286
|
-
type ActivityActionCompletedInfoScriptpadRead = {
|
|
1287
|
-
actionName: 'scriptpad_read';
|
|
1288
|
-
info: AgentsExecutionScriptpadReadCompletedDetails;
|
|
1289
|
-
};
|
|
1290
|
-
type ActivityActionCompletedInfoScriptpadRunFunction = {
|
|
1291
|
-
actionName: 'scriptpad_run_function';
|
|
1292
|
-
info: AgentsExecutionRunFunctionCompletedDetails;
|
|
1293
|
-
};
|
|
1294
|
-
type ActivityActionCompletedInfoScriptpadSearchReplace = {
|
|
1295
|
-
actionName: 'scriptpad_search_replace';
|
|
1296
|
-
info: AgentsExecutionScriptpadSearchReplaceCompletedDetails;
|
|
1297
|
-
};
|
|
1298
|
-
type ActivityActionCompletedInfoUploadFile = {
|
|
1299
|
-
actionName: 'upload_file';
|
|
1300
|
-
info: AgentsExecutionFileUploadCompletedDetails;
|
|
1301
|
-
};
|
|
1302
|
-
type ActivityActionCompletedInfoUploadLocalFile = {
|
|
1303
|
-
actionName: 'upload_local_file';
|
|
1304
|
-
info: AgentsExecutionFileUploadCompletedDetails;
|
|
1305
|
-
};
|
|
1306
|
-
type ActivityActionCompletedInfoWriteScratchpad = {
|
|
1307
|
-
actionName: 'write_scratchpad';
|
|
1308
|
-
info: AgentsExecutionScratchpadCompletedDetails;
|
|
1309
|
-
};
|
|
1310
|
-
type ActivityActionStartedInfoBrowserNavigate = {
|
|
1311
|
-
actionName: 'browser_navigate';
|
|
1312
|
-
info: AgentsExecutionNavigationDetails;
|
|
1313
|
-
};
|
|
1314
|
-
type ActivityActionStartedInfoGetDatetime = {
|
|
1315
|
-
actionName: 'get_datetime';
|
|
1316
|
-
info: AgentsExecutionGetDatetimeDetails;
|
|
1317
|
-
};
|
|
1318
|
-
type ActivityActionStartedInfoGoToUrl = {
|
|
1319
|
-
actionName: 'go_to_url';
|
|
1320
|
-
info: AgentsExecutionNavigationDetails;
|
|
1321
|
-
};
|
|
1322
|
-
type ActivityActionStartedInfoHybridPlaywright = {
|
|
1323
|
-
actionName: 'hybrid_playwright';
|
|
1324
|
-
info: AgentsExecutionPlaywrightScriptStartedDetails;
|
|
1325
|
-
};
|
|
1326
|
-
type ActivityActionStartedInfoPlaywrightScript = {
|
|
1327
|
-
actionName: 'playwright_script';
|
|
1328
|
-
info: AgentsExecutionPlaywrightScriptStartedDetails;
|
|
1329
|
-
};
|
|
1330
|
-
type ActivityActionStartedInfoReadScratchpad = {
|
|
1331
|
-
actionName: 'read_scratchpad';
|
|
1332
|
-
info: AgentsExecutionScratchpadCompletedDetails;
|
|
1333
|
-
};
|
|
1334
|
-
type ActivityActionStartedInfoScriptpadRead = {
|
|
1335
|
-
actionName: 'scriptpad_read';
|
|
1336
|
-
info: AgentsExecutionScriptpadReadCompletedDetails;
|
|
1337
|
-
};
|
|
1338
|
-
type ActivityActionStartedInfoScriptpadRunFunction = {
|
|
1339
|
-
actionName: 'scriptpad_run_function';
|
|
1340
|
-
info: AgentsExecutionRunFunctionCompletedDetails;
|
|
1341
|
-
};
|
|
1342
|
-
type ActivityActionStartedInfoScriptpadSearchReplace = {
|
|
1343
|
-
actionName: 'scriptpad_search_replace';
|
|
1344
|
-
info: AgentsExecutionScriptpadSearchReplaceCompletedDetails;
|
|
1345
|
-
};
|
|
1346
|
-
type ActivityActionStartedInfoWriteScratchpad = {
|
|
1347
|
-
actionName: 'write_scratchpad';
|
|
1348
|
-
info: AgentsExecutionScratchpadCompletedDetails;
|
|
1349
|
-
};
|
|
1350
|
-
type ActivityPayloadUnionActionCompleted = {
|
|
1351
|
-
activityType: 'action_completed';
|
|
1352
|
-
data: AgentsExecutionActivityActionCompletedPayload;
|
|
1353
|
-
};
|
|
1354
|
-
type ActivityPayloadUnionActionFailed = {
|
|
1355
|
-
activityType: 'action_failed';
|
|
1356
|
-
data: AgentsExecutionActivityActionFailedPayload;
|
|
1357
|
-
};
|
|
1358
|
-
type ActivityPayloadUnionActionStarted = {
|
|
1359
|
-
activityType: 'action_started';
|
|
1360
|
-
data: AgentsExecutionActivityActionStartedPayload;
|
|
1361
|
-
};
|
|
1362
|
-
type ActivityPayloadUnionFileAdded = {
|
|
1363
|
-
activityType: 'file_added';
|
|
1364
|
-
data: AgentsExecutionActivityFileAddedPayload;
|
|
1365
|
-
};
|
|
1366
|
-
type ActivityPayloadUnionGeneric = {
|
|
1367
|
-
activityType: 'generic';
|
|
1368
|
-
data: AgentsExecutionActivityGenericPayload;
|
|
1369
|
-
};
|
|
1370
|
-
type ActivityPayloadUnionPlaywrightScriptGenerated = {
|
|
1371
|
-
activityType: 'playwright_script_generated';
|
|
1372
|
-
data: AgentsExecutionActivityPlaywrightScriptGeneratedPayload;
|
|
1373
|
-
};
|
|
1374
|
-
type ActivityPayloadUnionReasoning = {
|
|
1375
|
-
activityType: 'reasoning';
|
|
1376
|
-
data: AgentsExecutionActivityReasoningPayload;
|
|
1377
|
-
};
|
|
1378
|
-
type ActivityPayloadUnionStatusChanged = {
|
|
1379
|
-
activityType: 'status_changed';
|
|
1380
|
-
data: AgentsExecutionActivityStatusChangedPayload;
|
|
1381
|
-
};
|
|
1382
|
-
type ActivityPayloadUnionStepCompleted = {
|
|
1383
|
-
activityType: 'step_completed';
|
|
1384
|
-
data: AgentsExecutionActivityStepCompletedPayload;
|
|
1385
|
-
};
|
|
1386
|
-
type ActivityPayloadUnionStepStarted = {
|
|
1387
|
-
activityType: 'step_started';
|
|
1388
|
-
data: AgentsExecutionActivityStepStartedPayload;
|
|
1389
|
-
};
|
|
1390
|
-
type ActivityPayloadUnionTerminal = {
|
|
1391
|
-
activityType: 'terminal';
|
|
1392
|
-
data: AgentsExecutionTerminalPayload;
|
|
1393
|
-
};
|
|
1394
|
-
type ActivityPayloadUnionTransitionedNode = {
|
|
1395
|
-
activityType: 'transitioned_node';
|
|
1396
|
-
data: AgentsExecutionActivityTransitionedNodePayload;
|
|
1397
|
-
};
|
|
1398
|
-
type ActivityPayloadUnionUserMessageReceived = {
|
|
1399
|
-
activityType: 'user_message_received';
|
|
1400
|
-
data: AgentsExecutionActivityUserMessageReceivedPayload;
|
|
1401
|
-
};
|
|
1402
|
-
type ActivityPayloadUnionWorkflowUpdated = {
|
|
1403
|
-
activityType: 'workflow_updated';
|
|
1404
|
-
data: AgentsExecutionActivityWorkflowUpdatedPayload;
|
|
1405
|
-
};
|
|
1406
1230
|
type AgentsAgentBase = {
|
|
1407
1231
|
id: CommonUuid;
|
|
1408
1232
|
name: string;
|
|
@@ -1443,7 +1267,7 @@ type AgentsAgentExecuteAgentResponse = {
|
|
|
1443
1267
|
executionId: CommonUuid;
|
|
1444
1268
|
};
|
|
1445
1269
|
type AgentsAgentSortField = 'name' | 'created_at';
|
|
1446
|
-
type AgentsExecutionActionName = '
|
|
1270
|
+
type AgentsExecutionActionName = 'element_click' | 'element_type' | 'element_select' | 'element_hover' | 'element_drag' | 'element_wait' | 'element_fill_form' | 'element_get_text' | 'element_file_upload' | 'coord_move' | 'coord_click' | 'coord_double_click' | 'coord_drag' | 'coord_scroll' | 'nav_to' | 'nav_back' | 'nav_refresh' | 'nav_tabs' | 'nav_close_browser' | 'nav_resize_browser' | 'nav_install_browser' | 'nav_zoom_in' | 'nav_zoom_out' | 'obs_snapshot' | 'obs_snapshot_with_selectors' | 'obs_screenshot' | 'obs_console_messages' | 'obs_network_requests' | 'obs_extract_html' | 'script_eval' | 'script_playwright' | 'script_playwright_llm_vars' | 'script_hybrid_playwright' | 'browser_press_key' | 'browser_handle_dialog' | 'browser_read_clipboard' | 'file_list' | 'file_read' | 'file_stage' | 'file_download' | 'file_pdf_save' | 'scratchpad_read' | 'scratchpad_write' | 'scriptpad_run_function' | 'scriptpad_search_replace' | 'scriptpad_read' | 'scriptpad_write' | 'ext_google_sheets_get_data' | 'ext_google_sheets_set_value' | 'ext_get_mail' | 'ext_api_call' | 'util_wait_time' | 'util_get_datetime' | 'util_generate_totp_secret' | 'util_send_user_message' | 'agent_query_context' | 'agent_compile_workflow' | 'llm_call';
|
|
1447
1271
|
type AgentsExecutionActivity = {
|
|
1448
1272
|
id: CommonUuid;
|
|
1449
1273
|
payload: AgentsExecutionActivityPayloadUnion;
|
|
@@ -1451,82 +1275,85 @@ type AgentsExecutionActivity = {
|
|
|
1451
1275
|
timestamp: string;
|
|
1452
1276
|
};
|
|
1453
1277
|
type AgentsExecutionActivityActionCompletedInfo = ({
|
|
1454
|
-
actionName: '
|
|
1455
|
-
} &
|
|
1456
|
-
actionName: '
|
|
1457
|
-
} &
|
|
1458
|
-
actionName: '
|
|
1459
|
-
} &
|
|
1460
|
-
actionName: '
|
|
1461
|
-
} &
|
|
1462
|
-
actionName: '
|
|
1463
|
-
} &
|
|
1464
|
-
actionName: '
|
|
1465
|
-
} &
|
|
1466
|
-
actionName: '
|
|
1467
|
-
} &
|
|
1468
|
-
actionName: '
|
|
1469
|
-
} &
|
|
1470
|
-
actionName: '
|
|
1471
|
-
} &
|
|
1472
|
-
actionName: '
|
|
1473
|
-
} &
|
|
1474
|
-
actionName: 'upload_local_file';
|
|
1475
|
-
} & ActivityActionCompletedInfoUploadLocalFile) | ({
|
|
1476
|
-
actionName: 'browser_file_upload';
|
|
1477
|
-
} & ActivityActionCompletedInfoBrowserFileUpload) | ({
|
|
1478
|
-
actionName: 'get_mail';
|
|
1479
|
-
} & ActivityActionCompletedInfoGetMail) | ({
|
|
1278
|
+
actionName: 'ext_api_call';
|
|
1279
|
+
} & AgentsExecutionExtApiCallCompletedDetails) | ({
|
|
1280
|
+
actionName: 'scratchpad_read';
|
|
1281
|
+
} & AgentsExecutionScratchpadReadCompletedDetails) | ({
|
|
1282
|
+
actionName: 'scratchpad_write';
|
|
1283
|
+
} & AgentsExecutionScratchpadWriteCompletedDetails) | ({
|
|
1284
|
+
actionName: 'script_playwright';
|
|
1285
|
+
} & AgentsExecutionScriptPlaywrightCompletedDetails) | ({
|
|
1286
|
+
actionName: 'script_hybrid_playwright';
|
|
1287
|
+
} & AgentsExecutionScriptHybridPlaywrightCompletedDetails) | ({
|
|
1288
|
+
actionName: 'file_read';
|
|
1289
|
+
} & AgentsExecutionFileReadCompletedDetails) | ({
|
|
1290
|
+
actionName: 'file_list';
|
|
1291
|
+
} & AgentsExecutionFileListCompletedDetails) | ({
|
|
1292
|
+
actionName: 'file_stage';
|
|
1293
|
+
} & AgentsExecutionFileStageCompletedDetails) | ({
|
|
1294
|
+
actionName: 'element_file_upload';
|
|
1295
|
+
} & AgentsExecutionElementFileUploadCompletedDetails) | ({
|
|
1296
|
+
actionName: 'ext_get_mail';
|
|
1297
|
+
} & AgentsExecutionExtGetMailCompletedDetails) | ({
|
|
1480
1298
|
actionName: 'scriptpad_run_function';
|
|
1481
|
-
} &
|
|
1299
|
+
} & AgentsExecutionScriptPadRunFunctionCompletedDetails) | ({
|
|
1482
1300
|
actionName: 'scriptpad_read';
|
|
1483
|
-
} &
|
|
1301
|
+
} & AgentsExecutionScriptpadReadCompletedDetails) | ({
|
|
1302
|
+
actionName: 'scriptpad_write';
|
|
1303
|
+
} & AgentsExecutionScriptpadWriteCompletedDetails) | ({
|
|
1484
1304
|
actionName: 'scriptpad_search_replace';
|
|
1485
|
-
} &
|
|
1486
|
-
actionName: '
|
|
1487
|
-
} &
|
|
1305
|
+
} & AgentsExecutionScriptpadSearchReplaceCompletedDetails) | ({
|
|
1306
|
+
actionName: 'obs_snapshot_with_selectors';
|
|
1307
|
+
} & AgentsExecutionObsSnapshotWithSelectorsCompletedDetails) | ({
|
|
1308
|
+
actionName: 'util_get_datetime';
|
|
1309
|
+
} & AgentsExecutionUtilGetDatetimeCompletedDetails) | ({
|
|
1310
|
+
actionName: 'nav_to';
|
|
1311
|
+
} & AgentsExecutionNavToCompletedDetails);
|
|
1488
1312
|
type AgentsExecutionActivityActionCompletedPayload = {
|
|
1313
|
+
activityType: 'action_completed';
|
|
1489
1314
|
message: string;
|
|
1315
|
+
actionId: string;
|
|
1490
1316
|
actionName: AgentsExecutionActionName;
|
|
1491
|
-
actionId?: string;
|
|
1492
1317
|
duration?: number;
|
|
1493
1318
|
info?: AgentsExecutionActivityActionCompletedInfo;
|
|
1494
1319
|
};
|
|
1495
1320
|
type AgentsExecutionActivityActionFailedPayload = {
|
|
1321
|
+
activityType: 'action_failed';
|
|
1496
1322
|
message: string;
|
|
1497
1323
|
actionName: AgentsExecutionActionName;
|
|
1498
|
-
actionId
|
|
1324
|
+
actionId: string;
|
|
1499
1325
|
duration?: number;
|
|
1500
1326
|
};
|
|
1501
1327
|
type AgentsExecutionActivityActionStartedInfo = ({
|
|
1502
|
-
actionName: '
|
|
1503
|
-
} &
|
|
1504
|
-
actionName: '
|
|
1505
|
-
} &
|
|
1506
|
-
actionName: '
|
|
1507
|
-
} &
|
|
1508
|
-
actionName: 'write_scratchpad';
|
|
1509
|
-
} & ActivityActionStartedInfoWriteScratchpad) | ({
|
|
1328
|
+
actionName: 'nav_to';
|
|
1329
|
+
} & AgentsExecutionNavToStartedDetails) | ({
|
|
1330
|
+
actionName: 'scratchpad_read';
|
|
1331
|
+
} & AgentsExecutionScratchpadReadStartedDetails) | ({
|
|
1332
|
+
actionName: 'scratchpad_write';
|
|
1333
|
+
} & AgentsExecutionScratchpadWriteStartedDetails) | ({
|
|
1510
1334
|
actionName: 'scriptpad_run_function';
|
|
1511
|
-
} &
|
|
1512
|
-
actionName: '
|
|
1513
|
-
} &
|
|
1514
|
-
actionName: '
|
|
1515
|
-
} &
|
|
1516
|
-
actionName: 'scriptpad_read';
|
|
1517
|
-
} & ActivityActionStartedInfoScriptpadRead) | ({
|
|
1335
|
+
} & AgentsExecutionScriptpadRunFunctionStartedDetails) | ({
|
|
1336
|
+
actionName: 'script_playwright';
|
|
1337
|
+
} & AgentsExecutionScriptPlaywrightStartedDetails) | ({
|
|
1338
|
+
actionName: 'script_hybrid_playwright';
|
|
1339
|
+
} & AgentsExecutionScriptHybridPlaywrightStartedDetails) | ({
|
|
1518
1340
|
actionName: 'scriptpad_search_replace';
|
|
1519
|
-
} &
|
|
1520
|
-
actionName: '
|
|
1521
|
-
} &
|
|
1341
|
+
} & AgentsExecutionScriptpadSearchReplaceStartedDetails) | ({
|
|
1342
|
+
actionName: 'util_get_datetime';
|
|
1343
|
+
} & AgentsExecutionUtilGetDatetimeStartedDetails) | ({
|
|
1344
|
+
actionName: 'scriptpad_read';
|
|
1345
|
+
} & AgentsExecutionScriptpadReadStartedDetails) | ({
|
|
1346
|
+
actionName: 'llm_call';
|
|
1347
|
+
} & AgentsExecutionLlmCallStartedDetails);
|
|
1522
1348
|
type AgentsExecutionActivityActionStartedPayload = {
|
|
1349
|
+
activityType: 'action_started';
|
|
1523
1350
|
message: string;
|
|
1524
1351
|
actionName: AgentsExecutionActionName;
|
|
1525
|
-
actionId
|
|
1526
|
-
duration?: number;
|
|
1352
|
+
actionId: string;
|
|
1527
1353
|
info?: AgentsExecutionActivityActionStartedInfo;
|
|
1528
1354
|
};
|
|
1529
1355
|
type AgentsExecutionActivityFileAddedPayload = {
|
|
1356
|
+
activityType: 'file_added';
|
|
1530
1357
|
fileId: CommonUuid;
|
|
1531
1358
|
fileName: string;
|
|
1532
1359
|
mimeType: string;
|
|
@@ -1535,38 +1362,40 @@ type AgentsExecutionActivityFileAddedPayload = {
|
|
|
1535
1362
|
presignedUrl: string;
|
|
1536
1363
|
};
|
|
1537
1364
|
type AgentsExecutionActivityGenericPayload = {
|
|
1365
|
+
activityType: 'generic';
|
|
1538
1366
|
message: string;
|
|
1539
1367
|
};
|
|
1540
1368
|
type AgentsExecutionActivityPayloadUnion = ({
|
|
1541
1369
|
activityType: 'terminal';
|
|
1542
|
-
} &
|
|
1370
|
+
} & AgentsExecutionTerminalPayload) | ({
|
|
1543
1371
|
activityType: 'generic';
|
|
1544
|
-
} &
|
|
1372
|
+
} & AgentsExecutionActivityGenericPayload) | ({
|
|
1545
1373
|
activityType: 'reasoning';
|
|
1546
|
-
} &
|
|
1374
|
+
} & AgentsExecutionActivityReasoningPayload) | ({
|
|
1547
1375
|
activityType: 'step_started';
|
|
1548
|
-
} &
|
|
1376
|
+
} & AgentsExecutionActivityStepStartedPayload) | ({
|
|
1549
1377
|
activityType: 'step_completed';
|
|
1550
|
-
} &
|
|
1378
|
+
} & AgentsExecutionActivityStepCompletedPayload) | ({
|
|
1551
1379
|
activityType: 'transitioned_node';
|
|
1552
|
-
} &
|
|
1380
|
+
} & AgentsExecutionActivityTransitionedNodePayload) | ({
|
|
1553
1381
|
activityType: 'status_changed';
|
|
1554
|
-
} &
|
|
1382
|
+
} & AgentsExecutionActivityStatusChangedPayload) | ({
|
|
1555
1383
|
activityType: 'action_started';
|
|
1556
|
-
} &
|
|
1384
|
+
} & AgentsExecutionActivityActionStartedPayload) | ({
|
|
1557
1385
|
activityType: 'action_completed';
|
|
1558
|
-
} &
|
|
1386
|
+
} & AgentsExecutionActivityActionCompletedPayload) | ({
|
|
1559
1387
|
activityType: 'action_failed';
|
|
1560
|
-
} &
|
|
1388
|
+
} & AgentsExecutionActivityActionFailedPayload) | ({
|
|
1561
1389
|
activityType: 'user_message_received';
|
|
1562
|
-
} &
|
|
1390
|
+
} & AgentsExecutionActivityUserMessageReceivedPayload) | ({
|
|
1563
1391
|
activityType: 'file_added';
|
|
1564
|
-
} &
|
|
1392
|
+
} & AgentsExecutionActivityFileAddedPayload) | ({
|
|
1565
1393
|
activityType: 'workflow_updated';
|
|
1566
|
-
} &
|
|
1394
|
+
} & AgentsExecutionActivityWorkflowUpdatedPayload) | ({
|
|
1567
1395
|
activityType: 'playwright_script_generated';
|
|
1568
|
-
} &
|
|
1396
|
+
} & AgentsExecutionActivityPlaywrightScriptGeneratedPayload);
|
|
1569
1397
|
type AgentsExecutionActivityPlaywrightScriptGeneratedPayload = {
|
|
1398
|
+
activityType: 'playwright_script_generated';
|
|
1570
1399
|
nodeId: CommonUuid;
|
|
1571
1400
|
nodeName: string;
|
|
1572
1401
|
script: string;
|
|
@@ -1575,9 +1404,11 @@ type AgentsExecutionActivityPlaywrightScriptGeneratedPayload = {
|
|
|
1575
1404
|
oldScript?: string;
|
|
1576
1405
|
};
|
|
1577
1406
|
type AgentsExecutionActivityReasoningPayload = {
|
|
1407
|
+
activityType: 'reasoning';
|
|
1578
1408
|
reasoning: string;
|
|
1579
1409
|
};
|
|
1580
1410
|
type AgentsExecutionActivityStatusChangedPayload = {
|
|
1411
|
+
activityType: 'status_changed';
|
|
1581
1412
|
status: AgentsExecutionStatus;
|
|
1582
1413
|
completedPayload?: AgentsExecutionCompletedPayload;
|
|
1583
1414
|
failedPayload?: AgentsExecutionFailedPayload;
|
|
@@ -1586,40 +1417,33 @@ type AgentsExecutionActivityStatusChangedPayload = {
|
|
|
1586
1417
|
cancelledPayload?: AgentsExecutionCancelledPayload;
|
|
1587
1418
|
};
|
|
1588
1419
|
type AgentsExecutionActivityStepCompletedPayload = {
|
|
1420
|
+
activityType: 'step_completed';
|
|
1589
1421
|
stepNumber: number;
|
|
1590
1422
|
};
|
|
1591
1423
|
type AgentsExecutionActivityStepStartedPayload = {
|
|
1424
|
+
activityType: 'step_started';
|
|
1592
1425
|
stepNumber: number;
|
|
1593
1426
|
};
|
|
1594
1427
|
type AgentsExecutionActivityTransitionedNodePayload = {
|
|
1428
|
+
activityType: 'transitioned_node';
|
|
1595
1429
|
newNodeUUID: CommonUuid;
|
|
1596
1430
|
newNodeName: string;
|
|
1597
1431
|
newNodeType: string;
|
|
1598
1432
|
fromNodeDuration?: number;
|
|
1433
|
+
transitionType?: AgentsGraphModelsTransitionsTransitionType;
|
|
1599
1434
|
};
|
|
1600
1435
|
type AgentsExecutionActivityUserMessageReceivedPayload = {
|
|
1436
|
+
activityType: 'user_message_received';
|
|
1601
1437
|
message: string;
|
|
1602
1438
|
userUUID: CommonUuid;
|
|
1603
1439
|
};
|
|
1604
1440
|
type AgentsExecutionActivityWorkflowUpdatedPayload = {
|
|
1441
|
+
activityType: 'workflow_updated';
|
|
1605
1442
|
workflowUpdate: Array<AgentsExecutionWorkflowUpdate>;
|
|
1606
1443
|
};
|
|
1607
|
-
type AgentsExecutionAgentRulesDetails = {
|
|
1608
|
-
agentRules: string;
|
|
1609
|
-
};
|
|
1610
|
-
type AgentsExecutionApiCallCompletedDetails = {
|
|
1611
|
-
statusCode: string;
|
|
1612
|
-
responseBody: string;
|
|
1613
|
-
requestMethod?: string;
|
|
1614
|
-
requestUrl?: string;
|
|
1615
|
-
};
|
|
1616
1444
|
type AgentsExecutionAwaitingConfirmationPayload = {
|
|
1617
1445
|
reason: string;
|
|
1618
1446
|
};
|
|
1619
|
-
type AgentsExecutionBrowserSnapshotCompletedDetails = {
|
|
1620
|
-
url: string;
|
|
1621
|
-
title: string;
|
|
1622
|
-
};
|
|
1623
1447
|
type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested';
|
|
1624
1448
|
type AgentsExecutionCancelledPayload = {
|
|
1625
1449
|
reason: AgentsExecutionCancelReason;
|
|
@@ -1663,6 +1487,10 @@ type AgentsExecutionCompletedPayload = {
|
|
|
1663
1487
|
result: unknown;
|
|
1664
1488
|
lessons_learned?: string;
|
|
1665
1489
|
};
|
|
1490
|
+
type AgentsExecutionElementFileUploadCompletedDetails = {
|
|
1491
|
+
actionName: 'element_file_upload';
|
|
1492
|
+
fileNames: Array<string>;
|
|
1493
|
+
};
|
|
1666
1494
|
/**
|
|
1667
1495
|
* Execution result containing outcome, reasoning, and result data
|
|
1668
1496
|
*/
|
|
@@ -1692,28 +1520,36 @@ type AgentsExecutionExecutionResult = {
|
|
|
1692
1520
|
*/
|
|
1693
1521
|
createdAt: string;
|
|
1694
1522
|
};
|
|
1523
|
+
type AgentsExecutionExtApiCallCompletedDetails = {
|
|
1524
|
+
actionName: 'ext_api_call';
|
|
1525
|
+
statusCode: string;
|
|
1526
|
+
responseBody: string;
|
|
1527
|
+
requestMethod?: string;
|
|
1528
|
+
requestUrl?: string;
|
|
1529
|
+
};
|
|
1530
|
+
type AgentsExecutionExtGetMailCompletedDetails = {
|
|
1531
|
+
actionName: 'ext_get_mail';
|
|
1532
|
+
emailCount: number;
|
|
1533
|
+
emails: Array<unknown>;
|
|
1534
|
+
};
|
|
1695
1535
|
type AgentsExecutionFailedPayload = {
|
|
1696
1536
|
reason: string;
|
|
1697
1537
|
os_error?: CommonOsError;
|
|
1698
1538
|
};
|
|
1699
1539
|
type AgentsExecutionFileListCompletedDetails = {
|
|
1540
|
+
actionName: 'file_list';
|
|
1700
1541
|
fileNames: Array<string>;
|
|
1701
1542
|
};
|
|
1702
1543
|
type AgentsExecutionFileReadCompletedDetails = {
|
|
1544
|
+
actionName: 'file_read';
|
|
1703
1545
|
fileNames: Array<string>;
|
|
1704
1546
|
errorCount?: number;
|
|
1705
1547
|
totalSizeBytes?: number;
|
|
1706
1548
|
};
|
|
1707
|
-
type
|
|
1549
|
+
type AgentsExecutionFileStageCompletedDetails = {
|
|
1550
|
+
actionName: 'file_stage';
|
|
1708
1551
|
fileNames: Array<string>;
|
|
1709
1552
|
};
|
|
1710
|
-
type AgentsExecutionGetDatetimeDetails = {
|
|
1711
|
-
tzTimezoneIdentifier: string;
|
|
1712
|
-
};
|
|
1713
|
-
type AgentsExecutionGetMailCompletedDetails = {
|
|
1714
|
-
emailCount: number;
|
|
1715
|
-
emails: Array<unknown>;
|
|
1716
|
-
};
|
|
1717
1553
|
/**
|
|
1718
1554
|
* Human-applied label for categorizing executions
|
|
1719
1555
|
*/
|
|
@@ -1739,6 +1575,11 @@ type AgentsExecutionHumanLabel = {
|
|
|
1739
1575
|
*/
|
|
1740
1576
|
createdAt: string;
|
|
1741
1577
|
};
|
|
1578
|
+
type AgentsExecutionLlmCallPurpose = 'iris_pick_next_action' | 'transition_pick_next_node' | 'output_populate_result' | 'generate_hybrid_playwright_code' | 'generate_playwright_variables';
|
|
1579
|
+
type AgentsExecutionLlmCallStartedDetails = {
|
|
1580
|
+
actionName: 'llm_call';
|
|
1581
|
+
purpose: AgentsExecutionLlmCallPurpose;
|
|
1582
|
+
};
|
|
1742
1583
|
/**
|
|
1743
1584
|
* Represents a single execution in a list view
|
|
1744
1585
|
*/
|
|
@@ -1783,6 +1624,10 @@ type AgentsExecutionListItem = {
|
|
|
1783
1624
|
* The agent display name
|
|
1784
1625
|
*/
|
|
1785
1626
|
agentName: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* The name of the agent profile used for this execution (if any)
|
|
1629
|
+
*/
|
|
1630
|
+
agentProfileName?: string;
|
|
1786
1631
|
/**
|
|
1787
1632
|
* Execution result with outcome, reasoning, and result data
|
|
1788
1633
|
*/
|
|
@@ -1805,55 +1650,123 @@ type AgentsExecutionListItem = {
|
|
|
1805
1650
|
metadata?: {
|
|
1806
1651
|
[key: string]: unknown;
|
|
1807
1652
|
};
|
|
1653
|
+
/**
|
|
1654
|
+
* Browser recording URL (if a browser session was used and execution is terminal)
|
|
1655
|
+
*/
|
|
1656
|
+
browserRecordingUrl?: string;
|
|
1657
|
+
/**
|
|
1658
|
+
* Browser live view URL for debugging (if a browser session is active and execution is running)
|
|
1659
|
+
*/
|
|
1660
|
+
browserLiveViewUrl?: string;
|
|
1808
1661
|
};
|
|
1809
|
-
type
|
|
1810
|
-
|
|
1662
|
+
type AgentsExecutionNavToCompletedDetails = {
|
|
1663
|
+
actionName: 'nav_to';
|
|
1811
1664
|
pageTitle?: string;
|
|
1812
1665
|
};
|
|
1666
|
+
type AgentsExecutionNavToStartedDetails = {
|
|
1667
|
+
actionName: 'nav_to';
|
|
1668
|
+
url: string;
|
|
1669
|
+
};
|
|
1813
1670
|
type AgentsExecutionNodeDetails = {
|
|
1814
1671
|
nodeID: CommonUuid;
|
|
1815
1672
|
nodeName: string;
|
|
1816
1673
|
nodeType: string;
|
|
1817
1674
|
};
|
|
1675
|
+
type AgentsExecutionObsSnapshotWithSelectorsCompletedDetails = {
|
|
1676
|
+
actionName: 'obs_snapshot_with_selectors';
|
|
1677
|
+
url: string;
|
|
1678
|
+
title: string;
|
|
1679
|
+
};
|
|
1818
1680
|
type AgentsExecutionPausedPayload = {
|
|
1819
1681
|
reason: string;
|
|
1820
1682
|
};
|
|
1821
|
-
type
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1683
|
+
type AgentsExecutionRulesDetails = {
|
|
1684
|
+
rules: string;
|
|
1685
|
+
};
|
|
1686
|
+
type AgentsExecutionScratchpadReadCompletedDetails = {
|
|
1687
|
+
actionName: 'scratchpad_read';
|
|
1688
|
+
content?: string;
|
|
1689
|
+
contentTruncated?: boolean;
|
|
1690
|
+
};
|
|
1691
|
+
type AgentsExecutionScratchpadReadStartedDetails = {
|
|
1692
|
+
actionName: 'scratchpad_read';
|
|
1693
|
+
operation: 'read';
|
|
1694
|
+
};
|
|
1695
|
+
type AgentsExecutionScratchpadWriteCompletedDetails = {
|
|
1696
|
+
actionName: 'scratchpad_write';
|
|
1697
|
+
linesChanged: number;
|
|
1698
|
+
totalLines: number;
|
|
1699
|
+
patchesApplied: number;
|
|
1700
|
+
content?: string;
|
|
1701
|
+
contentTruncated?: boolean;
|
|
1702
|
+
};
|
|
1703
|
+
type AgentsExecutionScratchpadWriteStartedDetails = {
|
|
1704
|
+
actionName: 'scratchpad_write';
|
|
1705
|
+
operation: 'write';
|
|
1706
|
+
};
|
|
1707
|
+
type AgentsExecutionScriptHybridPlaywrightCompletedDetails = {
|
|
1708
|
+
actionName: 'script_hybrid_playwright';
|
|
1827
1709
|
success: boolean;
|
|
1828
|
-
result
|
|
1829
|
-
|
|
1710
|
+
result: string;
|
|
1711
|
+
consoleLogs: Array<string>;
|
|
1712
|
+
failedLine?: number;
|
|
1830
1713
|
};
|
|
1831
|
-
type
|
|
1714
|
+
type AgentsExecutionScriptHybridPlaywrightStartedDetails = {
|
|
1715
|
+
actionName: 'script_hybrid_playwright';
|
|
1832
1716
|
llmVars?: Array<string>;
|
|
1833
1717
|
};
|
|
1834
|
-
type
|
|
1835
|
-
|
|
1836
|
-
arguments: unknown;
|
|
1718
|
+
type AgentsExecutionScriptPadRunFunctionCompletedDetails = {
|
|
1719
|
+
actionName: 'scriptpad_run_function';
|
|
1837
1720
|
success: boolean;
|
|
1838
|
-
result
|
|
1839
|
-
|
|
1721
|
+
result: string;
|
|
1722
|
+
consoleLogs: Array<string>;
|
|
1723
|
+
failedLine?: number;
|
|
1840
1724
|
};
|
|
1841
|
-
type
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1725
|
+
type AgentsExecutionScriptPlaywrightCompletedDetails = {
|
|
1726
|
+
actionName: 'script_playwright';
|
|
1727
|
+
success: boolean;
|
|
1728
|
+
result: string;
|
|
1729
|
+
consoleLogs: Array<string>;
|
|
1730
|
+
failedLine?: number;
|
|
1731
|
+
};
|
|
1732
|
+
type AgentsExecutionScriptPlaywrightStartedDetails = {
|
|
1733
|
+
actionName: 'script_playwright';
|
|
1734
|
+
llmVars?: Array<string>;
|
|
1845
1735
|
};
|
|
1846
1736
|
type AgentsExecutionScriptpadReadCompletedDetails = {
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1737
|
+
actionName: 'scriptpad_read';
|
|
1738
|
+
content: string;
|
|
1739
|
+
};
|
|
1740
|
+
type AgentsExecutionScriptpadReadStartedDetails = {
|
|
1741
|
+
actionName: 'scriptpad_read';
|
|
1742
|
+
offset: number;
|
|
1743
|
+
limit: number;
|
|
1744
|
+
};
|
|
1745
|
+
type AgentsExecutionScriptpadRunFunctionStartedDetails = {
|
|
1746
|
+
actionName: 'scriptpad_run_function';
|
|
1747
|
+
functionName: string;
|
|
1748
|
+
arguments: unknown;
|
|
1852
1749
|
};
|
|
1853
1750
|
type AgentsExecutionScriptpadSearchReplaceCompletedDetails = {
|
|
1854
|
-
|
|
1855
|
-
|
|
1751
|
+
actionName: 'scriptpad_search_replace';
|
|
1752
|
+
linesReplaced: number;
|
|
1753
|
+
linesReplacedWith: number;
|
|
1754
|
+
oldTotalLines: number;
|
|
1755
|
+
newTotalLines: number;
|
|
1756
|
+
oldScriptpad?: string;
|
|
1757
|
+
newScriptpad?: string;
|
|
1758
|
+
};
|
|
1759
|
+
type AgentsExecutionScriptpadSearchReplaceStartedDetails = {
|
|
1760
|
+
actionName: 'scriptpad_search_replace';
|
|
1761
|
+
search: string;
|
|
1762
|
+
replace: string;
|
|
1856
1763
|
replaceAll: boolean;
|
|
1764
|
+
};
|
|
1765
|
+
type AgentsExecutionScriptpadWriteCompletedDetails = {
|
|
1766
|
+
actionName: 'scriptpad_write';
|
|
1767
|
+
linesChanged: number;
|
|
1768
|
+
totalLines: number;
|
|
1769
|
+
patchesApplied: number;
|
|
1857
1770
|
scriptpad?: string;
|
|
1858
1771
|
};
|
|
1859
1772
|
/**
|
|
@@ -1862,6 +1775,7 @@ type AgentsExecutionScriptpadSearchReplaceCompletedDetails = {
|
|
|
1862
1775
|
type AgentsExecutionSortField = 'created_at' | 'status';
|
|
1863
1776
|
type AgentsExecutionStatus = 'starting' | 'running' | 'paused' | 'awaiting_confirmation' | 'completed' | 'cancelled' | 'failed' | 'paused_by_agent';
|
|
1864
1777
|
type AgentsExecutionTerminalPayload = {
|
|
1778
|
+
activityType: 'terminal';
|
|
1865
1779
|
reason: 'unsubscribe' | 'complete' | 'error';
|
|
1866
1780
|
message?: string;
|
|
1867
1781
|
};
|
|
@@ -1873,9 +1787,19 @@ type AgentsExecutionUpdateType = 'add' | 'edit' | 'delete';
|
|
|
1873
1787
|
type AgentsExecutionUserMessagesAddTextBody = {
|
|
1874
1788
|
message: string;
|
|
1875
1789
|
};
|
|
1790
|
+
type AgentsExecutionUtilGetDatetimeCompletedDetails = {
|
|
1791
|
+
actionName: 'util_get_datetime';
|
|
1792
|
+
usedBrowserTimezone: boolean;
|
|
1793
|
+
datetime: string;
|
|
1794
|
+
tzTimezoneIdentifier: string;
|
|
1795
|
+
};
|
|
1796
|
+
type AgentsExecutionUtilGetDatetimeStartedDetails = {
|
|
1797
|
+
actionName: 'util_get_datetime';
|
|
1798
|
+
tzTimezoneIdentifier: string;
|
|
1799
|
+
};
|
|
1876
1800
|
type AgentsExecutionWorkflowUpdate = {
|
|
1877
1801
|
updateType: AgentsExecutionUpdateType;
|
|
1878
|
-
|
|
1802
|
+
rulesDetails?: AgentsExecutionRulesDetails;
|
|
1879
1803
|
nodeDetails?: AgentsExecutionNodeDetails;
|
|
1880
1804
|
transitionDetails?: AgentsExecutionTransitionDetails;
|
|
1881
1805
|
};
|
|
@@ -1906,6 +1830,7 @@ type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
|
|
|
1906
1830
|
description: string;
|
|
1907
1831
|
};
|
|
1908
1832
|
type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType = 'string' | 'number' | 'boolean';
|
|
1833
|
+
type AgentsGraphModelsTransitionsTransitionType = 'iris' | 'selector' | 'outcome_success';
|
|
1909
1834
|
type CommonBadRequestErrorBody = {
|
|
1910
1835
|
code: 400;
|
|
1911
1836
|
message: string;
|
|
@@ -2121,6 +2046,39 @@ type ExecutionsListResponses = {
|
|
|
2121
2046
|
};
|
|
2122
2047
|
};
|
|
2123
2048
|
type ExecutionsListResponse = ExecutionsListResponses[keyof ExecutionsListResponses];
|
|
2049
|
+
type ExecutionGetData = {
|
|
2050
|
+
body?: never;
|
|
2051
|
+
path: {
|
|
2052
|
+
/**
|
|
2053
|
+
* The unique identifier of the execution
|
|
2054
|
+
*/
|
|
2055
|
+
executionId: CommonUuid;
|
|
2056
|
+
};
|
|
2057
|
+
query?: never;
|
|
2058
|
+
url: '/executions/{executionId}';
|
|
2059
|
+
};
|
|
2060
|
+
type ExecutionGetErrors = {
|
|
2061
|
+
/**
|
|
2062
|
+
* The server could not understand the request due to invalid syntax.
|
|
2063
|
+
*/
|
|
2064
|
+
400: CommonBadRequestErrorBody;
|
|
2065
|
+
/**
|
|
2066
|
+
* Access is forbidden.
|
|
2067
|
+
*/
|
|
2068
|
+
403: CommonForbiddenErrorBody;
|
|
2069
|
+
/**
|
|
2070
|
+
* The server cannot find the requested resource.
|
|
2071
|
+
*/
|
|
2072
|
+
404: CommonNotFoundErrorBody;
|
|
2073
|
+
};
|
|
2074
|
+
type ExecutionGetError = ExecutionGetErrors[keyof ExecutionGetErrors];
|
|
2075
|
+
type ExecutionGetResponses = {
|
|
2076
|
+
/**
|
|
2077
|
+
* The request has succeeded.
|
|
2078
|
+
*/
|
|
2079
|
+
200: AgentsExecutionListItem;
|
|
2080
|
+
};
|
|
2081
|
+
type ExecutionGetResponse = ExecutionGetResponses[keyof ExecutionGetResponses];
|
|
2124
2082
|
type ExecutionActivitiesGetData = {
|
|
2125
2083
|
body?: never;
|
|
2126
2084
|
path: {
|
|
@@ -2289,47 +2247,6 @@ type ClientOptions = {
|
|
|
2289
2247
|
baseUrl: 'https://odyssey.asteroid.ai/agents/v2' | (string & {});
|
|
2290
2248
|
};
|
|
2291
2249
|
|
|
2292
|
-
type types_gen_ActivityActionCompletedInfoApiCall = ActivityActionCompletedInfoApiCall;
|
|
2293
|
-
type types_gen_ActivityActionCompletedInfoBrowserFileUpload = ActivityActionCompletedInfoBrowserFileUpload;
|
|
2294
|
-
type types_gen_ActivityActionCompletedInfoBrowserNavigate = ActivityActionCompletedInfoBrowserNavigate;
|
|
2295
|
-
type types_gen_ActivityActionCompletedInfoBrowserSnapshotWithSelectors = ActivityActionCompletedInfoBrowserSnapshotWithSelectors;
|
|
2296
|
-
type types_gen_ActivityActionCompletedInfoGetMail = ActivityActionCompletedInfoGetMail;
|
|
2297
|
-
type types_gen_ActivityActionCompletedInfoGoToUrl = ActivityActionCompletedInfoGoToUrl;
|
|
2298
|
-
type types_gen_ActivityActionCompletedInfoHybridPlaywright = ActivityActionCompletedInfoHybridPlaywright;
|
|
2299
|
-
type types_gen_ActivityActionCompletedInfoListFiles = ActivityActionCompletedInfoListFiles;
|
|
2300
|
-
type types_gen_ActivityActionCompletedInfoPlaywrightScript = ActivityActionCompletedInfoPlaywrightScript;
|
|
2301
|
-
type types_gen_ActivityActionCompletedInfoReadFiles = ActivityActionCompletedInfoReadFiles;
|
|
2302
|
-
type types_gen_ActivityActionCompletedInfoReadScratchpad = ActivityActionCompletedInfoReadScratchpad;
|
|
2303
|
-
type types_gen_ActivityActionCompletedInfoScriptpadRead = ActivityActionCompletedInfoScriptpadRead;
|
|
2304
|
-
type types_gen_ActivityActionCompletedInfoScriptpadRunFunction = ActivityActionCompletedInfoScriptpadRunFunction;
|
|
2305
|
-
type types_gen_ActivityActionCompletedInfoScriptpadSearchReplace = ActivityActionCompletedInfoScriptpadSearchReplace;
|
|
2306
|
-
type types_gen_ActivityActionCompletedInfoUploadFile = ActivityActionCompletedInfoUploadFile;
|
|
2307
|
-
type types_gen_ActivityActionCompletedInfoUploadLocalFile = ActivityActionCompletedInfoUploadLocalFile;
|
|
2308
|
-
type types_gen_ActivityActionCompletedInfoWriteScratchpad = ActivityActionCompletedInfoWriteScratchpad;
|
|
2309
|
-
type types_gen_ActivityActionStartedInfoBrowserNavigate = ActivityActionStartedInfoBrowserNavigate;
|
|
2310
|
-
type types_gen_ActivityActionStartedInfoGetDatetime = ActivityActionStartedInfoGetDatetime;
|
|
2311
|
-
type types_gen_ActivityActionStartedInfoGoToUrl = ActivityActionStartedInfoGoToUrl;
|
|
2312
|
-
type types_gen_ActivityActionStartedInfoHybridPlaywright = ActivityActionStartedInfoHybridPlaywright;
|
|
2313
|
-
type types_gen_ActivityActionStartedInfoPlaywrightScript = ActivityActionStartedInfoPlaywrightScript;
|
|
2314
|
-
type types_gen_ActivityActionStartedInfoReadScratchpad = ActivityActionStartedInfoReadScratchpad;
|
|
2315
|
-
type types_gen_ActivityActionStartedInfoScriptpadRead = ActivityActionStartedInfoScriptpadRead;
|
|
2316
|
-
type types_gen_ActivityActionStartedInfoScriptpadRunFunction = ActivityActionStartedInfoScriptpadRunFunction;
|
|
2317
|
-
type types_gen_ActivityActionStartedInfoScriptpadSearchReplace = ActivityActionStartedInfoScriptpadSearchReplace;
|
|
2318
|
-
type types_gen_ActivityActionStartedInfoWriteScratchpad = ActivityActionStartedInfoWriteScratchpad;
|
|
2319
|
-
type types_gen_ActivityPayloadUnionActionCompleted = ActivityPayloadUnionActionCompleted;
|
|
2320
|
-
type types_gen_ActivityPayloadUnionActionFailed = ActivityPayloadUnionActionFailed;
|
|
2321
|
-
type types_gen_ActivityPayloadUnionActionStarted = ActivityPayloadUnionActionStarted;
|
|
2322
|
-
type types_gen_ActivityPayloadUnionFileAdded = ActivityPayloadUnionFileAdded;
|
|
2323
|
-
type types_gen_ActivityPayloadUnionGeneric = ActivityPayloadUnionGeneric;
|
|
2324
|
-
type types_gen_ActivityPayloadUnionPlaywrightScriptGenerated = ActivityPayloadUnionPlaywrightScriptGenerated;
|
|
2325
|
-
type types_gen_ActivityPayloadUnionReasoning = ActivityPayloadUnionReasoning;
|
|
2326
|
-
type types_gen_ActivityPayloadUnionStatusChanged = ActivityPayloadUnionStatusChanged;
|
|
2327
|
-
type types_gen_ActivityPayloadUnionStepCompleted = ActivityPayloadUnionStepCompleted;
|
|
2328
|
-
type types_gen_ActivityPayloadUnionStepStarted = ActivityPayloadUnionStepStarted;
|
|
2329
|
-
type types_gen_ActivityPayloadUnionTerminal = ActivityPayloadUnionTerminal;
|
|
2330
|
-
type types_gen_ActivityPayloadUnionTransitionedNode = ActivityPayloadUnionTransitionedNode;
|
|
2331
|
-
type types_gen_ActivityPayloadUnionUserMessageReceived = ActivityPayloadUnionUserMessageReceived;
|
|
2332
|
-
type types_gen_ActivityPayloadUnionWorkflowUpdated = ActivityPayloadUnionWorkflowUpdated;
|
|
2333
2250
|
type types_gen_AgentExecutePostData = AgentExecutePostData;
|
|
2334
2251
|
type types_gen_AgentExecutePostError = AgentExecutePostError;
|
|
2335
2252
|
type types_gen_AgentExecutePostErrors = AgentExecutePostErrors;
|
|
@@ -2363,32 +2280,44 @@ type types_gen_AgentsExecutionActivityStepStartedPayload = AgentsExecutionActivi
|
|
|
2363
2280
|
type types_gen_AgentsExecutionActivityTransitionedNodePayload = AgentsExecutionActivityTransitionedNodePayload;
|
|
2364
2281
|
type types_gen_AgentsExecutionActivityUserMessageReceivedPayload = AgentsExecutionActivityUserMessageReceivedPayload;
|
|
2365
2282
|
type types_gen_AgentsExecutionActivityWorkflowUpdatedPayload = AgentsExecutionActivityWorkflowUpdatedPayload;
|
|
2366
|
-
type types_gen_AgentsExecutionAgentRulesDetails = AgentsExecutionAgentRulesDetails;
|
|
2367
|
-
type types_gen_AgentsExecutionApiCallCompletedDetails = AgentsExecutionApiCallCompletedDetails;
|
|
2368
2283
|
type types_gen_AgentsExecutionAwaitingConfirmationPayload = AgentsExecutionAwaitingConfirmationPayload;
|
|
2369
|
-
type types_gen_AgentsExecutionBrowserSnapshotCompletedDetails = AgentsExecutionBrowserSnapshotCompletedDetails;
|
|
2370
2284
|
type types_gen_AgentsExecutionCancelReason = AgentsExecutionCancelReason;
|
|
2371
2285
|
type types_gen_AgentsExecutionCancelledPayload = AgentsExecutionCancelledPayload;
|
|
2372
2286
|
type types_gen_AgentsExecutionComment = AgentsExecutionComment;
|
|
2373
2287
|
type types_gen_AgentsExecutionCompletedPayload = AgentsExecutionCompletedPayload;
|
|
2288
|
+
type types_gen_AgentsExecutionElementFileUploadCompletedDetails = AgentsExecutionElementFileUploadCompletedDetails;
|
|
2374
2289
|
type types_gen_AgentsExecutionExecutionResult = AgentsExecutionExecutionResult;
|
|
2290
|
+
type types_gen_AgentsExecutionExtApiCallCompletedDetails = AgentsExecutionExtApiCallCompletedDetails;
|
|
2291
|
+
type types_gen_AgentsExecutionExtGetMailCompletedDetails = AgentsExecutionExtGetMailCompletedDetails;
|
|
2375
2292
|
type types_gen_AgentsExecutionFailedPayload = AgentsExecutionFailedPayload;
|
|
2376
2293
|
type types_gen_AgentsExecutionFileListCompletedDetails = AgentsExecutionFileListCompletedDetails;
|
|
2377
2294
|
type types_gen_AgentsExecutionFileReadCompletedDetails = AgentsExecutionFileReadCompletedDetails;
|
|
2378
|
-
type
|
|
2379
|
-
type types_gen_AgentsExecutionGetDatetimeDetails = AgentsExecutionGetDatetimeDetails;
|
|
2380
|
-
type types_gen_AgentsExecutionGetMailCompletedDetails = AgentsExecutionGetMailCompletedDetails;
|
|
2295
|
+
type types_gen_AgentsExecutionFileStageCompletedDetails = AgentsExecutionFileStageCompletedDetails;
|
|
2381
2296
|
type types_gen_AgentsExecutionHumanLabel = AgentsExecutionHumanLabel;
|
|
2382
2297
|
type types_gen_AgentsExecutionListItem = AgentsExecutionListItem;
|
|
2383
|
-
type
|
|
2298
|
+
type types_gen_AgentsExecutionLlmCallPurpose = AgentsExecutionLlmCallPurpose;
|
|
2299
|
+
type types_gen_AgentsExecutionLlmCallStartedDetails = AgentsExecutionLlmCallStartedDetails;
|
|
2300
|
+
type types_gen_AgentsExecutionNavToCompletedDetails = AgentsExecutionNavToCompletedDetails;
|
|
2301
|
+
type types_gen_AgentsExecutionNavToStartedDetails = AgentsExecutionNavToStartedDetails;
|
|
2384
2302
|
type types_gen_AgentsExecutionNodeDetails = AgentsExecutionNodeDetails;
|
|
2303
|
+
type types_gen_AgentsExecutionObsSnapshotWithSelectorsCompletedDetails = AgentsExecutionObsSnapshotWithSelectorsCompletedDetails;
|
|
2385
2304
|
type types_gen_AgentsExecutionPausedPayload = AgentsExecutionPausedPayload;
|
|
2386
|
-
type
|
|
2387
|
-
type
|
|
2388
|
-
type
|
|
2389
|
-
type
|
|
2305
|
+
type types_gen_AgentsExecutionRulesDetails = AgentsExecutionRulesDetails;
|
|
2306
|
+
type types_gen_AgentsExecutionScratchpadReadCompletedDetails = AgentsExecutionScratchpadReadCompletedDetails;
|
|
2307
|
+
type types_gen_AgentsExecutionScratchpadReadStartedDetails = AgentsExecutionScratchpadReadStartedDetails;
|
|
2308
|
+
type types_gen_AgentsExecutionScratchpadWriteCompletedDetails = AgentsExecutionScratchpadWriteCompletedDetails;
|
|
2309
|
+
type types_gen_AgentsExecutionScratchpadWriteStartedDetails = AgentsExecutionScratchpadWriteStartedDetails;
|
|
2310
|
+
type types_gen_AgentsExecutionScriptHybridPlaywrightCompletedDetails = AgentsExecutionScriptHybridPlaywrightCompletedDetails;
|
|
2311
|
+
type types_gen_AgentsExecutionScriptHybridPlaywrightStartedDetails = AgentsExecutionScriptHybridPlaywrightStartedDetails;
|
|
2312
|
+
type types_gen_AgentsExecutionScriptPadRunFunctionCompletedDetails = AgentsExecutionScriptPadRunFunctionCompletedDetails;
|
|
2313
|
+
type types_gen_AgentsExecutionScriptPlaywrightCompletedDetails = AgentsExecutionScriptPlaywrightCompletedDetails;
|
|
2314
|
+
type types_gen_AgentsExecutionScriptPlaywrightStartedDetails = AgentsExecutionScriptPlaywrightStartedDetails;
|
|
2390
2315
|
type types_gen_AgentsExecutionScriptpadReadCompletedDetails = AgentsExecutionScriptpadReadCompletedDetails;
|
|
2316
|
+
type types_gen_AgentsExecutionScriptpadReadStartedDetails = AgentsExecutionScriptpadReadStartedDetails;
|
|
2317
|
+
type types_gen_AgentsExecutionScriptpadRunFunctionStartedDetails = AgentsExecutionScriptpadRunFunctionStartedDetails;
|
|
2391
2318
|
type types_gen_AgentsExecutionScriptpadSearchReplaceCompletedDetails = AgentsExecutionScriptpadSearchReplaceCompletedDetails;
|
|
2319
|
+
type types_gen_AgentsExecutionScriptpadSearchReplaceStartedDetails = AgentsExecutionScriptpadSearchReplaceStartedDetails;
|
|
2320
|
+
type types_gen_AgentsExecutionScriptpadWriteCompletedDetails = AgentsExecutionScriptpadWriteCompletedDetails;
|
|
2392
2321
|
type types_gen_AgentsExecutionSearchAgentId = AgentsExecutionSearchAgentId;
|
|
2393
2322
|
type types_gen_AgentsExecutionSearchAgentVersion = AgentsExecutionSearchAgentVersion;
|
|
2394
2323
|
type types_gen_AgentsExecutionSearchCreatedAfter = AgentsExecutionSearchCreatedAfter;
|
|
@@ -2405,6 +2334,8 @@ type types_gen_AgentsExecutionTerminalPayload = AgentsExecutionTerminalPayload;
|
|
|
2405
2334
|
type types_gen_AgentsExecutionTransitionDetails = AgentsExecutionTransitionDetails;
|
|
2406
2335
|
type types_gen_AgentsExecutionUpdateType = AgentsExecutionUpdateType;
|
|
2407
2336
|
type types_gen_AgentsExecutionUserMessagesAddTextBody = AgentsExecutionUserMessagesAddTextBody;
|
|
2337
|
+
type types_gen_AgentsExecutionUtilGetDatetimeCompletedDetails = AgentsExecutionUtilGetDatetimeCompletedDetails;
|
|
2338
|
+
type types_gen_AgentsExecutionUtilGetDatetimeStartedDetails = AgentsExecutionUtilGetDatetimeStartedDetails;
|
|
2408
2339
|
type types_gen_AgentsExecutionWorkflowUpdate = AgentsExecutionWorkflowUpdate;
|
|
2409
2340
|
type types_gen_AgentsFilesFile = AgentsFilesFile;
|
|
2410
2341
|
type types_gen_AgentsFilesFilePart = AgentsFilesFilePart;
|
|
@@ -2412,6 +2343,7 @@ type types_gen_AgentsFilesTempFile = AgentsFilesTempFile;
|
|
|
2412
2343
|
type types_gen_AgentsFilesTempFilesResponse = AgentsFilesTempFilesResponse;
|
|
2413
2344
|
type types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar;
|
|
2414
2345
|
type types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType = AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType;
|
|
2346
|
+
type types_gen_AgentsGraphModelsTransitionsTransitionType = AgentsGraphModelsTransitionsTransitionType;
|
|
2415
2347
|
type types_gen_ClientOptions = ClientOptions;
|
|
2416
2348
|
type types_gen_CommonBadRequestErrorBody = CommonBadRequestErrorBody;
|
|
2417
2349
|
type types_gen_CommonError = CommonError;
|
|
@@ -2437,6 +2369,11 @@ type types_gen_ExecutionContextFilesUploadError = ExecutionContextFilesUploadErr
|
|
|
2437
2369
|
type types_gen_ExecutionContextFilesUploadErrors = ExecutionContextFilesUploadErrors;
|
|
2438
2370
|
type types_gen_ExecutionContextFilesUploadResponse = ExecutionContextFilesUploadResponse;
|
|
2439
2371
|
type types_gen_ExecutionContextFilesUploadResponses = ExecutionContextFilesUploadResponses;
|
|
2372
|
+
type types_gen_ExecutionGetData = ExecutionGetData;
|
|
2373
|
+
type types_gen_ExecutionGetError = ExecutionGetError;
|
|
2374
|
+
type types_gen_ExecutionGetErrors = ExecutionGetErrors;
|
|
2375
|
+
type types_gen_ExecutionGetResponse = ExecutionGetResponse;
|
|
2376
|
+
type types_gen_ExecutionGetResponses = ExecutionGetResponses;
|
|
2440
2377
|
type types_gen_ExecutionUserMessagesAddData = ExecutionUserMessagesAddData;
|
|
2441
2378
|
type types_gen_ExecutionUserMessagesAddError = ExecutionUserMessagesAddError;
|
|
2442
2379
|
type types_gen_ExecutionUserMessagesAddErrors = ExecutionUserMessagesAddErrors;
|
|
@@ -2454,7 +2391,7 @@ type types_gen_TempFilesStageResponse = TempFilesStageResponse;
|
|
|
2454
2391
|
type types_gen_TempFilesStageResponses = TempFilesStageResponses;
|
|
2455
2392
|
type types_gen_Version = Version;
|
|
2456
2393
|
declare namespace types_gen {
|
|
2457
|
-
export type { types_gen_ActivityActionCompletedInfoApiCall as ActivityActionCompletedInfoApiCall, types_gen_ActivityActionCompletedInfoBrowserFileUpload as ActivityActionCompletedInfoBrowserFileUpload, types_gen_ActivityActionCompletedInfoBrowserNavigate as ActivityActionCompletedInfoBrowserNavigate, types_gen_ActivityActionCompletedInfoBrowserSnapshotWithSelectors as ActivityActionCompletedInfoBrowserSnapshotWithSelectors, types_gen_ActivityActionCompletedInfoGetMail as ActivityActionCompletedInfoGetMail, types_gen_ActivityActionCompletedInfoGoToUrl as ActivityActionCompletedInfoGoToUrl, types_gen_ActivityActionCompletedInfoHybridPlaywright as ActivityActionCompletedInfoHybridPlaywright, types_gen_ActivityActionCompletedInfoListFiles as ActivityActionCompletedInfoListFiles, types_gen_ActivityActionCompletedInfoPlaywrightScript as ActivityActionCompletedInfoPlaywrightScript, types_gen_ActivityActionCompletedInfoReadFiles as ActivityActionCompletedInfoReadFiles, types_gen_ActivityActionCompletedInfoReadScratchpad as ActivityActionCompletedInfoReadScratchpad, types_gen_ActivityActionCompletedInfoScriptpadRead as ActivityActionCompletedInfoScriptpadRead, types_gen_ActivityActionCompletedInfoScriptpadRunFunction as ActivityActionCompletedInfoScriptpadRunFunction, types_gen_ActivityActionCompletedInfoScriptpadSearchReplace as ActivityActionCompletedInfoScriptpadSearchReplace, types_gen_ActivityActionCompletedInfoUploadFile as ActivityActionCompletedInfoUploadFile, types_gen_ActivityActionCompletedInfoUploadLocalFile as ActivityActionCompletedInfoUploadLocalFile, types_gen_ActivityActionCompletedInfoWriteScratchpad as ActivityActionCompletedInfoWriteScratchpad, types_gen_ActivityActionStartedInfoBrowserNavigate as ActivityActionStartedInfoBrowserNavigate, types_gen_ActivityActionStartedInfoGetDatetime as ActivityActionStartedInfoGetDatetime, types_gen_ActivityActionStartedInfoGoToUrl as ActivityActionStartedInfoGoToUrl, types_gen_ActivityActionStartedInfoHybridPlaywright as ActivityActionStartedInfoHybridPlaywright, types_gen_ActivityActionStartedInfoPlaywrightScript as ActivityActionStartedInfoPlaywrightScript, types_gen_ActivityActionStartedInfoReadScratchpad as ActivityActionStartedInfoReadScratchpad, types_gen_ActivityActionStartedInfoScriptpadRead as ActivityActionStartedInfoScriptpadRead, types_gen_ActivityActionStartedInfoScriptpadRunFunction as ActivityActionStartedInfoScriptpadRunFunction, types_gen_ActivityActionStartedInfoScriptpadSearchReplace as ActivityActionStartedInfoScriptpadSearchReplace, types_gen_ActivityActionStartedInfoWriteScratchpad as ActivityActionStartedInfoWriteScratchpad, types_gen_ActivityPayloadUnionActionCompleted as ActivityPayloadUnionActionCompleted, types_gen_ActivityPayloadUnionActionFailed as ActivityPayloadUnionActionFailed, types_gen_ActivityPayloadUnionActionStarted as ActivityPayloadUnionActionStarted, types_gen_ActivityPayloadUnionFileAdded as ActivityPayloadUnionFileAdded, types_gen_ActivityPayloadUnionGeneric as ActivityPayloadUnionGeneric, types_gen_ActivityPayloadUnionPlaywrightScriptGenerated as ActivityPayloadUnionPlaywrightScriptGenerated, types_gen_ActivityPayloadUnionReasoning as ActivityPayloadUnionReasoning, types_gen_ActivityPayloadUnionStatusChanged as ActivityPayloadUnionStatusChanged, types_gen_ActivityPayloadUnionStepCompleted as ActivityPayloadUnionStepCompleted, types_gen_ActivityPayloadUnionStepStarted as ActivityPayloadUnionStepStarted, types_gen_ActivityPayloadUnionTerminal as ActivityPayloadUnionTerminal, types_gen_ActivityPayloadUnionTransitionedNode as ActivityPayloadUnionTransitionedNode, types_gen_ActivityPayloadUnionUserMessageReceived as ActivityPayloadUnionUserMessageReceived, types_gen_ActivityPayloadUnionWorkflowUpdated as ActivityPayloadUnionWorkflowUpdated, types_gen_AgentExecutePostData as AgentExecutePostData, types_gen_AgentExecutePostError as AgentExecutePostError, types_gen_AgentExecutePostErrors as AgentExecutePostErrors, types_gen_AgentExecutePostResponse as AgentExecutePostResponse, types_gen_AgentExecutePostResponses as AgentExecutePostResponses, types_gen_AgentListData as AgentListData, types_gen_AgentListError as AgentListError, types_gen_AgentListErrors as AgentListErrors, types_gen_AgentListResponse as AgentListResponse, types_gen_AgentListResponses as AgentListResponses, types_gen_AgentsAgentBase as AgentsAgentBase, types_gen_AgentsAgentExecuteAgentRequest as AgentsAgentExecuteAgentRequest, types_gen_AgentsAgentExecuteAgentResponse as AgentsAgentExecuteAgentResponse, types_gen_AgentsAgentSearch as AgentsAgentSearch, types_gen_AgentsAgentSortField as AgentsAgentSortField, types_gen_AgentsExecutionActionName as AgentsExecutionActionName, types_gen_AgentsExecutionActivity as AgentsExecutionActivity, types_gen_AgentsExecutionActivityActionCompletedInfo as AgentsExecutionActivityActionCompletedInfo, types_gen_AgentsExecutionActivityActionCompletedPayload as AgentsExecutionActivityActionCompletedPayload, types_gen_AgentsExecutionActivityActionFailedPayload as AgentsExecutionActivityActionFailedPayload, types_gen_AgentsExecutionActivityActionStartedInfo as AgentsExecutionActivityActionStartedInfo, types_gen_AgentsExecutionActivityActionStartedPayload as AgentsExecutionActivityActionStartedPayload, types_gen_AgentsExecutionActivityFileAddedPayload as AgentsExecutionActivityFileAddedPayload, types_gen_AgentsExecutionActivityGenericPayload as AgentsExecutionActivityGenericPayload, types_gen_AgentsExecutionActivityPayloadUnion as AgentsExecutionActivityPayloadUnion, types_gen_AgentsExecutionActivityPlaywrightScriptGeneratedPayload as AgentsExecutionActivityPlaywrightScriptGeneratedPayload, types_gen_AgentsExecutionActivityReasoningPayload as AgentsExecutionActivityReasoningPayload, types_gen_AgentsExecutionActivityStatusChangedPayload as AgentsExecutionActivityStatusChangedPayload, types_gen_AgentsExecutionActivityStepCompletedPayload as AgentsExecutionActivityStepCompletedPayload, types_gen_AgentsExecutionActivityStepStartedPayload as AgentsExecutionActivityStepStartedPayload, types_gen_AgentsExecutionActivityTransitionedNodePayload as AgentsExecutionActivityTransitionedNodePayload, types_gen_AgentsExecutionActivityUserMessageReceivedPayload as AgentsExecutionActivityUserMessageReceivedPayload, types_gen_AgentsExecutionActivityWorkflowUpdatedPayload as AgentsExecutionActivityWorkflowUpdatedPayload, types_gen_AgentsExecutionAgentRulesDetails as AgentsExecutionAgentRulesDetails, types_gen_AgentsExecutionApiCallCompletedDetails as AgentsExecutionApiCallCompletedDetails, types_gen_AgentsExecutionAwaitingConfirmationPayload as AgentsExecutionAwaitingConfirmationPayload, types_gen_AgentsExecutionBrowserSnapshotCompletedDetails as AgentsExecutionBrowserSnapshotCompletedDetails, types_gen_AgentsExecutionCancelReason as AgentsExecutionCancelReason, types_gen_AgentsExecutionCancelledPayload as AgentsExecutionCancelledPayload, types_gen_AgentsExecutionComment as AgentsExecutionComment, types_gen_AgentsExecutionCompletedPayload as AgentsExecutionCompletedPayload, types_gen_AgentsExecutionExecutionResult as AgentsExecutionExecutionResult, types_gen_AgentsExecutionFailedPayload as AgentsExecutionFailedPayload, types_gen_AgentsExecutionFileListCompletedDetails as AgentsExecutionFileListCompletedDetails, types_gen_AgentsExecutionFileReadCompletedDetails as AgentsExecutionFileReadCompletedDetails, types_gen_AgentsExecutionFileUploadCompletedDetails as AgentsExecutionFileUploadCompletedDetails, types_gen_AgentsExecutionGetDatetimeDetails as AgentsExecutionGetDatetimeDetails, types_gen_AgentsExecutionGetMailCompletedDetails as AgentsExecutionGetMailCompletedDetails, types_gen_AgentsExecutionHumanLabel as AgentsExecutionHumanLabel, types_gen_AgentsExecutionListItem as AgentsExecutionListItem, types_gen_AgentsExecutionNavigationDetails as AgentsExecutionNavigationDetails, types_gen_AgentsExecutionNodeDetails as AgentsExecutionNodeDetails, types_gen_AgentsExecutionPausedPayload as AgentsExecutionPausedPayload, types_gen_AgentsExecutionPlaywrightScriptCompletedDetails as AgentsExecutionPlaywrightScriptCompletedDetails, types_gen_AgentsExecutionPlaywrightScriptStartedDetails as AgentsExecutionPlaywrightScriptStartedDetails, types_gen_AgentsExecutionRunFunctionCompletedDetails as AgentsExecutionRunFunctionCompletedDetails, types_gen_AgentsExecutionScratchpadCompletedDetails as AgentsExecutionScratchpadCompletedDetails, types_gen_AgentsExecutionScriptpadReadCompletedDetails as AgentsExecutionScriptpadReadCompletedDetails, types_gen_AgentsExecutionScriptpadSearchReplaceCompletedDetails as AgentsExecutionScriptpadSearchReplaceCompletedDetails, types_gen_AgentsExecutionSearchAgentId as AgentsExecutionSearchAgentId, types_gen_AgentsExecutionSearchAgentVersion as AgentsExecutionSearchAgentVersion, types_gen_AgentsExecutionSearchCreatedAfter as AgentsExecutionSearchCreatedAfter, types_gen_AgentsExecutionSearchCreatedBefore as AgentsExecutionSearchCreatedBefore, types_gen_AgentsExecutionSearchExecutionId as AgentsExecutionSearchExecutionId, types_gen_AgentsExecutionSearchHumanLabels as AgentsExecutionSearchHumanLabels, types_gen_AgentsExecutionSearchMetadataKey as AgentsExecutionSearchMetadataKey, types_gen_AgentsExecutionSearchMetadataValue as AgentsExecutionSearchMetadataValue, types_gen_AgentsExecutionSearchOutcomeLabel as AgentsExecutionSearchOutcomeLabel, types_gen_AgentsExecutionSearchStatus as AgentsExecutionSearchStatus, types_gen_AgentsExecutionSortField as AgentsExecutionSortField, types_gen_AgentsExecutionStatus as AgentsExecutionStatus, types_gen_AgentsExecutionTerminalPayload as AgentsExecutionTerminalPayload, types_gen_AgentsExecutionTransitionDetails as AgentsExecutionTransitionDetails, types_gen_AgentsExecutionUpdateType as AgentsExecutionUpdateType, types_gen_AgentsExecutionUserMessagesAddTextBody as AgentsExecutionUserMessagesAddTextBody, types_gen_AgentsExecutionWorkflowUpdate as AgentsExecutionWorkflowUpdate, types_gen_AgentsFilesFile as AgentsFilesFile, types_gen_AgentsFilesFilePart as AgentsFilesFilePart, types_gen_AgentsFilesTempFile as AgentsFilesTempFile, types_gen_AgentsFilesTempFilesResponse as AgentsFilesTempFilesResponse, types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar as AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar, types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType as AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType, types_gen_ClientOptions as ClientOptions, types_gen_CommonBadRequestErrorBody as CommonBadRequestErrorBody, types_gen_CommonError as CommonError, types_gen_CommonForbiddenErrorBody as CommonForbiddenErrorBody, types_gen_CommonNotFoundErrorBody as CommonNotFoundErrorBody, types_gen_CommonOsError as CommonOsError, types_gen_CommonPaginationPage as CommonPaginationPage, types_gen_CommonPaginationPageSize as CommonPaginationPageSize, types_gen_CommonSortDirection as CommonSortDirection, types_gen_CommonUuid as CommonUuid, types_gen_ExecutionActivitiesGetData as ExecutionActivitiesGetData, types_gen_ExecutionActivitiesGetError as ExecutionActivitiesGetError, types_gen_ExecutionActivitiesGetErrors as ExecutionActivitiesGetErrors, types_gen_ExecutionActivitiesGetResponse as ExecutionActivitiesGetResponse, types_gen_ExecutionActivitiesGetResponses as ExecutionActivitiesGetResponses, types_gen_ExecutionContextFilesGetData as ExecutionContextFilesGetData, types_gen_ExecutionContextFilesGetError as ExecutionContextFilesGetError, types_gen_ExecutionContextFilesGetErrors as ExecutionContextFilesGetErrors, types_gen_ExecutionContextFilesGetResponse as ExecutionContextFilesGetResponse, types_gen_ExecutionContextFilesGetResponses as ExecutionContextFilesGetResponses, types_gen_ExecutionContextFilesUploadData as ExecutionContextFilesUploadData, types_gen_ExecutionContextFilesUploadError as ExecutionContextFilesUploadError, types_gen_ExecutionContextFilesUploadErrors as ExecutionContextFilesUploadErrors, types_gen_ExecutionContextFilesUploadResponse as ExecutionContextFilesUploadResponse, types_gen_ExecutionContextFilesUploadResponses as ExecutionContextFilesUploadResponses, types_gen_ExecutionUserMessagesAddData as ExecutionUserMessagesAddData, types_gen_ExecutionUserMessagesAddError as ExecutionUserMessagesAddError, types_gen_ExecutionUserMessagesAddErrors as ExecutionUserMessagesAddErrors, types_gen_ExecutionUserMessagesAddResponse as ExecutionUserMessagesAddResponse, types_gen_ExecutionUserMessagesAddResponses as ExecutionUserMessagesAddResponses, types_gen_ExecutionsListData as ExecutionsListData, types_gen_ExecutionsListError as ExecutionsListError, types_gen_ExecutionsListErrors as ExecutionsListErrors, types_gen_ExecutionsListResponse as ExecutionsListResponse, types_gen_ExecutionsListResponses as ExecutionsListResponses, types_gen_TempFilesStageData as TempFilesStageData, types_gen_TempFilesStageError as TempFilesStageError, types_gen_TempFilesStageErrors as TempFilesStageErrors, types_gen_TempFilesStageResponse as TempFilesStageResponse, types_gen_TempFilesStageResponses as TempFilesStageResponses, types_gen_Version as Version };
|
|
2394
|
+
export type { types_gen_AgentExecutePostData as AgentExecutePostData, types_gen_AgentExecutePostError as AgentExecutePostError, types_gen_AgentExecutePostErrors as AgentExecutePostErrors, types_gen_AgentExecutePostResponse as AgentExecutePostResponse, types_gen_AgentExecutePostResponses as AgentExecutePostResponses, types_gen_AgentListData as AgentListData, types_gen_AgentListError as AgentListError, types_gen_AgentListErrors as AgentListErrors, types_gen_AgentListResponse as AgentListResponse, types_gen_AgentListResponses as AgentListResponses, types_gen_AgentsAgentBase as AgentsAgentBase, types_gen_AgentsAgentExecuteAgentRequest as AgentsAgentExecuteAgentRequest, types_gen_AgentsAgentExecuteAgentResponse as AgentsAgentExecuteAgentResponse, types_gen_AgentsAgentSearch as AgentsAgentSearch, types_gen_AgentsAgentSortField as AgentsAgentSortField, types_gen_AgentsExecutionActionName as AgentsExecutionActionName, types_gen_AgentsExecutionActivity as AgentsExecutionActivity, types_gen_AgentsExecutionActivityActionCompletedInfo as AgentsExecutionActivityActionCompletedInfo, types_gen_AgentsExecutionActivityActionCompletedPayload as AgentsExecutionActivityActionCompletedPayload, types_gen_AgentsExecutionActivityActionFailedPayload as AgentsExecutionActivityActionFailedPayload, types_gen_AgentsExecutionActivityActionStartedInfo as AgentsExecutionActivityActionStartedInfo, types_gen_AgentsExecutionActivityActionStartedPayload as AgentsExecutionActivityActionStartedPayload, types_gen_AgentsExecutionActivityFileAddedPayload as AgentsExecutionActivityFileAddedPayload, types_gen_AgentsExecutionActivityGenericPayload as AgentsExecutionActivityGenericPayload, types_gen_AgentsExecutionActivityPayloadUnion as AgentsExecutionActivityPayloadUnion, types_gen_AgentsExecutionActivityPlaywrightScriptGeneratedPayload as AgentsExecutionActivityPlaywrightScriptGeneratedPayload, types_gen_AgentsExecutionActivityReasoningPayload as AgentsExecutionActivityReasoningPayload, types_gen_AgentsExecutionActivityStatusChangedPayload as AgentsExecutionActivityStatusChangedPayload, types_gen_AgentsExecutionActivityStepCompletedPayload as AgentsExecutionActivityStepCompletedPayload, types_gen_AgentsExecutionActivityStepStartedPayload as AgentsExecutionActivityStepStartedPayload, types_gen_AgentsExecutionActivityTransitionedNodePayload as AgentsExecutionActivityTransitionedNodePayload, types_gen_AgentsExecutionActivityUserMessageReceivedPayload as AgentsExecutionActivityUserMessageReceivedPayload, types_gen_AgentsExecutionActivityWorkflowUpdatedPayload as AgentsExecutionActivityWorkflowUpdatedPayload, types_gen_AgentsExecutionAwaitingConfirmationPayload as AgentsExecutionAwaitingConfirmationPayload, types_gen_AgentsExecutionCancelReason as AgentsExecutionCancelReason, types_gen_AgentsExecutionCancelledPayload as AgentsExecutionCancelledPayload, types_gen_AgentsExecutionComment as AgentsExecutionComment, types_gen_AgentsExecutionCompletedPayload as AgentsExecutionCompletedPayload, types_gen_AgentsExecutionElementFileUploadCompletedDetails as AgentsExecutionElementFileUploadCompletedDetails, types_gen_AgentsExecutionExecutionResult as AgentsExecutionExecutionResult, types_gen_AgentsExecutionExtApiCallCompletedDetails as AgentsExecutionExtApiCallCompletedDetails, types_gen_AgentsExecutionExtGetMailCompletedDetails as AgentsExecutionExtGetMailCompletedDetails, types_gen_AgentsExecutionFailedPayload as AgentsExecutionFailedPayload, types_gen_AgentsExecutionFileListCompletedDetails as AgentsExecutionFileListCompletedDetails, types_gen_AgentsExecutionFileReadCompletedDetails as AgentsExecutionFileReadCompletedDetails, types_gen_AgentsExecutionFileStageCompletedDetails as AgentsExecutionFileStageCompletedDetails, types_gen_AgentsExecutionHumanLabel as AgentsExecutionHumanLabel, types_gen_AgentsExecutionListItem as AgentsExecutionListItem, types_gen_AgentsExecutionLlmCallPurpose as AgentsExecutionLlmCallPurpose, types_gen_AgentsExecutionLlmCallStartedDetails as AgentsExecutionLlmCallStartedDetails, types_gen_AgentsExecutionNavToCompletedDetails as AgentsExecutionNavToCompletedDetails, types_gen_AgentsExecutionNavToStartedDetails as AgentsExecutionNavToStartedDetails, types_gen_AgentsExecutionNodeDetails as AgentsExecutionNodeDetails, types_gen_AgentsExecutionObsSnapshotWithSelectorsCompletedDetails as AgentsExecutionObsSnapshotWithSelectorsCompletedDetails, types_gen_AgentsExecutionPausedPayload as AgentsExecutionPausedPayload, types_gen_AgentsExecutionRulesDetails as AgentsExecutionRulesDetails, types_gen_AgentsExecutionScratchpadReadCompletedDetails as AgentsExecutionScratchpadReadCompletedDetails, types_gen_AgentsExecutionScratchpadReadStartedDetails as AgentsExecutionScratchpadReadStartedDetails, types_gen_AgentsExecutionScratchpadWriteCompletedDetails as AgentsExecutionScratchpadWriteCompletedDetails, types_gen_AgentsExecutionScratchpadWriteStartedDetails as AgentsExecutionScratchpadWriteStartedDetails, types_gen_AgentsExecutionScriptHybridPlaywrightCompletedDetails as AgentsExecutionScriptHybridPlaywrightCompletedDetails, types_gen_AgentsExecutionScriptHybridPlaywrightStartedDetails as AgentsExecutionScriptHybridPlaywrightStartedDetails, types_gen_AgentsExecutionScriptPadRunFunctionCompletedDetails as AgentsExecutionScriptPadRunFunctionCompletedDetails, types_gen_AgentsExecutionScriptPlaywrightCompletedDetails as AgentsExecutionScriptPlaywrightCompletedDetails, types_gen_AgentsExecutionScriptPlaywrightStartedDetails as AgentsExecutionScriptPlaywrightStartedDetails, types_gen_AgentsExecutionScriptpadReadCompletedDetails as AgentsExecutionScriptpadReadCompletedDetails, types_gen_AgentsExecutionScriptpadReadStartedDetails as AgentsExecutionScriptpadReadStartedDetails, types_gen_AgentsExecutionScriptpadRunFunctionStartedDetails as AgentsExecutionScriptpadRunFunctionStartedDetails, types_gen_AgentsExecutionScriptpadSearchReplaceCompletedDetails as AgentsExecutionScriptpadSearchReplaceCompletedDetails, types_gen_AgentsExecutionScriptpadSearchReplaceStartedDetails as AgentsExecutionScriptpadSearchReplaceStartedDetails, types_gen_AgentsExecutionScriptpadWriteCompletedDetails as AgentsExecutionScriptpadWriteCompletedDetails, types_gen_AgentsExecutionSearchAgentId as AgentsExecutionSearchAgentId, types_gen_AgentsExecutionSearchAgentVersion as AgentsExecutionSearchAgentVersion, types_gen_AgentsExecutionSearchCreatedAfter as AgentsExecutionSearchCreatedAfter, types_gen_AgentsExecutionSearchCreatedBefore as AgentsExecutionSearchCreatedBefore, types_gen_AgentsExecutionSearchExecutionId as AgentsExecutionSearchExecutionId, types_gen_AgentsExecutionSearchHumanLabels as AgentsExecutionSearchHumanLabels, types_gen_AgentsExecutionSearchMetadataKey as AgentsExecutionSearchMetadataKey, types_gen_AgentsExecutionSearchMetadataValue as AgentsExecutionSearchMetadataValue, types_gen_AgentsExecutionSearchOutcomeLabel as AgentsExecutionSearchOutcomeLabel, types_gen_AgentsExecutionSearchStatus as AgentsExecutionSearchStatus, types_gen_AgentsExecutionSortField as AgentsExecutionSortField, types_gen_AgentsExecutionStatus as AgentsExecutionStatus, types_gen_AgentsExecutionTerminalPayload as AgentsExecutionTerminalPayload, types_gen_AgentsExecutionTransitionDetails as AgentsExecutionTransitionDetails, types_gen_AgentsExecutionUpdateType as AgentsExecutionUpdateType, types_gen_AgentsExecutionUserMessagesAddTextBody as AgentsExecutionUserMessagesAddTextBody, types_gen_AgentsExecutionUtilGetDatetimeCompletedDetails as AgentsExecutionUtilGetDatetimeCompletedDetails, types_gen_AgentsExecutionUtilGetDatetimeStartedDetails as AgentsExecutionUtilGetDatetimeStartedDetails, types_gen_AgentsExecutionWorkflowUpdate as AgentsExecutionWorkflowUpdate, types_gen_AgentsFilesFile as AgentsFilesFile, types_gen_AgentsFilesFilePart as AgentsFilesFilePart, types_gen_AgentsFilesTempFile as AgentsFilesTempFile, types_gen_AgentsFilesTempFilesResponse as AgentsFilesTempFilesResponse, types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar as AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar, types_gen_AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType as AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVarType, types_gen_AgentsGraphModelsTransitionsTransitionType as AgentsGraphModelsTransitionsTransitionType, types_gen_ClientOptions as ClientOptions, types_gen_CommonBadRequestErrorBody as CommonBadRequestErrorBody, types_gen_CommonError as CommonError, types_gen_CommonForbiddenErrorBody as CommonForbiddenErrorBody, types_gen_CommonNotFoundErrorBody as CommonNotFoundErrorBody, types_gen_CommonOsError as CommonOsError, types_gen_CommonPaginationPage as CommonPaginationPage, types_gen_CommonPaginationPageSize as CommonPaginationPageSize, types_gen_CommonSortDirection as CommonSortDirection, types_gen_CommonUuid as CommonUuid, types_gen_ExecutionActivitiesGetData as ExecutionActivitiesGetData, types_gen_ExecutionActivitiesGetError as ExecutionActivitiesGetError, types_gen_ExecutionActivitiesGetErrors as ExecutionActivitiesGetErrors, types_gen_ExecutionActivitiesGetResponse as ExecutionActivitiesGetResponse, types_gen_ExecutionActivitiesGetResponses as ExecutionActivitiesGetResponses, types_gen_ExecutionContextFilesGetData as ExecutionContextFilesGetData, types_gen_ExecutionContextFilesGetError as ExecutionContextFilesGetError, types_gen_ExecutionContextFilesGetErrors as ExecutionContextFilesGetErrors, types_gen_ExecutionContextFilesGetResponse as ExecutionContextFilesGetResponse, types_gen_ExecutionContextFilesGetResponses as ExecutionContextFilesGetResponses, types_gen_ExecutionContextFilesUploadData as ExecutionContextFilesUploadData, types_gen_ExecutionContextFilesUploadError as ExecutionContextFilesUploadError, types_gen_ExecutionContextFilesUploadErrors as ExecutionContextFilesUploadErrors, types_gen_ExecutionContextFilesUploadResponse as ExecutionContextFilesUploadResponse, types_gen_ExecutionContextFilesUploadResponses as ExecutionContextFilesUploadResponses, types_gen_ExecutionGetData as ExecutionGetData, types_gen_ExecutionGetError as ExecutionGetError, types_gen_ExecutionGetErrors as ExecutionGetErrors, types_gen_ExecutionGetResponse as ExecutionGetResponse, types_gen_ExecutionGetResponses as ExecutionGetResponses, types_gen_ExecutionUserMessagesAddData as ExecutionUserMessagesAddData, types_gen_ExecutionUserMessagesAddError as ExecutionUserMessagesAddError, types_gen_ExecutionUserMessagesAddErrors as ExecutionUserMessagesAddErrors, types_gen_ExecutionUserMessagesAddResponse as ExecutionUserMessagesAddResponse, types_gen_ExecutionUserMessagesAddResponses as ExecutionUserMessagesAddResponses, types_gen_ExecutionsListData as ExecutionsListData, types_gen_ExecutionsListError as ExecutionsListError, types_gen_ExecutionsListErrors as ExecutionsListErrors, types_gen_ExecutionsListResponse as ExecutionsListResponse, types_gen_ExecutionsListResponses as ExecutionsListResponses, types_gen_TempFilesStageData as TempFilesStageData, types_gen_TempFilesStageError as TempFilesStageError, types_gen_TempFilesStageErrors as TempFilesStageErrors, types_gen_TempFilesStageResponse as TempFilesStageResponse, types_gen_TempFilesStageResponses as TempFilesStageResponses, types_gen_Version as Version };
|
|
2458
2395
|
}
|
|
2459
2396
|
|
|
2460
2397
|
type Options$1<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$2<TData, ThrowOnError> & {
|
|
@@ -2487,19 +2424,23 @@ declare const executeAgent$1: <ThrowOnError extends boolean = false>(options: Op
|
|
|
2487
2424
|
/**
|
|
2488
2425
|
* Execute an agent with structured parameters
|
|
2489
2426
|
* Executes an agent with structured parameters including optional agent profile configuration. This is the recommended method for new integrations.
|
|
2427
|
+
* @deprecated
|
|
2490
2428
|
*/
|
|
2491
2429
|
declare const executeAgentStructured: <ThrowOnError extends boolean = false>(options: Options$1<ExecuteAgentStructuredData, ThrowOnError>) => RequestResult<ExecuteAgentStructuredResponses, ExecuteAgentStructuredErrors, ThrowOnError, "fields">;
|
|
2492
2430
|
/**
|
|
2493
2431
|
* Get execution status
|
|
2432
|
+
* @deprecated
|
|
2494
2433
|
*/
|
|
2495
2434
|
declare const getExecutionStatus$1: <ThrowOnError extends boolean = false>(options: Options$1<GetExecutionStatusData, ThrowOnError>) => RequestResult<GetExecutionStatusResponses, GetExecutionStatusErrors, ThrowOnError, "fields">;
|
|
2496
2435
|
/**
|
|
2497
2436
|
* Get execution result
|
|
2437
|
+
* @deprecated
|
|
2498
2438
|
*/
|
|
2499
2439
|
declare const getExecutionResult$1: <ThrowOnError extends boolean = false>(options: Options$1<GetExecutionResultData, ThrowOnError>) => RequestResult<GetExecutionResultResponses, GetExecutionResultErrors, ThrowOnError, "fields">;
|
|
2500
2440
|
/**
|
|
2501
2441
|
* Get browser session recording
|
|
2502
2442
|
* Retrieves the browser session recording URL for a completed execution
|
|
2443
|
+
* @deprecated
|
|
2503
2444
|
*/
|
|
2504
2445
|
declare const getBrowserSessionRecording$1: <ThrowOnError extends boolean = false>(options: Options$1<GetBrowserSessionRecordingData, ThrowOnError>) => RequestResult<GetBrowserSessionRecordingResponses, GetBrowserSessionRecordingErrors, ThrowOnError, "fields">;
|
|
2505
2446
|
/**
|
|
@@ -2563,6 +2504,11 @@ declare const agentExecutePost: <ThrowOnError extends boolean = false>(options:
|
|
|
2563
2504
|
* List executions with filtering and pagination
|
|
2564
2505
|
*/
|
|
2565
2506
|
declare const executionsList: <ThrowOnError extends boolean = false>(options: Options<ExecutionsListData, ThrowOnError>) => RequestResult$1<ExecutionsListResponses, ExecutionsListErrors, ThrowOnError, "fields">;
|
|
2507
|
+
/**
|
|
2508
|
+
* Get execution
|
|
2509
|
+
* Get a single execution by ID with all details
|
|
2510
|
+
*/
|
|
2511
|
+
declare const executionGet: <ThrowOnError extends boolean = false>(options: Options<ExecutionGetData, ThrowOnError>) => RequestResult$1<ExecutionGetResponses, ExecutionGetErrors, ThrowOnError, "fields">;
|
|
2566
2512
|
/**
|
|
2567
2513
|
* Retrieve execution activities
|
|
2568
2514
|
* Get activities for an execution
|
|
@@ -2587,11 +2533,12 @@ declare const sdk_gen_agentList: typeof agentList;
|
|
|
2587
2533
|
declare const sdk_gen_executionActivitiesGet: typeof executionActivitiesGet;
|
|
2588
2534
|
declare const sdk_gen_executionContextFilesGet: typeof executionContextFilesGet;
|
|
2589
2535
|
declare const sdk_gen_executionContextFilesUpload: typeof executionContextFilesUpload;
|
|
2536
|
+
declare const sdk_gen_executionGet: typeof executionGet;
|
|
2590
2537
|
declare const sdk_gen_executionUserMessagesAdd: typeof executionUserMessagesAdd;
|
|
2591
2538
|
declare const sdk_gen_executionsList: typeof executionsList;
|
|
2592
2539
|
declare const sdk_gen_tempFilesStage: typeof tempFilesStage;
|
|
2593
2540
|
declare namespace sdk_gen {
|
|
2594
|
-
export { type sdk_gen_Options as Options, sdk_gen_agentExecutePost as agentExecutePost, sdk_gen_agentList as agentList, sdk_gen_executionActivitiesGet as executionActivitiesGet, sdk_gen_executionContextFilesGet as executionContextFilesGet, sdk_gen_executionContextFilesUpload as executionContextFilesUpload, sdk_gen_executionUserMessagesAdd as executionUserMessagesAdd, sdk_gen_executionsList as executionsList, sdk_gen_tempFilesStage as tempFilesStage };
|
|
2541
|
+
export { type sdk_gen_Options as Options, sdk_gen_agentExecutePost as agentExecutePost, sdk_gen_agentList as agentList, sdk_gen_executionActivitiesGet as executionActivitiesGet, sdk_gen_executionContextFilesGet as executionContextFilesGet, sdk_gen_executionContextFilesUpload as executionContextFilesUpload, sdk_gen_executionGet as executionGet, sdk_gen_executionUserMessagesAdd as executionUserMessagesAdd, sdk_gen_executionsList as executionsList, sdk_gen_tempFilesStage as tempFilesStage };
|
|
2595
2542
|
}
|
|
2596
2543
|
|
|
2597
2544
|
/**
|