@the-ai-company/cbio-node-runtime 1.56.0 → 1.57.0

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.
Files changed (128) hide show
  1. package/README.md +25 -20
  2. package/dist/clients/agent/client.d.ts +2 -2
  3. package/dist/clients/agent/contracts.d.ts +3 -2
  4. package/dist/clients/owner/client.d.ts +7 -10
  5. package/dist/clients/owner/client.js +16 -32
  6. package/dist/clients/owner/client.js.map +1 -1
  7. package/dist/clients/owner/contracts.d.ts +11 -9
  8. package/dist/vault-core/contracts.d.ts +48 -35
  9. package/dist/vault-core/contracts.js.map +1 -1
  10. package/dist/vault-core/core.d.ts +15 -21
  11. package/dist/vault-core/core.js +209 -152
  12. package/dist/vault-core/core.js.map +1 -1
  13. package/dist/vault-core/defaults.d.ts +8 -20
  14. package/dist/vault-core/defaults.js +14 -37
  15. package/dist/vault-core/defaults.js.map +1 -1
  16. package/dist/vault-core/index.d.ts +3 -3
  17. package/dist/vault-core/index.js +1 -1
  18. package/dist/vault-core/index.js.map +1 -1
  19. package/dist/vault-core/persistence.d.ts +8 -6
  20. package/dist/vault-core/persistence.js +16 -8
  21. package/dist/vault-core/persistence.js.map +1 -1
  22. package/dist/vault-core/ports.d.ts +8 -20
  23. package/dist/vault-ingress/defaults.d.ts +2 -2
  24. package/dist/vault-ingress/index.d.ts +14 -33
  25. package/dist/vault-ingress/index.js +18 -31
  26. package/dist/vault-ingress/index.js.map +1 -1
  27. package/dist/vault-ingress/remote-transport.d.ts +2 -2
  28. package/dist/vault-ingress/remote-transport.js.map +1 -1
  29. package/docs/MIGRATION-1.51.md +1 -1
  30. package/docs/REFERENCE.md +26 -28
  31. package/docs/api/README.md +2 -2
  32. package/docs/api/classes/IdentityError.md +1 -1
  33. package/docs/api/classes/OwnerClientError.md +1 -1
  34. package/docs/api/classes/VaultCore.md +34 -94
  35. package/docs/api/classes/VaultCoreError.md +1 -1
  36. package/docs/api/enumerations/IdentityErrorCode.md +1 -1
  37. package/docs/api/enumerations/OwnerClientErrorCode.md +1 -1
  38. package/docs/api/functions/createAgentClient.md +1 -1
  39. package/docs/api/functions/createIdentity.md +1 -1
  40. package/docs/api/functions/createOwnerHttpFlowBoundary.md +1 -1
  41. package/docs/api/functions/createOwnerSession.md +1 -1
  42. package/docs/api/functions/createPersistentVaultCoreDependencies.md +1 -1
  43. package/docs/api/functions/createStandardAcquireBoundary.md +1 -1
  44. package/docs/api/functions/createStandardDispatchBoundary.md +1 -1
  45. package/docs/api/functions/createVault.md +1 -1
  46. package/docs/api/functions/createVaultClient.md +1 -1
  47. package/docs/api/functions/createVaultCore.md +1 -1
  48. package/docs/api/functions/createVaultCoreDependencies.md +1 -1
  49. package/docs/api/functions/createVaultService.md +1 -1
  50. package/docs/api/functions/createWorkspaceStorage.md +1 -1
  51. package/docs/api/functions/deriveIdentityId.md +1 -1
  52. package/docs/api/functions/deriveVaultWorkingKeyFromPassword.md +1 -1
  53. package/docs/api/functions/getDefaultWorkspaceDir.md +1 -1
  54. package/docs/api/functions/handleVaultAgentControlHttp.md +1 -1
  55. package/docs/api/functions/handleVaultHttpDispatch.md +1 -1
  56. package/docs/api/functions/initializeVaultCustody.md +1 -1
  57. package/docs/api/functions/listVaults.md +1 -1
  58. package/docs/api/functions/readVaultProfile.md +1 -1
  59. package/docs/api/functions/recoverVault.md +1 -1
  60. package/docs/api/functions/recoverVaultWorkingKey.md +1 -1
  61. package/docs/api/functions/restoreIdentity.md +1 -1
  62. package/docs/api/functions/updateVaultMetadata.md +1 -1
  63. package/docs/api/functions/wrapVaultCoreAsVaultService.md +1 -1
  64. package/docs/api/functions/writeVaultProfile.md +1 -1
  65. package/docs/api/interfaces/AgentClient.md +5 -5
  66. package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
  67. package/docs/api/interfaces/AgentDispatchTransport.md +5 -5
  68. package/docs/api/interfaces/AgentIdentity.md +1 -1
  69. package/docs/api/interfaces/AgentSigner.md +1 -1
  70. package/docs/api/interfaces/AgentSubmitCapabilityRequestInput.md +1 -1
  71. package/docs/api/interfaces/CbioRuntime.md +1 -1
  72. package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
  73. package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
  74. package/docs/api/interfaces/CreateOwnerSessionOptions.md +1 -1
  75. package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
  76. package/docs/api/interfaces/CreateVaultClientOptions.md +1 -1
  77. package/docs/api/interfaces/CreateVaultOptions.md +1 -1
  78. package/docs/api/interfaces/CreatedVault.md +1 -1
  79. package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
  80. package/docs/api/interfaces/IStorageProvider.md +1 -1
  81. package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
  82. package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
  83. package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
  84. package/docs/api/interfaces/OwnerDefineSecretTargetsInput.md +1 -1
  85. package/docs/api/interfaces/OwnerSecretTargetBinding.md +1 -1
  86. package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +1 -1
  87. package/docs/api/interfaces/OwnerSensitiveActionContext.md +1 -1
  88. package/docs/api/interfaces/OwnerSession.md +1 -1
  89. package/docs/api/interfaces/OwnerStoreSecretInput.md +1 -1
  90. package/docs/api/interfaces/OwnerWriteSecretInput.md +1 -1
  91. package/docs/api/interfaces/RecoverVaultOptions.md +1 -1
  92. package/docs/api/interfaces/RecoveredVault.md +1 -1
  93. package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
  94. package/docs/api/interfaces/Signer.md +1 -1
  95. package/docs/api/interfaces/VaultApproveCapabilityRequestInput.md +1 -1
  96. package/docs/api/interfaces/VaultApproveDispatchInput.md +1 -1
  97. package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
  98. package/docs/api/interfaces/VaultClient.md +40 -76
  99. package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
  100. package/docs/api/interfaces/VaultCreateAgentInput.md +1 -1
  101. package/docs/api/interfaces/VaultDeleteSecretInput.md +1 -1
  102. package/docs/api/interfaces/VaultExportSecretInput.md +1 -1
  103. package/docs/api/interfaces/VaultGrantCapabilityInput.md +1 -1
  104. package/docs/api/interfaces/VaultGrantCapabilityRequest.md +1 -1
  105. package/docs/api/interfaces/VaultIdentity.md +1 -1
  106. package/docs/api/interfaces/VaultImportAgentInput.md +1 -1
  107. package/docs/api/interfaces/VaultIssueSessionTokenInput.md +1 -1
  108. package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
  109. package/docs/api/interfaces/VaultListCapabilitiesInput.md +1 -1
  110. package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
  111. package/docs/api/interfaces/VaultMetadata.md +1 -1
  112. package/docs/api/interfaces/VaultObject.md +1 -1
  113. package/docs/api/interfaces/VaultProfile.md +1 -1
  114. package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +1 -1
  115. package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +1 -1
  116. package/docs/api/interfaces/VaultRegisterFlowInput.md +1 -1
  117. package/docs/api/interfaces/VaultRevokeCapabilityInput.md +1 -1
  118. package/docs/api/interfaces/VaultRevokeSessionTokenInput.md +1 -1
  119. package/docs/api/interfaces/VaultSigner.md +1 -1
  120. package/docs/api/interfaces/VaultSubmitCapabilityRequestInput.md +1 -1
  121. package/docs/api/interfaces/VaultUpdateAgentInput.md +1 -1
  122. package/docs/api/type-aliases/AgentCapabilityEnvelope.md +1 -1
  123. package/docs/api/type-aliases/AgentVisibleSecretRecord.md +1 -1
  124. package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
  125. package/docs/api/type-aliases/OwnerGrantCapabilityInput.md +1 -1
  126. package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
  127. package/docs/zh/README.md +19 -7
  128. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -125,7 +125,7 @@ This is the primary implementation of the Vault logic.
