@agent-os-sdk/client 0.9.20 → 0.9.21

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.
@@ -6060,6 +6060,276 @@ export interface paths {
6060
6060
  patch?: never;
6061
6061
  trace?: never;
6062
6062
  };
6063
+ "/v1/api/runs/{runId}/inspection": {
6064
+ parameters: {
6065
+ query?: never;
6066
+ header?: never;
6067
+ path?: never;
6068
+ cookie?: never;
6069
+ };
6070
+ /**
6071
+ * Returns the official runtime inspection surface for a run.
6072
+ * @description This endpoint is the supported read model for operational inspection over the canonical runtime ledger.
6073
+ * It explains a run through:
6074
+ * - run summary
6075
+ * - replay metadata
6076
+ * - failure summary
6077
+ * - attempts
6078
+ * - node execution timeline
6079
+ * - event timeline
6080
+ *
6081
+ * Consumers should prefer this endpoint over raw table archaeology.
6082
+ */
6083
+ get: {
6084
+ parameters: {
6085
+ query?: never;
6086
+ header?: never;
6087
+ path: {
6088
+ runId: string;
6089
+ };
6090
+ cookie?: never;
6091
+ };
6092
+ requestBody?: never;
6093
+ responses: {
6094
+ /** @description OK */
6095
+ 200: {
6096
+ headers: {
6097
+ [name: string]: unknown;
6098
+ };
6099
+ content: {
6100
+ "application/json": components["schemas"]["RunInspectionResponse"];
6101
+ };
6102
+ };
6103
+ /** @description Not Found */
6104
+ 404: {
6105
+ headers: {
6106
+ [name: string]: unknown;
6107
+ };
6108
+ content: {
6109
+ "application/json": components["schemas"]["ProblemDetails"];
6110
+ };
6111
+ };
6112
+ };
6113
+ };
6114
+ put?: never;
6115
+ post?: never;
6116
+ delete?: never;
6117
+ options?: never;
6118
+ head?: never;
6119
+ patch?: never;
6120
+ trace?: never;
6121
+ };
6122
+ "/v1/api/runs/failures": {
6123
+ parameters: {
6124
+ query?: never;
6125
+ header?: never;
6126
+ path?: never;
6127
+ cookie?: never;
6128
+ };
6129
+ get: {
6130
+ parameters: {
6131
+ query?: {
6132
+ agentId?: string;
6133
+ capabilityRef?: string;
6134
+ errorCategory?: string;
6135
+ retryable?: boolean;
6136
+ from?: string;
6137
+ to?: string;
6138
+ limit?: number;
6139
+ offset?: number;
6140
+ };
6141
+ header?: never;
6142
+ path?: never;
6143
+ cookie?: never;
6144
+ };
6145
+ requestBody?: never;
6146
+ responses: {
6147
+ /** @description OK */
6148
+ 200: {
6149
+ headers: {
6150
+ [name: string]: unknown;
6151
+ };
6152
+ content: {
6153
+ "application/json": components["schemas"]["RunFailureRetentionListResponse"];
6154
+ };
6155
+ };
6156
+ };
6157
+ };
6158
+ put?: never;
6159
+ post?: never;
6160
+ delete?: never;
6161
+ options?: never;
6162
+ head?: never;
6163
+ patch?: never;
6164
+ trace?: never;
6165
+ };
6166
+ "/v1/api/runs/failures/{failureId}": {
6167
+ parameters: {
6168
+ query?: never;
6169
+ header?: never;
6170
+ path?: never;
6171
+ cookie?: never;
6172
+ };
6173
+ get: {
6174
+ parameters: {
6175
+ query?: never;
6176
+ header?: never;
6177
+ path: {
6178
+ failureId: string;
6179
+ };
6180
+ cookie?: never;
6181
+ };
6182
+ requestBody?: never;
6183
+ responses: {
6184
+ /** @description OK */
6185
+ 200: {
6186
+ headers: {
6187
+ [name: string]: unknown;
6188
+ };
6189
+ content: {
6190
+ "application/json": components["schemas"]["RunFailureRetentionDetailResponse"];
6191
+ };
6192
+ };
6193
+ /** @description Not Found */
6194
+ 404: {
6195
+ headers: {
6196
+ [name: string]: unknown;
6197
+ };
6198
+ content: {
6199
+ "application/json": components["schemas"]["ProblemDetails"];
6200
+ };
6201
+ };
6202
+ };
6203
+ };
6204
+ put?: never;
6205
+ post?: never;
6206
+ delete?: never;
6207
+ options?: never;
6208
+ head?: never;
6209
+ patch?: never;
6210
+ trace?: never;
6211
+ };
6212
+ "/v1/api/runs/observability/summary": {
6213
+ parameters: {
6214
+ query?: never;
6215
+ header?: never;
6216
+ path?: never;
6217
+ cookie?: never;
6218
+ };
6219
+ get: {
6220
+ parameters: {
6221
+ query?: {
6222
+ agentId?: string;
6223
+ from?: string;
6224
+ to?: string;
6225
+ };
6226
+ header?: never;
6227
+ path?: never;
6228
+ cookie?: never;
6229
+ };
6230
+ requestBody?: never;
6231
+ responses: {
6232
+ /** @description OK */
6233
+ 200: {
6234
+ headers: {
6235
+ [name: string]: unknown;
6236
+ };
6237
+ content: {
6238
+ "application/json": components["schemas"]["RunObservabilitySummaryResponse"];
6239
+ };
6240
+ };
6241
+ };
6242
+ };
6243
+ put?: never;
6244
+ post?: never;
6245
+ delete?: never;
6246
+ options?: never;
6247
+ head?: never;
6248
+ patch?: never;
6249
+ trace?: never;
6250
+ };
6251
+ "/v1/api/runs/observability/capabilities": {
6252
+ parameters: {
6253
+ query?: never;
6254
+ header?: never;
6255
+ path?: never;
6256
+ cookie?: never;
6257
+ };
6258
+ get: {
6259
+ parameters: {
6260
+ query?: {
6261
+ agentId?: string;
6262
+ from?: string;
6263
+ to?: string;
6264
+ limit?: number;
6265
+ offset?: number;
6266
+ };
6267
+ header?: never;
6268
+ path?: never;
6269
+ cookie?: never;
6270
+ };
6271
+ requestBody?: never;
6272
+ responses: {
6273
+ /** @description OK */
6274
+ 200: {
6275
+ headers: {
6276
+ [name: string]: unknown;
6277
+ };
6278
+ content: {
6279
+ "application/json": components["schemas"]["RunObservabilityCapabilityListResponse"];
6280
+ };
6281
+ };
6282
+ };
6283
+ };
6284
+ put?: never;
6285
+ post?: never;
6286
+ delete?: never;
6287
+ options?: never;
6288
+ head?: never;
6289
+ patch?: never;
6290
+ trace?: never;
6291
+ };
6292
+ "/v1/api/runs/observability/bindings": {
6293
+ parameters: {
6294
+ query?: never;
6295
+ header?: never;
6296
+ path?: never;
6297
+ cookie?: never;
6298
+ };
6299
+ get: {
6300
+ parameters: {
6301
+ query?: {
6302
+ agentId?: string;
6303
+ from?: string;
6304
+ to?: string;
6305
+ limit?: number;
6306
+ offset?: number;
6307
+ };
6308
+ header?: never;
6309
+ path?: never;
6310
+ cookie?: never;
6311
+ };
6312
+ requestBody?: never;
6313
+ responses: {
6314
+ /** @description OK */
6315
+ 200: {
6316
+ headers: {
6317
+ [name: string]: unknown;
6318
+ };
6319
+ content: {
6320
+ "application/json": components["schemas"]["RunObservabilityBindingListResponse"];
6321
+ };
6322
+ };
6323
+ };
6324
+ };
6325
+ put?: never;
6326
+ post?: never;
6327
+ delete?: never;
6328
+ options?: never;
6329
+ head?: never;
6330
+ patch?: never;
6331
+ trace?: never;
6332
+ };
6063
6333
  "/v1/api/runs/{runId}/operations/transitions": {
6064
6334
  parameters: {
6065
6335
  query?: never;
@@ -10432,9 +10702,35 @@ export interface components {
10432
10702
  applied_by?: string | null;
10433
10703
  draft_ir?: unknown;
10434
10704
  };
10705
+ MetaAgentBlastRadius: {
10706
+ affected_node_ids?: string[] | null;
10707
+ affected_edge_ids?: string[] | null;
10708
+ added_capabilities?: string[] | null;
10709
+ removed_capabilities?: string[] | null;
10710
+ changed_capabilities?: string[] | null;
10711
+ impacted_credentials?: components["schemas"]["MetaAgentBlastRadiusCredentialImpact"][] | null;
10712
+ warnings?: components["schemas"]["MetaAgentPreviewValidationIssue"][] | null;
10713
+ };
10714
+ MetaAgentBlastRadiusCredentialImpact: {
10715
+ required_credential?: string | null;
10716
+ status?: string | null;
10717
+ binding_key?: string | null;
10718
+ credential_instance_ref?: string | null;
10719
+ credential_name?: string | null;
10720
+ };
10435
10721
  MetaAgentChatRequest: {
10436
10722
  message?: string | null;
10437
10723
  };
10724
+ MetaAgentDiffPreview: {
10725
+ added_node_ids?: string[] | null;
10726
+ removed_node_ids?: string[] | null;
10727
+ updated_node_ids?: string[] | null;
10728
+ added_edge_ids?: string[] | null;
10729
+ removed_edge_ids?: string[] | null;
10730
+ entrypoint_changed?: boolean;
10731
+ before_entrypoint?: string | null;
10732
+ after_entrypoint?: string | null;
10733
+ };
10438
10734
  MetaAgentPatchOpResponse: {
10439
10735
  op?: string | null;
10440
10736
  node_id?: string | null;
@@ -10456,11 +10752,9 @@ export interface components {
10456
10752
  mode?: string | null;
10457
10753
  patch?: components["schemas"]["MetaAgentPatchProposalResponse"];
10458
10754
  preview_draft_ir?: unknown;
10459
- preview_valid?: boolean;
10460
- preview_errors?: components["schemas"]["MetaAgentPreviewValidationIssue"][] | null;
10461
- preview_warnings?: components["schemas"]["MetaAgentPreviewValidationIssue"][] | null;
10462
- valid?: boolean;
10463
- errors?: components["schemas"]["MetaAgentPatchValidationIssue"][] | null;
10755
+ diff_preview?: components["schemas"]["MetaAgentDiffPreview"];
10756
+ blast_radius?: components["schemas"]["MetaAgentBlastRadius"];
10757
+ validation_result?: components["schemas"]["MetaAgentValidationResult"];
10464
10758
  message?: string | null;
10465
10759
  };
10466
10760
  MetaAgentPatchProposalResponse: {
@@ -10483,6 +10777,12 @@ export interface components {
10483
10777
  MetaAgentProposePatchRequest: {
10484
10778
  instruction?: string | null;
10485
10779
  };
10780
+ MetaAgentValidationResult: {
10781
+ valid?: boolean;
10782
+ preview_valid?: boolean;
10783
+ errors?: components["schemas"]["MetaAgentPatchValidationIssue"][] | null;
10784
+ warnings?: components["schemas"]["MetaAgentPreviewValidationIssue"][] | null;
10785
+ };
10486
10786
  NodeCatalogResponse: {
10487
10787
  version: string;
10488
10788
  nodes: components["schemas"]["NodeTypeDto"][];
@@ -10746,6 +11046,235 @@ export interface components {
10746
11046
  next_after_seq?: number | null;
10747
11047
  has_more?: boolean;
10748
11048
  };
11049
+ RunFailureRetentionDetailResponse: {
11050
+ failure?: components["schemas"]["RunFailureRetentionItem"];
11051
+ payload?: unknown;
11052
+ };
11053
+ RunFailureRetentionItem: {
11054
+ /** Format: uuid */
11055
+ failure_id?: string;
11056
+ failure_scope?: string | null;
11057
+ /** Format: uuid */
11058
+ run_id?: string;
11059
+ /** Format: uuid */
11060
+ attempt_id?: string;
11061
+ /** Format: int32 */
11062
+ attempt_no?: number;
11063
+ /** Format: uuid */
11064
+ agent_id?: string | null;
11065
+ /** Format: uuid */
11066
+ thread_id?: string;
11067
+ /** Format: uuid */
11068
+ node_execution_id?: string | null;
11069
+ /** Format: uuid */
11070
+ operation_id?: string | null;
11071
+ capability_ref?: string | null;
11072
+ capability_version?: string | null;
11073
+ execution_binding?: string | null;
11074
+ source_kind?: string | null;
11075
+ ancestry_kind?: string | null;
11076
+ status?: string | null;
11077
+ error_code?: string | null;
11078
+ error_category?: string | null;
11079
+ is_retryable?: boolean;
11080
+ error_source?: string | null;
11081
+ provider_error_code?: string | null;
11082
+ error_summary?: string | null;
11083
+ /** Format: uuid */
11084
+ retried_from_node_execution_id?: string | null;
11085
+ /** Format: uuid */
11086
+ replayed_from_node_execution_id?: string | null;
11087
+ can_retry?: boolean;
11088
+ /** Format: uuid */
11089
+ retry_from_node_execution_id?: string | null;
11090
+ can_replay?: boolean;
11091
+ /** Format: uuid */
11092
+ replay_from_node_execution_id?: string | null;
11093
+ /** Format: date-time */
11094
+ failed_at?: string;
11095
+ /** Format: date-time */
11096
+ created_at?: string;
11097
+ };
11098
+ RunFailureRetentionListResponse: {
11099
+ items?: components["schemas"]["RunFailureRetentionItem"][] | null;
11100
+ /** Format: int32 */
11101
+ count?: number;
11102
+ };
11103
+ RunInspectionAttemptItem: {
11104
+ /** Format: uuid */
11105
+ attempt_id?: string;
11106
+ /** Format: int32 */
11107
+ attempt_no?: number;
11108
+ cause?: string | null;
11109
+ status?: string | null;
11110
+ /** Format: int64 */
11111
+ latest_seq?: number;
11112
+ /** Format: int64 */
11113
+ lease_epoch?: number;
11114
+ /** Format: uuid */
11115
+ replayed_from_attempt_id?: string | null;
11116
+ error_code?: string | null;
11117
+ error_category?: string | null;
11118
+ is_retryable?: boolean | null;
11119
+ error_source?: string | null;
11120
+ provider_error_code?: string | null;
11121
+ error_summary?: string | null;
11122
+ error?: unknown;
11123
+ /** Format: date-time */
11124
+ started_at?: string | null;
11125
+ /** Format: date-time */
11126
+ finished_at?: string | null;
11127
+ /** Format: date-time */
11128
+ created_at?: string;
11129
+ };
11130
+ RunInspectionEventItem: {
11131
+ /** Format: uuid */
11132
+ event_id?: string;
11133
+ /** Format: uuid */
11134
+ attempt_id?: string;
11135
+ /** Format: int32 */
11136
+ attempt_no?: number;
11137
+ /** Format: int64 */
11138
+ seq?: number;
11139
+ /** Format: int64 */
11140
+ run_attempt_transition_seq?: number;
11141
+ event_type_code?: string | null;
11142
+ source_kind?: string | null;
11143
+ /** Format: date-time */
11144
+ timestamp?: string;
11145
+ /** Format: uuid */
11146
+ operation_id?: string;
11147
+ /** Format: uuid */
11148
+ parent_operation_id?: string | null;
11149
+ /** Format: uuid */
11150
+ root_operation_id?: string;
11151
+ node_id?: string | null;
11152
+ capability_ref?: string | null;
11153
+ capability_version?: string | null;
11154
+ execution_binding?: string | null;
11155
+ error_code?: string | null;
11156
+ error_category?: string | null;
11157
+ is_retryable?: boolean | null;
11158
+ error_source?: string | null;
11159
+ provider_error_code?: string | null;
11160
+ error_summary?: string | null;
11161
+ payload?: unknown;
11162
+ };
11163
+ RunInspectionFailureSummary: {
11164
+ has_failures?: boolean;
11165
+ run_error_code?: string | null;
11166
+ run_error_category?: string | null;
11167
+ run_is_retryable?: boolean | null;
11168
+ run_error_source?: string | null;
11169
+ run_provider_error_code?: string | null;
11170
+ run_error_summary?: string | null;
11171
+ run_error?: unknown;
11172
+ /** Format: int32 */
11173
+ failed_attempt_count?: number;
11174
+ /** Format: int32 */
11175
+ failed_node_execution_count?: number;
11176
+ };
11177
+ RunInspectionNodeExecutionItem: {
11178
+ /** Format: uuid */
11179
+ node_execution_id?: string;
11180
+ /** Format: uuid */
11181
+ attempt_id?: string;
11182
+ /** Format: int32 */
11183
+ attempt_no?: number;
11184
+ /** Format: uuid */
11185
+ operation_id?: string;
11186
+ /** Format: uuid */
11187
+ parent_operation_id?: string | null;
11188
+ /** Format: uuid */
11189
+ root_operation_id?: string;
11190
+ node_id?: string | null;
11191
+ capability_ref?: string | null;
11192
+ capability_version?: string | null;
11193
+ execution_binding?: string | null;
11194
+ source_kind?: string | null;
11195
+ is_root_execution?: boolean;
11196
+ ancestry_kind?: string | null;
11197
+ event_type_code?: string | null;
11198
+ /** Format: int64 */
11199
+ first_seq?: number;
11200
+ /** Format: int64 */
11201
+ last_seq?: number;
11202
+ /** Format: int64 */
11203
+ first_run_attempt_transition_seq?: number;
11204
+ /** Format: int64 */
11205
+ last_run_attempt_transition_seq?: number;
11206
+ latest_transition_reason?: string | null;
11207
+ latest_transition_actor_type?: string | null;
11208
+ status?: string | null;
11209
+ error_code?: string | null;
11210
+ error_category?: string | null;
11211
+ is_retryable?: boolean | null;
11212
+ error_source?: string | null;
11213
+ provider_error_code?: string | null;
11214
+ error_summary?: string | null;
11215
+ /** Format: date-time */
11216
+ started_at?: string;
11217
+ /** Format: date-time */
11218
+ finished_at?: string | null;
11219
+ /** Format: uuid */
11220
+ replayed_from_node_execution_id?: string | null;
11221
+ /** Format: uuid */
11222
+ retried_from_node_execution_id?: string | null;
11223
+ /** Format: int32 */
11224
+ event_count?: number;
11225
+ };
11226
+ RunInspectionReplayMetadata: {
11227
+ replay_mode?: string | null;
11228
+ replay_reason?: string | null;
11229
+ /** Format: uuid */
11230
+ replayed_from_run_id?: string | null;
11231
+ /** Format: uuid */
11232
+ replayed_from_checkpoint_id?: string | null;
11233
+ runtime_contract_snapshot?: unknown;
11234
+ };
11235
+ RunInspectionResponse: {
11236
+ run?: components["schemas"]["RunInspectionRunSummary"];
11237
+ replay?: components["schemas"]["RunInspectionReplayMetadata"];
11238
+ failure?: components["schemas"]["RunInspectionFailureSummary"];
11239
+ attempts?: components["schemas"]["RunInspectionAttemptItem"][] | null;
11240
+ node_executions?: components["schemas"]["RunInspectionNodeExecutionItem"][] | null;
11241
+ events?: components["schemas"]["RunInspectionEventItem"][] | null;
11242
+ };
11243
+ RunInspectionRunSummary: {
11244
+ /** Format: uuid */
11245
+ run_id?: string;
11246
+ /** Format: uuid */
11247
+ tenant_id?: string;
11248
+ /** Format: uuid */
11249
+ workspace_id?: string;
11250
+ /** Format: uuid */
11251
+ agent_id?: string | null;
11252
+ /** Format: uuid */
11253
+ bundle_id?: string | null;
11254
+ bundle_sha256?: string | null;
11255
+ /** Format: uuid */
11256
+ thread_id?: string;
11257
+ status?: string | null;
11258
+ /** Format: uuid */
11259
+ current_attempt_id?: string | null;
11260
+ /** Format: int32 */
11261
+ current_attempt_no?: number | null;
11262
+ /** Format: int64 */
11263
+ latest_seq?: number | null;
11264
+ prompt_hash?: string | null;
11265
+ toolset_hash?: string | null;
11266
+ /** Format: date-time */
11267
+ started_at?: string | null;
11268
+ /** Format: date-time */
11269
+ completed_at?: string | null;
11270
+ /** Format: date-time */
11271
+ created_at?: string;
11272
+ /** Format: double */
11273
+ duration_ms?: number | null;
11274
+ input?: unknown;
11275
+ output?: unknown;
11276
+ metrics?: unknown;
11277
+ };
10749
11278
  RunKpiResultDetailItem: {
10750
11279
  /** Format: uuid */
10751
11280
  kpi_result_id?: string;
@@ -10792,6 +11321,96 @@ export interface components {
10792
11321
  limit?: number;
10793
11322
  has_more?: boolean;
10794
11323
  };
11324
+ RunObservabilityBindingItem: {
11325
+ execution_binding?: string | null;
11326
+ /** Format: int32 */
11327
+ capability_count?: number;
11328
+ /** Format: int32 */
11329
+ node_executions_total?: number;
11330
+ /** Format: int32 */
11331
+ node_executions_failed?: number;
11332
+ /** Format: double */
11333
+ failure_rate?: number;
11334
+ /** Format: double */
11335
+ avg_latency_ms?: number;
11336
+ /** Format: int32 */
11337
+ retry_count?: number;
11338
+ /** Format: int32 */
11339
+ replay_count?: number;
11340
+ top_error_category?: string | null;
11341
+ /** Format: date-time */
11342
+ last_seen_at?: string | null;
11343
+ };
11344
+ RunObservabilityBindingListResponse: {
11345
+ items?: components["schemas"]["RunObservabilityBindingItem"][] | null;
11346
+ /** Format: int32 */
11347
+ count?: number;
11348
+ };
11349
+ RunObservabilityCapabilityItem: {
11350
+ capability_ref?: string | null;
11351
+ capability_version?: string | null;
11352
+ execution_binding?: string | null;
11353
+ /** Format: int32 */
11354
+ node_executions_total?: number;
11355
+ /** Format: int32 */
11356
+ node_executions_failed?: number;
11357
+ /** Format: double */
11358
+ failure_rate?: number;
11359
+ /** Format: double */
11360
+ avg_latency_ms?: number;
11361
+ /** Format: int32 */
11362
+ retry_count?: number;
11363
+ /** Format: int32 */
11364
+ replay_count?: number;
11365
+ top_error_category?: string | null;
11366
+ /** Format: date-time */
11367
+ last_seen_at?: string | null;
11368
+ };
11369
+ RunObservabilityCapabilityListResponse: {
11370
+ items?: components["schemas"]["RunObservabilityCapabilityItem"][] | null;
11371
+ /** Format: int32 */
11372
+ count?: number;
11373
+ };
11374
+ RunObservabilityErrorCategoryItem: {
11375
+ error_category?: string | null;
11376
+ /** Format: int32 */
11377
+ count?: number;
11378
+ };
11379
+ RunObservabilitySummaryResponse: {
11380
+ /** Format: uuid */
11381
+ workspace_id?: string;
11382
+ /** Format: uuid */
11383
+ agent_id?: string | null;
11384
+ /** Format: date-time */
11385
+ from?: string | null;
11386
+ /** Format: date-time */
11387
+ to?: string | null;
11388
+ /** Format: int32 */
11389
+ runs_total?: number;
11390
+ /** Format: int32 */
11391
+ runs_completed?: number;
11392
+ /** Format: int32 */
11393
+ runs_failed?: number;
11394
+ /** Format: int32 */
11395
+ node_executions_total?: number;
11396
+ /** Format: int32 */
11397
+ node_executions_failed?: number;
11398
+ /** Format: int32 */
11399
+ retry_count?: number;
11400
+ /** Format: int32 */
11401
+ replay_count?: number;
11402
+ /** Format: int32 */
11403
+ handoff_count?: number;
11404
+ /** Format: double */
11405
+ avg_run_latency_ms?: number;
11406
+ /** Format: double */
11407
+ p95_run_latency_ms?: number;
11408
+ /** Format: double */
11409
+ avg_node_latency_ms?: number;
11410
+ /** Format: double */
11411
+ failure_rate?: number;
11412
+ top_error_categories?: components["schemas"]["RunObservabilityErrorCategoryItem"][] | null;
11413
+ };
10795
11414
  RunOutcomeDetailItem: {
10796
11415
  /** Format: uuid */
10797
11416
  outcome_id?: string;
@@ -11081,11 +11700,13 @@ export interface components {
11081
11700
  created_at?: string;
11082
11701
  };
11083
11702
  TriggerTemplateDto: {
11084
- capability_ref?: string | null;
11085
- capability_version?: string | null;
11086
- slug: string | null;
11087
- kind: string | null;
11088
- title: string | null;
11703
+ capability_ref: string;
11704
+ capability_version: string;
11705
+ execution_binding: string;
11706
+ required_credentials: string[];
11707
+ slug: string;
11708
+ kind: string;
11709
+ title: string;
11089
11710
  description?: string | null;
11090
11711
  run_input_schema?: unknown;
11091
11712
  example_payload?: unknown;