appmod-catalog-blueprints 1.7.0__tar.gz → 1.7.1__tar.gz

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 (17) hide show
  1. {appmod_catalog_blueprints-1.7.0/src/appmod_catalog_blueprints.egg-info → appmod_catalog_blueprints-1.7.1}/PKG-INFO +2 -2
  2. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/setup.py +3 -3
  3. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints/__init__.py +71 -0
  4. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints/_jsii/__init__.py +2 -2
  5. appmod_catalog_blueprints-1.7.1/src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.7.1.jsii.tgz +0 -0
  6. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1/src/appmod_catalog_blueprints.egg-info}/PKG-INFO +2 -2
  7. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints.egg-info/SOURCES.txt +1 -1
  8. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints.egg-info/requires.txt +1 -1
  9. appmod_catalog_blueprints-1.7.0/src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.7.0.jsii.tgz +0 -0
  10. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/LICENSE +0 -0
  11. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/MANIFEST.in +0 -0
  12. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/README.md +0 -0
  13. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/pyproject.toml +0 -0
  14. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/setup.cfg +0 -0
  15. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints/py.typed +0 -0
  16. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints.egg-info/dependency_links.txt +0 -0
  17. {appmod_catalog_blueprints-1.7.0 → appmod_catalog_blueprints-1.7.1}/src/appmod_catalog_blueprints.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: appmod-catalog-blueprints
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Serverless infrastructure components organized by business use cases
5
5
  Home-page: https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -22,7 +22,7 @@ License-File: LICENSE
22
22
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.218.0
23
23
  Requires-Dist: aws-cdk.aws-lambda-python-alpha<3.0.0,>=2.218.0.a0
24
24
  Requires-Dist: constructs<11.0.0,>=10.0.5
25
- Requires-Dist: jsii<2.0.0,>=1.125.0
25
+ Requires-Dist: jsii<2.0.0,>=1.126.0
26
26
  Requires-Dist: publication>=0.0.3
27
27
  Requires-Dist: typeguard==2.13.3
28
28
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "appmod-catalog-blueprints",
8
- "version": "1.7.0",
8
+ "version": "1.7.1",
9
9
  "description": "Serverless infrastructure components organized by business use cases",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "appmod_catalog_blueprints._jsii": [
29
- "cdk-appmod-catalog-blueprints@1.7.0.jsii.tgz"
29
+ "cdk-appmod-catalog-blueprints@1.7.1.jsii.tgz"
30
30
  ],
31
31
  "appmod_catalog_blueprints": [
32
32
  "py.typed"
@@ -37,7 +37,7 @@ kwargs = json.loads(
37
37
  "aws-cdk-lib>=2.218.0, <3.0.0",
38
38
  "aws-cdk.aws-lambda-python-alpha>=2.218.0.a0, <3.0.0",
39
39
  "constructs>=10.0.5, <11.0.0",
40
- "jsii>=1.125.0, <2.0.0",
40
+ "jsii>=1.126.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard==2.13.3"
43
43
  ],
@@ -1164,6 +1164,21 @@ class BaseAgent(
1164
1164
  '''
1165
1165
  return typing.cast(typing.List["KnowledgeBaseRuntimeConfig"], jsii.get(self, "knowledgeBaseConfigs"))
1166
1166
 
1167
+ @builtins.property
1168
+ @jsii.member(jsii_name="knowledgeBaseLayers")
1169
+ def _knowledge_base_layers(
1170
+ self,
1171
+ ) -> typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]:
1172
+ '''(experimental) Lambda layers required by knowledge base retrieval tools.
1173
+
1174
+ This array contains Lambda layers from all configured knowledge bases.
1175
+ Subclasses should add these layers to the agent Lambda function to
1176
+ ensure retrieval tools have access to required dependencies.
1177
+
1178
+ :stability: experimental
1179
+ '''
1180
+ return typing.cast(typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"], jsii.get(self, "knowledgeBaseLayers"))
1181
+
1167
1182
  @builtins.property
1168
1183
  @jsii.member(jsii_name="logGroupDataProtection")
1169
1184
  def _log_group_data_protection(self) -> "LogGroupDataProtectionProps":
@@ -5538,6 +5553,26 @@ class IKnowledgeBase(typing_extensions.Protocol):
5538
5553
  '''
5539
5554
  ...
5540
5555
 
5556
+ @jsii.member(jsii_name="retrievalToolLayers")
5557
+ def retrieval_tool_layers(
5558
+ self,
5559
+ ) -> typing.Optional[typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]]:
5560
+ '''(experimental) Provide Lambda layers required by the retrieval tool.
5561
+
5562
+ This optional method allows knowledge base implementations to provide
5563
+ Lambda layers containing dependencies needed by their retrieval tool.
5564
+ For example, a knowledge base might need specific boto3 versions,
5565
+ custom libraries, or SDK extensions.
5566
+
5567
+ The layers will be added to the agent's Lambda function, making the
5568
+ dependencies available to the retrieval tool at runtime.
5569
+
5570
+ :return: Array of Lambda LayerVersion objects, or undefined if no layers needed
5571
+
5572
+ :stability: experimental
5573
+ '''
5574
+ ...
5575
+
5541
5576
 
5542
5577
  class _IKnowledgeBaseProxy:
5543
5578
  '''(experimental) Interface for knowledge base implementations.
@@ -5639,6 +5674,26 @@ class _IKnowledgeBaseProxy:
5639
5674
  '''
5640
5675
  return typing.cast(typing.Optional["_aws_cdk_aws_s3_assets_ceddda9d.Asset"], jsii.invoke(self, "retrievalToolAsset", []))
5641
5676
 
5677
+ @jsii.member(jsii_name="retrievalToolLayers")
5678
+ def retrieval_tool_layers(
5679
+ self,
5680
+ ) -> typing.Optional[typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]]:
5681
+ '''(experimental) Provide Lambda layers required by the retrieval tool.
5682
+
5683
+ This optional method allows knowledge base implementations to provide
5684
+ Lambda layers containing dependencies needed by their retrieval tool.
5685
+ For example, a knowledge base might need specific boto3 versions,
5686
+ custom libraries, or SDK extensions.
5687
+
5688
+ The layers will be added to the agent's Lambda function, making the
5689
+ dependencies available to the retrieval tool at runtime.
5690
+
5691
+ :return: Array of Lambda LayerVersion objects, or undefined if no layers needed
5692
+
5693
+ :stability: experimental
5694
+ '''
5695
+ return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]], jsii.invoke(self, "retrievalToolLayers", []))
5696
+
5642
5697
  # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