125
125
 
126
126
  ##### command
127
127
 
128
- `AgentGetRuntimeManifestCommand`
128
+ `AgentGetRuntimeManifestRequest`
129
129
 
130
130
  #### Returns
131
131
 
@@ -135,7 +135,7 @@ This is the primary implementation of the Vault logic.
135
135
 
136
136
  ### agentListCapabilities()
137
137
 
138
- > **agentListCapabilities**(`request`): `Promise`\<readonly `AgentCapability`[]\>
138
+ > **agentListCapabilities**(`request`): `Promise`\<readonly `AgentCapabilityState`[]\>
139
139
 
140
140
  #### Parameters
141
141
 
@@ -145,7 +145,7 @@ This is the primary implementation of the Vault logic.
145
145
 
146
146
  #### Returns
147
147
 
148
- `Promise`\<readonly `AgentCapability`[]\>
148
+ `Promise`\<readonly `AgentCapabilityState`[]\>
149
149
 
150
150
  ***
151
151
 
@@ -167,7 +167,7 @@ This is the primary implementation of the Vault logic.
167
167
 
168
168
  ### agentSubmitCapabilityRequest()
169
169
 
170
- > **agentSubmitCapabilityRequest**(`command`): `Promise`\<`PendingCapabilityRequestRecord`\>
170
+ > **agentSubmitCapabilityRequest**(`command`): `Promise`\<`CapabilityStateRecord`\>
171
171
 
