@aws-cdk/aws-bedrock-agentcore-alpha 2.222.0-alpha.0 → 2.223.0-alpha.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.
- package/.jsii +122 -156
- package/.jsii.tabl.json.gz +0 -0
- package/agentcore/memory/memory-strategy.d.ts +1 -3
- package/agentcore/memory/memory-strategy.js +2 -2
- package/agentcore/memory/memory.d.ts +6 -13
- package/agentcore/memory/memory.js +3 -3
- package/agentcore/memory/strategies/managed-strategy.d.ts +0 -3
- package/agentcore/memory/strategies/managed-strategy.js +2 -2
- package/agentcore/memory/strategies/self-managed-strategy.d.ts +4 -12
- package/agentcore/memory/strategies/self-managed-strategy.js +2 -2
- package/agentcore/network/network-configuration.js +4 -4
- package/agentcore/runtime/runtime-artifact.js +1 -1
- package/agentcore/runtime/runtime-authorizer-configuration.js +1 -1
- package/agentcore/runtime/runtime-base.js +1 -1
- package/agentcore/runtime/runtime-endpoint-base.js +1 -1
- package/agentcore/runtime/runtime-endpoint.js +1 -1
- package/agentcore/runtime/runtime.js +1 -1
- package/agentcore/tools/browser.js +2 -2
- package/agentcore/tools/code-interpreter.js +2 -2
- package/package.json +9 -9
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-cdk/aws-bedrock-alpha": "2.223.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.223.0",
|
|
13
13
|
"constructs": "^10.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -3249,6 +3249,19 @@
|
|
|
3249
3249
|
}
|
|
3250
3250
|
}
|
|
3251
3251
|
},
|
|
3252
|
+
"aws-cdk-lib.aws_rtbfabric": {
|
|
3253
|
+
"targets": {
|
|
3254
|
+
"dotnet": {
|
|
3255
|
+
"package": "Amazon.CDK.AWS.RTBFabric"
|
|
3256
|
+
},
|
|
3257
|
+
"java": {
|
|
3258
|
+
"package": "software.amazon.awscdk.services.rtbfabric"
|
|
3259
|
+
},
|
|
3260
|
+
"python": {
|
|
3261
|
+
"module": "aws_cdk.aws_rtbfabric"
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3252
3265
|
"aws-cdk-lib.aws_rum": {
|
|
3253
3266
|
"targets": {
|
|
3254
3267
|
"dotnet": {
|
|
@@ -3366,6 +3379,19 @@
|
|
|
3366
3379
|
}
|
|
3367
3380
|
}
|
|
3368
3381
|
},
|
|
3382
|
+
"aws-cdk-lib.aws_s3vectors": {
|
|
3383
|
+
"targets": {
|
|
3384
|
+
"dotnet": {
|
|
3385
|
+
"package": "Amazon.CDK.AWS.S3Vectors"
|
|
3386
|
+
},
|
|
3387
|
+
"java": {
|
|
3388
|
+
"package": "software.amazon.awscdk.services.s3vectors"
|
|
3389
|
+
},
|
|
3390
|
+
"python": {
|
|
3391
|
+
"module": "aws_cdk.aws_s3vectors"
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3369
3395
|
"aws-cdk-lib.aws_sagemaker": {
|
|
3370
3396
|
"targets": {
|
|
3371
3397
|
"dotnet": {
|
|
@@ -9775,7 +9801,7 @@
|
|
|
9775
9801
|
"kind": "interface",
|
|
9776
9802
|
"locationInModule": {
|
|
9777
9803
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9778
|
-
"line":
|
|
9804
|
+
"line": 81
|
|
9779
9805
|
},
|
|
9780
9806
|
"methods": [
|
|
9781
9807
|
{
|
|
@@ -9787,7 +9813,7 @@
|
|
|
9787
9813
|
},
|
|
9788
9814
|
"locationInModule": {
|
|
9789
9815
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9790
|
-
"line":
|
|
9816
|
+
"line": 103
|
|
9791
9817
|
},
|
|
9792
9818
|
"name": "grant",
|
|
9793
9819
|
"parameters": [
|
|
@@ -9816,7 +9842,7 @@
|
|
|
9816
9842
|
},
|
|
9817
9843
|
"locationInModule": {
|
|
9818
9844
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9819
|
-
"line":
|
|
9845
|
+
"line": 97
|
|
9820
9846
|
},
|
|
9821
9847
|
"name": "render",
|
|
9822
9848
|
"returns": {
|
|
@@ -9837,7 +9863,7 @@
|
|
|
9837
9863
|
"immutable": true,
|
|
9838
9864
|
"locationInModule": {
|
|
9839
9865
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9840
|
-
"line":
|
|
9866
|
+
"line": 85
|
|
9841
9867
|
},
|
|
9842
9868
|
"name": "name",
|
|
9843
9869
|
"type": {
|
|
@@ -9853,7 +9879,7 @@
|
|
|
9853
9879
|
"immutable": true,
|
|
9854
9880
|
"locationInModule": {
|
|
9855
9881
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9856
|
-
"line":
|
|
9882
|
+
"line": 93
|
|
9857
9883
|
},
|
|
9858
9884
|
"name": "strategyType",
|
|
9859
9885
|
"type": {
|
|
@@ -9869,7 +9895,7 @@
|
|
|
9869
9895
|
"immutable": true,
|
|
9870
9896
|
"locationInModule": {
|
|
9871
9897
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
9872
|
-
"line":
|
|
9898
|
+
"line": 89
|
|
9873
9899
|
},
|
|
9874
9900
|
"name": "description",
|
|
9875
9901
|
"optional": true,
|
|
@@ -10067,23 +10093,20 @@
|
|
|
10067
10093
|
"kind": "interface",
|
|
10068
10094
|
"locationInModule": {
|
|
10069
10095
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
10070
|
-
"line":
|
|
10096
|
+
"line": 113
|
|
10071
10097
|
},
|
|
10072
10098
|
"name": "InvocationConfiguration",
|
|
10073
10099
|
"properties": [
|
|
10074
10100
|
{
|
|
10075
10101
|
"abstract": true,
|
|
10076
10102
|
"docs": {
|
|
10077
|
-
"custom": {
|
|
10078
|
-
"required": "- Yes"
|
|
10079
|
-
},
|
|
10080
10103
|
"stability": "experimental",
|
|
10081
10104
|
"summary": "S3 Location Configuration."
|
|
10082
10105
|
},
|
|
10083
10106
|
"immutable": true,
|
|
10084
10107
|
"locationInModule": {
|
|
10085
10108
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
10086
|
-
"line":
|
|
10109
|
+
"line": 121
|
|
10087
10110
|
},
|
|
10088
10111
|
"name": "s3Location",
|
|
10089
10112
|
"type": {
|
|
@@ -10093,16 +10116,13 @@
|
|
|
10093
10116
|
{
|
|
10094
10117
|
"abstract": true,
|
|
10095
10118
|
"docs": {
|
|
10096
|
-
"custom": {
|
|
10097
|
-
"required": "- Yes"
|
|
10098
|
-
},
|
|
10099
10119
|
"stability": "experimental",
|
|
10100
10120
|
"summary": "SNS Topic Configuration."
|
|
10101
10121
|
},
|
|
10102
10122
|
"immutable": true,
|
|
10103
10123
|
"locationInModule": {
|
|
10104
10124
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
10105
|
-
"line":
|
|
10125
|
+
"line": 117
|
|
10106
10126
|
},
|
|
10107
10127
|
"name": "topic",
|
|
10108
10128
|
"type": {
|
|
@@ -10131,7 +10151,7 @@
|
|
|
10131
10151
|
},
|
|
10132
10152
|
"locationInModule": {
|
|
10133
10153
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10134
|
-
"line":
|
|
10154
|
+
"line": 122
|
|
10135
10155
|
},
|
|
10136
10156
|
"parameters": [
|
|
10137
10157
|
{
|
|
@@ -10160,7 +10180,7 @@
|
|
|
10160
10180
|
"kind": "class",
|
|
10161
10181
|
"locationInModule": {
|
|
10162
10182
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10163
|
-
"line":
|
|
10183
|
+
"line": 100
|
|
10164
10184
|
},
|
|
10165
10185
|
"methods": [
|
|
10166
10186
|
{
|
|
@@ -10171,7 +10191,7 @@
|
|
|
10171
10191
|
},
|
|
10172
10192
|
"locationInModule": {
|
|
10173
10193
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10174
|
-
"line":
|
|
10194
|
+
"line": 210
|
|
10175
10195
|
},
|
|
10176
10196
|
"name": "grant",
|
|
10177
10197
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -10201,7 +10221,7 @@
|
|
|
10201
10221
|
},
|
|
10202
10222
|
"locationInModule": {
|
|
10203
10223
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10204
|
-
"line":
|
|
10224
|
+
"line": 148
|
|
10205
10225
|
},
|
|
10206
10226
|
"name": "render",
|
|
10207
10227
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -10222,7 +10242,7 @@
|
|
|
10222
10242
|
"immutable": true,
|
|
10223
10243
|
"locationInModule": {
|
|
10224
10244
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10225
|
-
"line":
|
|
10245
|
+
"line": 101
|
|
10226
10246
|
},
|
|
10227
10247
|
"name": "name",
|
|
10228
10248
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -10238,7 +10258,7 @@
|
|
|
10238
10258
|
"immutable": true,
|
|
10239
10259
|
"locationInModule": {
|
|
10240
10260
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10241
|
-
"line":
|
|
10261
|
+
"line": 106
|
|
10242
10262
|
},
|
|
10243
10263
|
"name": "namespaces",
|
|
10244
10264
|
"type": {
|
|
@@ -10258,7 +10278,7 @@
|
|
|
10258
10278
|
"immutable": true,
|
|
10259
10279
|
"locationInModule": {
|
|
10260
10280
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10261
|
-
"line":
|
|
10281
|
+
"line": 115
|
|
10262
10282
|
},
|
|
10263
10283
|
"name": "strategyType",
|
|
10264
10284
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -10274,7 +10294,7 @@
|
|
|
10274
10294
|
"immutable": true,
|
|
10275
10295
|
"locationInModule": {
|
|
10276
10296
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10277
|
-
"line":
|
|
10297
|
+
"line": 110
|
|
10278
10298
|
},
|
|
10279
10299
|
"name": "consolidationOverride",
|
|
10280
10300
|
"optional": true,
|
|
@@ -10290,7 +10310,7 @@
|
|
|
10290
10310
|
"immutable": true,
|
|
10291
10311
|
"locationInModule": {
|
|
10292
10312
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10293
|
-
"line":
|
|
10313
|
+
"line": 102
|
|
10294
10314
|
},
|
|
10295
10315
|
"name": "description",
|
|
10296
10316
|
"optional": true,
|
|
@@ -10307,7 +10327,7 @@
|
|
|
10307
10327
|
"immutable": true,
|
|
10308
10328
|
"locationInModule": {
|
|
10309
10329
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10310
|
-
"line":
|
|
10330
|
+
"line": 114
|
|
10311
10331
|
},
|
|
10312
10332
|
"name": "extractionOverride",
|
|
10313
10333
|
"optional": true,
|
|
@@ -10343,9 +10363,6 @@
|
|
|
10343
10363
|
{
|
|
10344
10364
|
"abstract": true,
|
|
10345
10365
|
"docs": {
|
|
10346
|
-
"custom": {
|
|
10347
|
-
"required": "- Yes"
|
|
10348
|
-
},
|
|
10349
10366
|
"remarks": "Use a hierarchical format separated by forward slashes (/) to organize namespaces logically.\nYou can include these defined variables:\n\n- {sessionId} - the user identifier to be created in the CreateEvent API\n- {memoryStrategyId} - an identifier for an extraction strategy\n- {sessionId} - an identifier for each session\n\nExample namespace path:\n/strategies/{memoryStrategyId}/actions/{actionId}/sessions/{sessionId}\n\nAfter memory creation, this namespace might look like:\n/actor/actor-3afc5aa8fef9/strategy/summarization-fy5c5fwc7/session/session-qj7tpd1kvr8",
|
|
10350
10367
|
"stability": "experimental",
|
|
10351
10368
|
"summary": "The namespaces for the strategy Represents a namespace for organizing memory data Use a hierarchical format separated by forward slashes (/)."
|
|
@@ -10353,7 +10370,7 @@
|
|
|
10353
10370
|
"immutable": true,
|
|
10354
10371
|
"locationInModule": {
|
|
10355
10372
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10356
|
-
"line":
|
|
10373
|
+
"line": 92
|
|
10357
10374
|
},
|
|
10358
10375
|
"name": "namespaces",
|
|
10359
10376
|
"type": {
|
|
@@ -10368,9 +10385,6 @@
|
|
|
10368
10385
|
{
|
|
10369
10386
|
"abstract": true,
|
|
10370
10387
|
"docs": {
|
|
10371
|
-
"custom": {
|
|
10372
|
-
"required": "- No"
|
|
10373
|
-
},
|
|
10374
10388
|
"default": "- No custom extraction",
|
|
10375
10389
|
"remarks": "This configuration provides customization to how the model identifies\nand extracts relevant information for memory storage.",
|
|
10376
10390
|
"stability": "experimental",
|
|
@@ -10379,7 +10393,7 @@
|
|
|
10379
10393
|
"immutable": true,
|
|
10380
10394
|
"locationInModule": {
|
|
10381
10395
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10382
|
-
"line":
|
|
10396
|
+
"line": 73
|
|
10383
10397
|
},
|
|
10384
10398
|
"name": "customConsolidation",
|
|
10385
10399
|
"optional": true,
|
|
@@ -10390,9 +10404,6 @@
|
|
|
10390
10404
|
{
|
|
10391
10405
|
"abstract": true,
|
|
10392
10406
|
"docs": {
|
|
10393
|
-
"custom": {
|
|
10394
|
-
"required": "- No"
|
|
10395
|
-
},
|
|
10396
10407
|
"default": "- No custom extraction",
|
|
10397
10408
|
"remarks": "This configuration provides customization to how the model identifies\nand extracts relevant information for memory storage.",
|
|
10398
10409
|
"stability": "experimental",
|
|
@@ -10401,7 +10412,7 @@
|
|
|
10401
10412
|
"immutable": true,
|
|
10402
10413
|
"locationInModule": {
|
|
10403
10414
|
"filename": "agentcore/memory/strategies/managed-strategy.ts",
|
|
10404
|
-
"line":
|
|
10415
|
+
"line": 66
|
|
10405
10416
|
},
|
|
10406
10417
|
"name": "customExtraction",
|
|
10407
10418
|
"optional": true,
|
|
@@ -10433,7 +10444,7 @@
|
|
|
10433
10444
|
},
|
|
10434
10445
|
"locationInModule": {
|
|
10435
10446
|
"filename": "agentcore/memory/memory.ts",
|
|
10436
|
-
"line":
|
|
10447
|
+
"line": 652
|
|
10437
10448
|
},
|
|
10438
10449
|
"parameters": [
|
|
10439
10450
|
{
|
|
@@ -10459,7 +10470,7 @@
|
|
|
10459
10470
|
"kind": "class",
|
|
10460
10471
|
"locationInModule": {
|
|
10461
10472
|
"filename": "agentcore/memory/memory.ts",
|
|
10462
|
-
"line":
|
|
10473
|
+
"line": 540
|
|
10463
10474
|
},
|
|
10464
10475
|
"methods": [
|
|
10465
10476
|
{
|
|
@@ -10470,7 +10481,7 @@
|
|
|
10470
10481
|
},
|
|
10471
10482
|
"locationInModule": {
|
|
10472
10483
|
"filename": "agentcore/memory/memory.ts",
|
|
10473
|
-
"line":
|
|
10484
|
+
"line": 556
|
|
10474
10485
|
},
|
|
10475
10486
|
"name": "fromMemoryAttributes",
|
|
10476
10487
|
"parameters": [
|
|
@@ -10517,7 +10528,7 @@
|
|
|
10517
10528
|
},
|
|
10518
10529
|
"locationInModule": {
|
|
10519
10530
|
"filename": "agentcore/memory/memory.ts",
|
|
10520
|
-
"line":
|
|
10531
|
+
"line": 734
|
|
10521
10532
|
},
|
|
10522
10533
|
"name": "addMemoryStrategy",
|
|
10523
10534
|
"parameters": [
|
|
@@ -10541,7 +10552,7 @@
|
|
|
10541
10552
|
"immutable": true,
|
|
10542
10553
|
"locationInModule": {
|
|
10543
10554
|
"filename": "agentcore/memory/memory.ts",
|
|
10544
|
-
"line":
|
|
10555
|
+
"line": 543
|
|
10545
10556
|
},
|
|
10546
10557
|
"name": "PROPERTY_INJECTION_ID",
|
|
10547
10558
|
"static": true,
|
|
@@ -10557,7 +10568,7 @@
|
|
|
10557
10568
|
"immutable": true,
|
|
10558
10569
|
"locationInModule": {
|
|
10559
10570
|
"filename": "agentcore/memory/memory.ts",
|
|
10560
|
-
"line":
|
|
10571
|
+
"line": 634
|
|
10561
10572
|
},
|
|
10562
10573
|
"name": "grantPrincipal",
|
|
10563
10574
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase",
|
|
@@ -10576,7 +10587,7 @@
|
|
|
10576
10587
|
"immutable": true,
|
|
10577
10588
|
"locationInModule": {
|
|
10578
10589
|
"filename": "agentcore/memory/memory.ts",
|
|
10579
|
-
"line":
|
|
10590
|
+
"line": 585
|
|
10580
10591
|
},
|
|
10581
10592
|
"name": "memoryArn",
|
|
10582
10593
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase",
|
|
@@ -10595,7 +10606,7 @@
|
|
|
10595
10606
|
"immutable": true,
|
|
10596
10607
|
"locationInModule": {
|
|
10597
10608
|
"filename": "agentcore/memory/memory.ts",
|
|
10598
|
-
"line":
|
|
10609
|
+
"line": 595
|
|
10599
10610
|
},
|
|
10600
10611
|
"name": "memoryId",
|
|
10601
10612
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase",
|
|
@@ -10614,7 +10625,7 @@
|
|
|
10614
10625
|
"immutable": true,
|
|
10615
10626
|
"locationInModule": {
|
|
10616
10627
|
"filename": "agentcore/memory/memory.ts",
|
|
10617
|
-
"line":
|
|
10628
|
+
"line": 590
|
|
10618
10629
|
},
|
|
10619
10630
|
"name": "memoryName",
|
|
10620
10631
|
"type": {
|
|
@@ -10632,7 +10643,7 @@
|
|
|
10632
10643
|
"immutable": true,
|
|
10633
10644
|
"locationInModule": {
|
|
10634
10645
|
"filename": "agentcore/memory/memory.ts",
|
|
10635
|
-
"line":
|
|
10646
|
+
"line": 643
|
|
10636
10647
|
},
|
|
10637
10648
|
"name": "memoryStrategies",
|
|
10638
10649
|
"type": {
|
|
@@ -10652,7 +10663,7 @@
|
|
|
10652
10663
|
"immutable": true,
|
|
10653
10664
|
"locationInModule": {
|
|
10654
10665
|
"filename": "agentcore/memory/memory.ts",
|
|
10655
|
-
"line":
|
|
10666
|
+
"line": 620
|
|
10656
10667
|
},
|
|
10657
10668
|
"name": "createdAt",
|
|
10658
10669
|
"optional": true,
|
|
@@ -10669,7 +10680,7 @@
|
|
|
10669
10680
|
"immutable": true,
|
|
10670
10681
|
"locationInModule": {
|
|
10671
10682
|
"filename": "agentcore/memory/memory.ts",
|
|
10672
|
-
"line":
|
|
10683
|
+
"line": 608
|
|
10673
10684
|
},
|
|
10674
10685
|
"name": "description",
|
|
10675
10686
|
"optional": true,
|
|
@@ -10685,7 +10696,7 @@
|
|
|
10685
10696
|
"immutable": true,
|
|
10686
10697
|
"locationInModule": {
|
|
10687
10698
|
"filename": "agentcore/memory/memory.ts",
|
|
10688
|
-
"line":
|
|
10699
|
+
"line": 612
|
|
10689
10700
|
},
|
|
10690
10701
|
"name": "executionRole",
|
|
10691
10702
|
"optional": true,
|
|
@@ -10702,7 +10713,7 @@
|
|
|
10702
10713
|
"immutable": true,
|
|
10703
10714
|
"locationInModule": {
|
|
10704
10715
|
"filename": "agentcore/memory/memory.ts",
|
|
10705
|
-
"line":
|
|
10716
|
+
"line": 599
|
|
10706
10717
|
},
|
|
10707
10718
|
"name": "expirationDuration",
|
|
10708
10719
|
"optional": true,
|
|
@@ -10721,7 +10732,7 @@
|
|
|
10721
10732
|
"immutable": true,
|
|
10722
10733
|
"locationInModule": {
|
|
10723
10734
|
"filename": "agentcore/memory/memory.ts",
|
|
10724
|
-
"line":
|
|
10735
|
+
"line": 604
|
|
10725
10736
|
},
|
|
10726
10737
|
"name": "failureReason",
|
|
10727
10738
|
"optional": true,
|
|
@@ -10737,7 +10748,7 @@
|
|
|
10737
10748
|
"immutable": true,
|
|
10738
10749
|
"locationInModule": {
|
|
10739
10750
|
"filename": "agentcore/memory/memory.ts",
|
|
10740
|
-
"line":
|
|
10751
|
+
"line": 638
|
|
10741
10752
|
},
|
|
10742
10753
|
"name": "kmsKey",
|
|
10743
10754
|
"optional": true,
|
|
@@ -10754,7 +10765,7 @@
|
|
|
10754
10765
|
"immutable": true,
|
|
10755
10766
|
"locationInModule": {
|
|
10756
10767
|
"filename": "agentcore/memory/memory.ts",
|
|
10757
|
-
"line":
|
|
10768
|
+
"line": 616
|
|
10758
10769
|
},
|
|
10759
10770
|
"name": "status",
|
|
10760
10771
|
"optional": true,
|
|
@@ -10772,7 +10783,7 @@
|
|
|
10772
10783
|
"immutable": true,
|
|
10773
10784
|
"locationInModule": {
|
|
10774
10785
|
"filename": "agentcore/memory/memory.ts",
|
|
10775
|
-
"line":
|
|
10786
|
+
"line": 630
|
|
10776
10787
|
},
|
|
10777
10788
|
"name": "tags",
|
|
10778
10789
|
"optional": true,
|
|
@@ -10793,7 +10804,7 @@
|
|
|
10793
10804
|
"immutable": true,
|
|
10794
10805
|
"locationInModule": {
|
|
10795
10806
|
"filename": "agentcore/memory/memory.ts",
|
|
10796
|
-
"line":
|
|
10807
|
+
"line": 624
|
|
10797
10808
|
},
|
|
10798
10809
|
"name": "updatedAt",
|
|
10799
10810
|
"optional": true,
|
|
@@ -10820,7 +10831,7 @@
|
|
|
10820
10831
|
"kind": "interface",
|
|
10821
10832
|
"locationInModule": {
|
|
10822
10833
|
"filename": "agentcore/memory/memory.ts",
|
|
10823
|
-
"line":
|
|
10834
|
+
"line": 496
|
|
10824
10835
|
},
|
|
10825
10836
|
"name": "MemoryAttributes",
|
|
10826
10837
|
"properties": [
|
|
@@ -10836,7 +10847,7 @@
|
|
|
10836
10847
|
"immutable": true,
|
|
10837
10848
|
"locationInModule": {
|
|
10838
10849
|
"filename": "agentcore/memory/memory.ts",
|
|
10839
|
-
"line":
|
|
10850
|
+
"line": 501
|
|
10840
10851
|
},
|
|
10841
10852
|
"name": "memoryArn",
|
|
10842
10853
|
"type": {
|
|
@@ -10855,7 +10866,7 @@
|
|
|
10855
10866
|
"immutable": true,
|
|
10856
10867
|
"locationInModule": {
|
|
10857
10868
|
"filename": "agentcore/memory/memory.ts",
|
|
10858
|
-
"line":
|
|
10869
|
+
"line": 506
|
|
10859
10870
|
},
|
|
10860
10871
|
"name": "roleArn",
|
|
10861
10872
|
"type": {
|
|
@@ -10872,7 +10883,7 @@
|
|
|
10872
10883
|
"immutable": true,
|
|
10873
10884
|
"locationInModule": {
|
|
10874
10885
|
"filename": "agentcore/memory/memory.ts",
|
|
10875
|
-
"line":
|
|
10886
|
+
"line": 526
|
|
10876
10887
|
},
|
|
10877
10888
|
"name": "createdAt",
|
|
10878
10889
|
"optional": true,
|
|
@@ -10890,7 +10901,7 @@
|
|
|
10890
10901
|
"immutable": true,
|
|
10891
10902
|
"locationInModule": {
|
|
10892
10903
|
"filename": "agentcore/memory/memory.ts",
|
|
10893
|
-
"line":
|
|
10904
|
+
"line": 516
|
|
10894
10905
|
},
|
|
10895
10906
|
"name": "kmsKeyArn",
|
|
10896
10907
|
"optional": true,
|
|
@@ -10908,7 +10919,7 @@
|
|
|
10908
10919
|
"immutable": true,
|
|
10909
10920
|
"locationInModule": {
|
|
10910
10921
|
"filename": "agentcore/memory/memory.ts",
|
|
10911
|
-
"line":
|
|
10922
|
+
"line": 521
|
|
10912
10923
|
},
|
|
10913
10924
|
"name": "status",
|
|
10914
10925
|
"optional": true,
|
|
@@ -10926,7 +10937,7 @@
|
|
|
10926
10937
|
"immutable": true,
|
|
10927
10938
|
"locationInModule": {
|
|
10928
10939
|
"filename": "agentcore/memory/memory.ts",
|
|
10929
|
-
"line":
|
|
10940
|
+
"line": 511
|
|
10930
10941
|
},
|
|
10931
10942
|
"name": "updatedAt",
|
|
10932
10943
|
"optional": true,
|
|
@@ -11690,16 +11701,13 @@
|
|
|
11690
11701
|
{
|
|
11691
11702
|
"abstract": true,
|
|
11692
11703
|
"docs": {
|
|
11693
|
-
"custom": {
|
|
11694
|
-
"required": "- No"
|
|
11695
|
-
},
|
|
11696
11704
|
"stability": "experimental",
|
|
11697
11705
|
"summary": "The name of the memory Valid characters are a-z, A-Z, 0-9, _ (underscore) The name must start with a letter and can be up to 48 characters long Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}."
|
|
11698
11706
|
},
|
|
11699
11707
|
"immutable": true,
|
|
11700
11708
|
"locationInModule": {
|
|
11701
11709
|
"filename": "agentcore/memory/memory.ts",
|
|
11702
|
-
"line":
|
|
11710
|
+
"line": 448
|
|
11703
11711
|
},
|
|
11704
11712
|
"name": "memoryName",
|
|
11705
11713
|
"type": {
|
|
@@ -11709,17 +11717,14 @@
|
|
|
11709
11717
|
{
|
|
11710
11718
|
"abstract": true,
|
|
11711
11719
|
"docs": {
|
|
11712
|
-
"
|
|
11713
|
-
"required": "- No"
|
|
11714
|
-
},
|
|
11715
|
-
"default": "No description",
|
|
11720
|
+
"default": "- No description",
|
|
11716
11721
|
"stability": "experimental",
|
|
11717
11722
|
"summary": "Optional description for the memory Valid characters are a-z, A-Z, 0-9, _ (underscore), - (hyphen) and spaces The description can have up to 200 characters."
|
|
11718
11723
|
},
|
|
11719
11724
|
"immutable": true,
|
|
11720
11725
|
"locationInModule": {
|
|
11721
11726
|
"filename": "agentcore/memory/memory.ts",
|
|
11722
|
-
"line":
|
|
11727
|
+
"line": 462
|
|
11723
11728
|
},
|
|
11724
11729
|
"name": "description",
|
|
11725
11730
|
"optional": true,
|
|
@@ -11730,17 +11735,14 @@
|
|
|
11730
11735
|
{
|
|
11731
11736
|
"abstract": true,
|
|
11732
11737
|
"docs": {
|
|
11733
|
-
"
|
|
11734
|
-
"required": "- No"
|
|
11735
|
-
},
|
|
11736
|
-
"default": "A new role will be created.",
|
|
11738
|
+
"default": "- A new role will be created.",
|
|
11737
11739
|
"stability": "experimental",
|
|
11738
11740
|
"summary": "The IAM role that provides permissions for the memory to access AWS services when using custom strategies."
|
|
11739
11741
|
},
|
|
11740
11742
|
"immutable": true,
|
|
11741
11743
|
"locationInModule": {
|
|
11742
11744
|
"filename": "agentcore/memory/memory.ts",
|
|
11743
|
-
"line":
|
|
11745
|
+
"line": 480
|
|
11744
11746
|
},
|
|
11745
11747
|
"name": "executionRole",
|
|
11746
11748
|
"optional": true,
|
|
@@ -11751,10 +11753,7 @@
|
|
|
11751
11753
|
{
|
|
11752
11754
|
"abstract": true,
|
|
11753
11755
|
"docs": {
|
|
11754
|
-
"
|
|
11755
|
-
"required": "- No"
|
|
11756
|
-
},
|
|
11757
|
-
"default": "90",
|
|
11756
|
+
"default": "- 90 days",
|
|
11758
11757
|
"remarks": "Sets the short-term (raw event) memory retention.\nEvents older than the specified duration will expire and no longer be stored.",
|
|
11759
11758
|
"stability": "experimental",
|
|
11760
11759
|
"summary": "Short-term memory expiration in days (between 7 and 365)."
|
|
@@ -11762,7 +11761,7 @@
|
|
|
11762
11761
|
"immutable": true,
|
|
11763
11762
|
"locationInModule": {
|
|
11764
11763
|
"filename": "agentcore/memory/memory.ts",
|
|
11765
|
-
"line":
|
|
11764
|
+
"line": 455
|
|
11766
11765
|
},
|
|
11767
11766
|
"name": "expirationDuration",
|
|
11768
11767
|
"optional": true,
|
|
@@ -11773,17 +11772,14 @@
|
|
|
11773
11772
|
{
|
|
11774
11773
|
"abstract": true,
|
|
11775
11774
|
"docs": {
|
|
11776
|
-
"
|
|
11777
|
-
"required": "- No"
|
|
11778
|
-
},
|
|
11779
|
-
"default": "Your data is encrypted with a key that AWS owns and manages for you",
|
|
11775
|
+
"default": "- Your data is encrypted with a key that AWS owns and manages for you",
|
|
11780
11776
|
"stability": "experimental",
|
|
11781
11777
|
"summary": "Custom KMS key to use for encryption."
|
|
11782
11778
|
},
|
|
11783
11779
|
"immutable": true,
|
|
11784
11780
|
"locationInModule": {
|
|
11785
11781
|
"filename": "agentcore/memory/memory.ts",
|
|
11786
|
-
"line":
|
|
11782
|
+
"line": 467
|
|
11787
11783
|
},
|
|
11788
11784
|
"name": "kmsKey",
|
|
11789
11785
|
"optional": true,
|
|
@@ -11794,17 +11790,14 @@
|
|
|
11794
11790
|
{
|
|
11795
11791
|
"abstract": true,
|
|
11796
11792
|
"docs": {
|
|
11797
|
-
"
|
|
11798
|
-
"required": "- No"
|
|
11799
|
-
},
|
|
11800
|
-
"default": "No extraction strategies (short term memory only)",
|
|
11793
|
+
"default": "- No extraction strategies (short term memory only)",
|
|
11801
11794
|
"stability": "experimental",
|
|
11802
11795
|
"summary": "If you need long-term memory for context recall across sessions, you can setup memory extraction strategies to extract the relevant memory from the raw events."
|
|
11803
11796
|
},
|
|
11804
11797
|
"immutable": true,
|
|
11805
11798
|
"locationInModule": {
|
|
11806
11799
|
"filename": "agentcore/memory/memory.ts",
|
|
11807
|
-
"line":
|
|
11800
|
+
"line": 473
|
|
11808
11801
|
},
|
|
11809
11802
|
"name": "memoryStrategies",
|
|
11810
11803
|
"optional": true,
|
|
@@ -11820,17 +11813,14 @@
|
|
|
11820
11813
|
{
|
|
11821
11814
|
"abstract": true,
|
|
11822
11815
|
"docs": {
|
|
11823
|
-
"
|
|
11824
|
-
"required": "- No"
|
|
11825
|
-
},
|
|
11826
|
-
"default": "{} no tags",
|
|
11816
|
+
"default": "- no tags",
|
|
11827
11817
|
"stability": "experimental",
|
|
11828
11818
|
"summary": "Tags (optional) A list of key:value pairs of tags to apply to this memory resource."
|
|
11829
11819
|
},
|
|
11830
11820
|
"immutable": true,
|
|
11831
11821
|
"locationInModule": {
|
|
11832
11822
|
"filename": "agentcore/memory/memory.ts",
|
|
11833
|
-
"line":
|
|
11823
|
+
"line": 487
|
|
11834
11824
|
},
|
|
11835
11825
|
"name": "tags",
|
|
11836
11826
|
"optional": true,
|
|
@@ -11867,7 +11857,7 @@
|
|
|
11867
11857
|
"kind": "class",
|
|
11868
11858
|
"locationInModule": {
|
|
11869
11859
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11870
|
-
"line":
|
|
11860
|
+
"line": 116
|
|
11871
11861
|
},
|
|
11872
11862
|
"methods": [
|
|
11873
11863
|
{
|
|
@@ -11879,7 +11869,7 @@
|
|
|
11879
11869
|
},
|
|
11880
11870
|
"locationInModule": {
|
|
11881
11871
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11882
|
-
"line":
|
|
11872
|
+
"line": 136
|
|
11883
11873
|
},
|
|
11884
11874
|
"name": "usingBuiltInSemantic",
|
|
11885
11875
|
"returns": {
|
|
@@ -11898,7 +11888,7 @@
|
|
|
11898
11888
|
},
|
|
11899
11889
|
"locationInModule": {
|
|
11900
11890
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11901
|
-
"line":
|
|
11891
|
+
"line": 123
|
|
11902
11892
|
},
|
|
11903
11893
|
"name": "usingBuiltInSummarization",
|
|
11904
11894
|
"returns": {
|
|
@@ -11917,7 +11907,7 @@
|
|
|
11917
11907
|
},
|
|
11918
11908
|
"locationInModule": {
|
|
11919
11909
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11920
|
-
"line":
|
|
11910
|
+
"line": 150
|
|
11921
11911
|
},
|
|
11922
11912
|
"name": "usingBuiltInUserPreference",
|
|
11923
11913
|
"returns": {
|
|
@@ -11936,7 +11926,7 @@
|
|
|
11936
11926
|
},
|
|
11937
11927
|
"locationInModule": {
|
|
11938
11928
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11939
|
-
"line":
|
|
11929
|
+
"line": 193
|
|
11940
11930
|
},
|
|
11941
11931
|
"name": "usingSelfManaged",
|
|
11942
11932
|
"parameters": [
|
|
@@ -11966,7 +11956,7 @@
|
|
|
11966
11956
|
},
|
|
11967
11957
|
"locationInModule": {
|
|
11968
11958
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11969
|
-
"line":
|
|
11959
|
+
"line": 164
|
|
11970
11960
|
},
|
|
11971
11961
|
"name": "usingSemantic",
|
|
11972
11962
|
"parameters": [
|
|
@@ -11996,7 +11986,7 @@
|
|
|
11996
11986
|
},
|
|
11997
11987
|
"locationInModule": {
|
|
11998
11988
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
11999
|
-
"line":
|
|
11989
|
+
"line": 184
|
|
12000
11990
|
},
|
|
12001
11991
|
"name": "usingSummarization",
|
|
12002
11992
|
"parameters": [
|
|
@@ -12026,7 +12016,7 @@
|
|
|
12026
12016
|
},
|
|
12027
12017
|
"locationInModule": {
|
|
12028
12018
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
12029
|
-
"line":
|
|
12019
|
+
"line": 174
|
|
12030
12020
|
},
|
|
12031
12021
|
"name": "usingUserPreference",
|
|
12032
12022
|
"parameters": [
|
|
@@ -12073,16 +12063,13 @@
|
|
|
12073
12063
|
{
|
|
12074
12064
|
"abstract": true,
|
|
12075
12065
|
"docs": {
|
|
12076
|
-
"custom": {
|
|
12077
|
-
"required": "- Yes"
|
|
12078
|
-
},
|
|
12079
12066
|
"stability": "experimental",
|
|
12080
12067
|
"summary": "The name for the strategy."
|
|
12081
12068
|
},
|
|
12082
12069
|
"immutable": true,
|
|
12083
12070
|
"locationInModule": {
|
|
12084
12071
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
12085
|
-
"line":
|
|
12072
|
+
"line": 67
|
|
12086
12073
|
},
|
|
12087
12074
|
"name": "name",
|
|
12088
12075
|
"type": {
|
|
@@ -12092,17 +12079,14 @@
|
|
|
12092
12079
|
{
|
|
12093
12080
|
"abstract": true,
|
|
12094
12081
|
"docs": {
|
|
12095
|
-
"
|
|
12096
|
-
"required": "- No"
|
|
12097
|
-
},
|
|
12098
|
-
"default": "No description",
|
|
12082
|
+
"default": "- No description",
|
|
12099
12083
|
"stability": "experimental",
|
|
12100
12084
|
"summary": "The description of the strategy."
|
|
12101
12085
|
},
|
|
12102
12086
|
"immutable": true,
|
|
12103
12087
|
"locationInModule": {
|
|
12104
12088
|
"filename": "agentcore/memory/memory-strategy.ts",
|
|
12105
|
-
"line":
|
|
12089
|
+
"line": 72
|
|
12106
12090
|
},
|
|
12107
12091
|
"name": "description",
|
|
12108
12092
|
"optional": true,
|
|
@@ -14836,7 +14820,7 @@
|
|
|
14836
14820
|
},
|
|
14837
14821
|
"locationInModule": {
|
|
14838
14822
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14839
|
-
"line":
|
|
14823
|
+
"line": 165
|
|
14840
14824
|
},
|
|
14841
14825
|
"parameters": [
|
|
14842
14826
|
{
|
|
@@ -14862,7 +14846,7 @@
|
|
|
14862
14846
|
"kind": "class",
|
|
14863
14847
|
"locationInModule": {
|
|
14864
14848
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14865
|
-
"line":
|
|
14849
|
+
"line": 148
|
|
14866
14850
|
},
|
|
14867
14851
|
"methods": [
|
|
14868
14852
|
{
|
|
@@ -14873,7 +14857,7 @@
|
|
|
14873
14857
|
},
|
|
14874
14858
|
"locationInModule": {
|
|
14875
14859
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14876
|
-
"line":
|
|
14860
|
+
"line": 226
|
|
14877
14861
|
},
|
|
14878
14862
|
"name": "grant",
|
|
14879
14863
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -14902,7 +14886,7 @@
|
|
|
14902
14886
|
},
|
|
14903
14887
|
"locationInModule": {
|
|
14904
14888
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14905
|
-
"line":
|
|
14889
|
+
"line": 185
|
|
14906
14890
|
},
|
|
14907
14891
|
"name": "render",
|
|
14908
14892
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -14923,7 +14907,7 @@
|
|
|
14923
14907
|
"immutable": true,
|
|
14924
14908
|
"locationInModule": {
|
|
14925
14909
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14926
|
-
"line":
|
|
14910
|
+
"line": 163
|
|
14927
14911
|
},
|
|
14928
14912
|
"name": "historicalContextWindowSize",
|
|
14929
14913
|
"type": {
|
|
@@ -14938,7 +14922,7 @@
|
|
|
14938
14922
|
"immutable": true,
|
|
14939
14923
|
"locationInModule": {
|
|
14940
14924
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14941
|
-
"line":
|
|
14925
|
+
"line": 155
|
|
14942
14926
|
},
|
|
14943
14927
|
"name": "invocationConfiguration",
|
|
14944
14928
|
"type": {
|
|
@@ -14953,7 +14937,7 @@
|
|
|
14953
14937
|
"immutable": true,
|
|
14954
14938
|
"locationInModule": {
|
|
14955
14939
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14956
|
-
"line":
|
|
14940
|
+
"line": 149
|
|
14957
14941
|
},
|
|
14958
14942
|
"name": "name",
|
|
14959
14943
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -14969,7 +14953,7 @@
|
|
|
14969
14953
|
"immutable": true,
|
|
14970
14954
|
"locationInModule": {
|
|
14971
14955
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14972
|
-
"line":
|
|
14956
|
+
"line": 151
|
|
14973
14957
|
},
|
|
14974
14958
|
"name": "strategyType",
|
|
14975
14959
|
"overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMemoryStrategy",
|
|
@@ -14985,7 +14969,7 @@
|
|
|
14985
14969
|
"immutable": true,
|
|
14986
14970
|
"locationInModule": {
|
|
14987
14971
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
14988
|
-
"line":
|
|
14972
|
+
"line": 159
|
|
14989
14973
|
},
|
|
14990
14974
|
"name": "triggerConditions",
|
|
14991
14975
|
"type": {
|
|
@@ -15000,7 +14984,7 @@
|
|
|
15000
14984
|
"immutable": true,
|
|
15001
14985
|
"locationInModule": {
|
|
15002
14986
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15003
|
-
"line":
|
|
14987
|
+
"line": 150
|
|
15004
14988
|
},
|
|
15005
14989
|
"name": "description",
|
|
15006
14990
|
"optional": true,
|
|
@@ -15030,23 +15014,20 @@
|
|
|
15030
15014
|
"kind": "interface",
|
|
15031
15015
|
"locationInModule": {
|
|
15032
15016
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15033
|
-
"line":
|
|
15017
|
+
"line": 128
|
|
15034
15018
|
},
|
|
15035
15019
|
"name": "SelfManagedStrategyProps",
|
|
15036
15020
|
"properties": [
|
|
15037
15021
|
{
|
|
15038
15022
|
"abstract": true,
|
|
15039
15023
|
"docs": {
|
|
15040
|
-
"custom": {
|
|
15041
|
-
"required": "- Yes"
|
|
15042
|
-
},
|
|
15043
15024
|
"stability": "experimental",
|
|
15044
15025
|
"summary": "Invocation configuration for self managed memory strategy."
|
|
15045
15026
|
},
|
|
15046
15027
|
"immutable": true,
|
|
15047
15028
|
"locationInModule": {
|
|
15048
15029
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15049
|
-
"line":
|
|
15030
|
+
"line": 137
|
|
15050
15031
|
},
|
|
15051
15032
|
"name": "invocationConfiguration",
|
|
15052
15033
|
"type": {
|
|
@@ -15056,10 +15037,7 @@
|
|
|
15056
15037
|
{
|
|
15057
15038
|
"abstract": true,
|
|
15058
15039
|
"docs": {
|
|
15059
|
-
"
|
|
15060
|
-
"required": "- No"
|
|
15061
|
-
},
|
|
15062
|
-
"default": "- 4",
|
|
15040
|
+
"default": "4",
|
|
15063
15041
|
"remarks": "A larger history window provides more context from past conversations.",
|
|
15064
15042
|
"stability": "experimental",
|
|
15065
15043
|
"summary": "Define the number of previous events to be included when processing memory."
|
|
@@ -15067,7 +15045,7 @@
|
|
|
15067
15045
|
"immutable": true,
|
|
15068
15046
|
"locationInModule": {
|
|
15069
15047
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15070
|
-
"line":
|
|
15048
|
+
"line": 133
|
|
15071
15049
|
},
|
|
15072
15050
|
"name": "historicalContextWindowSize",
|
|
15073
15051
|
"optional": true,
|
|
@@ -15078,9 +15056,6 @@
|
|
|
15078
15056
|
{
|
|
15079
15057
|
"abstract": true,
|
|
15080
15058
|
"docs": {
|
|
15081
|
-
"custom": {
|
|
15082
|
-
"required": "- No"
|
|
15083
|
-
},
|
|
15084
15059
|
"default": "- undefined",
|
|
15085
15060
|
"stability": "experimental",
|
|
15086
15061
|
"summary": "Trigger conditions for self managed memory strategy."
|
|
@@ -15088,7 +15063,7 @@
|
|
|
15088
15063
|
"immutable": true,
|
|
15089
15064
|
"locationInModule": {
|
|
15090
15065
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15091
|
-
"line":
|
|
15066
|
+
"line": 142
|
|
15092
15067
|
},
|
|
15093
15068
|
"name": "triggerConditions",
|
|
15094
15069
|
"optional": true,
|
|
@@ -15121,17 +15096,14 @@
|
|
|
15121
15096
|
{
|
|
15122
15097
|
"abstract": true,
|
|
15123
15098
|
"docs": {
|
|
15124
|
-
"
|
|
15125
|
-
"required": "- No"
|
|
15126
|
-
},
|
|
15127
|
-
"default": "- 1",
|
|
15099
|
+
"default": "1",
|
|
15128
15100
|
"stability": "experimental",
|
|
15129
15101
|
"summary": "Triggers memory processing when specified number of new messages is reached."
|
|
15130
15102
|
},
|
|
15131
15103
|
"immutable": true,
|
|
15132
15104
|
"locationInModule": {
|
|
15133
15105
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15134
|
-
"line":
|
|
15106
|
+
"line": 96
|
|
15135
15107
|
},
|
|
15136
15108
|
"name": "messageBasedTrigger",
|
|
15137
15109
|
"optional": true,
|
|
@@ -15142,10 +15114,7 @@
|
|
|
15142
15114
|
{
|
|
15143
15115
|
"abstract": true,
|
|
15144
15116
|
"docs": {
|
|
15145
|
-
"
|
|
15146
|
-
"required": "- No"
|
|
15147
|
-
},
|
|
15148
|
-
"default": "- 10",
|
|
15117
|
+
"default": "- 10 seconds",
|
|
15149
15118
|
"remarks": "Value in seconds.",
|
|
15150
15119
|
"stability": "experimental",
|
|
15151
15120
|
"summary": "Triggers memory processing when the session has been idle for the specified duration."
|
|
@@ -15153,7 +15122,7 @@
|
|
|
15153
15122
|
"immutable": true,
|
|
15154
15123
|
"locationInModule": {
|
|
15155
15124
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15156
|
-
"line":
|
|
15125
|
+
"line": 102
|
|
15157
15126
|
},
|
|
15158
15127
|
"name": "timeBasedTrigger",
|
|
15159
15128
|
"optional": true,
|
|
@@ -15164,17 +15133,14 @@
|
|
|
15164
15133
|
{
|
|
15165
15134
|
"abstract": true,
|
|
15166
15135
|
"docs": {
|
|
15167
|
-
"
|
|
15168
|
-
"required": "- No"
|
|
15169
|
-
},
|
|
15170
|
-
"default": "- 100",
|
|
15136
|
+
"default": "100",
|
|
15171
15137
|
"stability": "experimental",
|
|
15172
15138
|
"summary": "Triggers memory processing when the token size reaches the specified threshold."
|
|
15173
15139
|
},
|
|
15174
15140
|
"immutable": true,
|
|
15175
15141
|
"locationInModule": {
|
|
15176
15142
|
"filename": "agentcore/memory/strategies/self-managed-strategy.ts",
|
|
15177
|
-
"line":
|
|
15143
|
+
"line": 107
|
|
15178
15144
|
},
|
|
15179
15145
|
"name": "tokenBasedTrigger",
|
|
15180
15146
|
"optional": true,
|
|
@@ -15287,6 +15253,6 @@
|
|
|
15287
15253
|
"symbolId": "agentcore/network/network-configuration:VpcConfigProps"
|
|
15288
15254
|
}
|
|
15289
15255
|
},
|
|
15290
|
-
"version": "2.
|
|
15256
|
+
"version": "2.223.0-alpha.0",
|
|
15291
15257
|
"fingerprint": "**********"
|
|
15292
15258
|
}
|