5643
5698
  typing.cast(typing.Any, IKnowledgeBase).__jsii_proxy_class__ = lambda : _IKnowledgeBaseProxy
5644
5699
 
@@ -8945,6 +9000,22 @@ class BaseKnowledgeBase(
8945
9000
  '''
8946
9001
  return typing.cast(typing.Optional["_aws_cdk_aws_s3_assets_ceddda9d.Asset"], jsii.invoke(self, "retrievalToolAsset", []))
8947
9002
 
9003
+ @jsii.member(jsii_name="retrievalToolLayers")
9004
+ def retrieval_tool_layers(
9005
+ self,
9006
+ ) -> typing.Optional[typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]]:
9007
+ '''(experimental) Provide Lambda layers required by the retrieval tool.
9008
+
9009
+ By default, returns undefined indicating no additional layers are needed.
9010
+ Subclasses can override this method to provide Lambda layers containing
9011
+ dependencies required by their retrieval tool.
9012
+
9013
+ :return: undefined indicating no additional layers needed
9014
+
9015
+ :stability: experimental
9016
+ '''
9017
+ return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_lambda_ceddda9d.LayerVersion"]], jsii.invoke(self, "retrievalToolLayers", []))
9018
+
8948
9019
  @jsii.member(jsii_name="validateProps")
8949
9020
  def _validate_props(
8950
9021
  self,
@@ -34,9 +34,9 @@ import constructs._jsii
34
34
 
35
35
  __jsii_assembly__ = jsii.JSIIAssembly.load(
36
36
  "@cdklabs/cdk-appmod-catalog-blueprints",
37
- "1.7.0",
37
+ "1.7.1",
38
38
  __name__[0:-6],
39
- "cdk-appmod-catalog-blueprints@1.7.0.jsii.tgz",
39
+ "cdk-appmod-catalog-blueprints@1.7.1.jsii.tgz",
40
40
  )
41
41
 
42
42
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: appmod-catalog-blueprints
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Serverless infrastructure components organized by business use cases
5
5
  Home-page: https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -22,7 +22,7 @@ License-File: LICENSE
22
22
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.218.0
23
23
  Requires-Dist: aws-cdk.aws-lambda-python-alpha<3.0.0,>=2.218.0.a0
24
24
  Requires-Dist: constructs<11.0.0,>=10.0.5
25
- Requires-Dist: jsii<2.0.0,>=1.125.0
25
+ Requires-Dist: jsii<2.0.0,>=1.126.0
26
26
  Requires-Dist: publication>=0.0.3
27
27
  Requires-Dist: typeguard==2.13.3
28
28
 
@@ -11,4 +11,4 @@ src/appmod_catalog_blueprints.egg-info/dependency_links.txt
11
11
  src/appmod_catalog_blueprints.egg-info/requires.txt
12
12
  src/appmod_catalog_blueprints.egg-info/top_level.txt
13
13
  src/appmod_catalog_blueprints/_jsii/__init__.py
14
- src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.7.0.jsii.tgz
14
+ src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.7.1.jsii.tgz
@@ -1,6 +1,6 @@
1
1
  aws-cdk-lib<3.0.0,>=2.218.0
2
2
  aws-cdk.aws-lambda-python-alpha<3.0.0,>=2.218.0.a0
3
3
  constructs<11.0.0,>=10.0.5
4
- jsii<2.0.0,>=1.125.0
4
+ jsii<2.0.0,>=1.126.0
5
5
  publication>=0.0.3
6
6
  typeguard==2.13.3