172
172
  #### Parameters
173
173
 
@@ -177,71 +177,71 @@ This is the primary implementation of the Vault logic.
177
177
 
178
178
  #### Returns
179
179
 
180
- `Promise`\<`PendingCapabilityRequestRecord`\>
180
+ `Promise`\<`CapabilityStateRecord`\>
181
181
 
182
182
  ***
183
183
 
184
- ### ownerApproveCapabilityRequest()
184
+ ### ownerDefineSecretTargets()
185
185
 
186
- > **ownerApproveCapabilityRequest**(`command`): `Promise`\<`AgentCapability`\>
186
+ > **ownerDefineSecretTargets**(`command`): `Promise`\<`SecretRecord`\>
187
187
 
188
188
  #### Parameters
189
189
 
190
190
  ##### command
191
191
 
192
- `OwnerApproveCapabilityRequestCommand`
192
+ `OwnerDefineSecretTargetsCommand`
193
193
 
194
194
  #### Returns
195
195
 
196
- `Promise`\<`AgentCapability`\>
196
+ `Promise`\<`SecretRecord`\>
197
197
 
198
198
  ***
199
199
 
200
- ### ownerApproveDispatch()
200
+ ### ownerDeleteSecret()
201
201
 
202
- > **ownerApproveDispatch**(`command`): `Promise`\<`DispatchResult`\>
202
+ > **ownerDeleteSecret**(`command`): `Promise`\<`void`\>
203
203
 
204
204
  #### Parameters
205
205
 
206
206
  ##### command
207
207
 
208
- `OwnerApproveDispatchCommand`
208
+ `OwnerDeleteSecretCommand`
209
209
 
210
210
  #### Returns
211
211
 
212
- `Promise`\<`DispatchResult`\>
212
+ `Promise`\<`void`\>
213
213
 
214
214
  ***
215
215
 
216
- ### ownerDefineSecretTargets()
216
+ ### ownerExecuteCapabilityStateAndGrant()
217
217
 
218
- > **ownerDefineSecretTargets**(`command`): `Promise`\<`SecretRecord`\>
218
+ > **ownerExecuteCapabilityStateAndGrant**(`command`): `Promise`\<`DispatchResult`\>
219
219
 
220
220
  #### Parameters
221
221
 
222
222
  ##### command
223
223
 
224
- `OwnerDefineSecretTargetsCommand`
224
+ `OwnerExecuteCapabilityStateCommand`
225
225
 
226
226
  #### Returns
227
227
 
228
- `Promise`\<`SecretRecord`\>
228
+ `Promise`\<`DispatchResult`\>
229
229
 
230
230
  ***
231
231
 
232
- ### ownerDeleteSecret()
232
+ ### ownerExecuteCapabilityStateOnce()
233
233
 
234
- > **ownerDeleteSecret**(`command`): `Promise`\<`void`\>
234
+ > **ownerExecuteCapabilityStateOnce**(`command`): `Promise`\<`DispatchResult`\>
235
235
 
236
236
  #### Parameters
237
237
 
238
238
  ##### command
239
239
 
240
- `OwnerDeleteSecretCommand`
240
+ `OwnerExecuteCapabilityStateCommand`
241
241
 
242
242
  #### Returns
243
243
 
244
- `Promise`\<`void`\>
244
+ `Promise`\<`DispatchResult`\>
245
245
 
246
246
  ***
247
247
 
@@ -345,47 +345,19 @@ This is the primary implementation of the Vault logic.
345
345
 
346
346
  ***
347
347
 
348
- ### ownerListPendingCapabilityRequests()
349
-
350
- > **ownerListPendingCapabilityRequests**(`command`): `Promise`\<readonly `PendingCapabilityRequestRecord`[]\>
351
-
352
- #### Parameters
353
-
354
- ##### command
355
-
356
- ###### owner
357
-
358
- `VaultPrincipal`
359
-
360
- ###### vaultId
361
-
362
- `VaultId`
363
-
364
- #### Returns
365
-
366
- `Promise`\<readonly `PendingCapabilityRequestRecord`[]\>
367
-
368
- ***
369
-
370
- ### ownerListPendingDispatches()
348
+ ### ownerListCapabilityStates()
371
349
 
372
- > **ownerListPendingDispatches**(`command`): `Promise`\<readonly `PendingDispatchRecord`[]\>
350
+ > **ownerListCapabilityStates**(`command`): `Promise`\<readonly `CapabilityStateRecord`[]\>
373
351
 
374
352
  #### Parameters
375
353
 
376
354
  ##### command
377
355
 
378
- ###### owner
379
-
380
- `VaultPrincipal`
381
-
382
- ###### vaultId
383
-
384
- `VaultId`
356
+ `OwnerListCapabilityStatesRequest`
385
357
 
386
358
  #### Returns
387
359
 
388
- `Promise`\<readonly `PendingDispatchRecord`[]\>
360
+ `Promise`\<readonly `CapabilityStateRecord`[]\>
389
361
 
390
362
  ***
391
363
 
@@ -411,25 +383,9 @@ This is the primary implementation of the Vault logic.
411
383
 
412
384
  ***
413
385
 
414
- ### ownerOnPendingCapabilityRequest()
386
+ ### ownerOnCapabilityState()
415
387
 
416
- > **ownerOnPendingCapabilityRequest**(`callback`): () => `void`
417
-
418
- #### Parameters
419
-
420
- ##### callback
421
-
422
- (`record`) => `void`
423
-
424
- #### Returns
425
-
426
- () => `void`
427
-
428
- ***
429
-
430
- ### ownerOnPendingDispatch()
431
-
432
- > **ownerOnPendingDispatch**(`callback`): () => `void`
388
+ > **ownerOnCapabilityState**(`callback`): () => `void`
433
389
 
434
390
  #### Parameters
435
391
 
@@ -515,35 +471,19 @@ This is the primary implementation of the Vault logic.
515
471
 
516
472
  ***
517
473
 
518
- ### ownerRejectCapabilityRequest()
474
+ ### ownerRejectCapabilityState()
519
475
 
520
- > **ownerRejectCapabilityRequest**(`command`): `Promise`\<`void`\>
476
+ > **ownerRejectCapabilityState**(`command`): `Promise`\<`CapabilityStateRecord`\>
521
477
 
522
478
  #### Parameters
523
479
 
524
480
  ##### command
525
481
 
526
- `OwnerRejectCapabilityRequestCommand`
482
+ `OwnerRejectCapabilityStateCommand`
527
483
 
528
484
  #### Returns
529
485
 
530
- `Promise`\<`void`\>
531
-
532
- ***
533
-
534
- ### ownerRejectDispatch()
535
-
536
- > **ownerRejectDispatch**(`command`): `Promise`\<`void`\>
537
-
538
- #### Parameters
539
-
540
- ##### command
541
-
542
- `OwnerRejectDispatchCommand`
543
-
544
- #### Returns
545
-
546
- `Promise`\<`void`\>
486
+ `Promise`\<`CapabilityStateRecord`\>
547
487
 
548
488
  ***
549
489
 
@@ -591,7 +531,7 @@ This is the primary implementation of the Vault logic.
591
531
 
592
532
  ### ownerSubmitCapabilityRequest()
593
533
 
594
- > **ownerSubmitCapabilityRequest**(`command`): `Promise`\<`PendingCapabilityRequestRecord`\>
534
+ > **ownerSubmitCapabilityRequest**(`command`): `Promise`\<`CapabilityStateRecord`\>
595
535
 
596
536
  #### Parameters
597
537
 
@@ -601,7 +541,7 @@ This is the primary implementation of the Vault logic.
601
541
 
602
542
  #### Returns
603
543
 
604
- `Promise`\<`PendingCapabilityRequestRecord`\>
544
+ `Promise`\<`CapabilityStateRecord`\>
605
545
 
606
546
  ***
607
547
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -57,11 +57,11 @@ Equivalent to '--help' or 'llms.txt' for the agent.
57
57
 
58
58
  ### agentListCapabilities()
59
59
 
60
- > **agentListCapabilities**(): `Promise`\<readonly `AgentCapability`[]\>
60
+ > **agentListCapabilities**(): `Promise`\<readonly `AgentCapabilityState`[]\>
61
61
 
62
62
  #### Returns
63
63
 
64
- `Promise`\<readonly `AgentCapability`[]\>
64
+ `Promise`\<readonly `AgentCapabilityState`[]\>
65
65
 
66
66
  ***
67
67
 
@@ -77,7 +77,7 @@ Equivalent to '--help' or 'llms.txt' for the agent.
77
77
 
78
78
  ### agentSubmitCapabilityRequest()
79
79
 
80
- > **agentSubmitCapabilityRequest**(`input`): `Promise`\<`PendingCapabilityRequestRecord`\>
80
+ > **agentSubmitCapabilityRequest**(`input`): `Promise`\<`CapabilityStateRecord`\>
81
81
 
82
82
  #### Parameters
83
83
 
@@ -87,4 +87,4 @@ Equivalent to '--help' or 'llms.txt' for the agent.
87
87
 
88
88
  #### Returns
89
89
 
90
- `Promise`\<`PendingCapabilityRequestRecord`\>
90
+ `Promise`\<`CapabilityStateRecord`\>
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  ### agentListCapabilities()
42
42
 
43
- > **agentListCapabilities**(`request`): `Promise`\<readonly `AgentCapability`[]\>
43
+ > **agentListCapabilities**(`request`): `Promise`\<readonly `AgentCapabilityState`[]\>
44
44
 
45
45
  #### Parameters
46
46
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  #### Returns
52
52
 
53
- `Promise`\<readonly `AgentCapability`[]\>
53
+ `Promise`\<readonly `AgentCapabilityState`[]\>
54
54
 
55
55
  ***
56
56
 
@@ -72,7 +72,7 @@
72
72
 
73
73
  ### agentSubmitCapabilityRequest()
74
74
 
75
- > **agentSubmitCapabilityRequest**(`request`): `Promise`\<`PendingCapabilityRequestRecord`\>
75
+ > **agentSubmitCapabilityRequest**(`request`): `Promise`\<`CapabilityStateRecord`\>
76
76
 
77
77
  #### Parameters
78
78
 
@@ -82,4 +82,4 @@
82
82
 
83
83
  #### Returns
84
84
 
85
- `Promise`\<`PendingCapabilityRequestRecord`\>
85
+ `Promise`\<`CapabilityStateRecord`\>
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.56.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.57.0**](../README.md)
2
2
 
3
3
  ***
4
4