@aws/nx-plugin 1.0.0-rc.12 → 1.0.0-rc.13

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 (29) hide show
  1. package/LICENSE-THIRD-PARTY +81 -3
  2. package/package.json +2 -2
  3. package/src/infra/app/__snapshots__/generator.spec.ts.snap +9 -9
  4. package/src/preset/__snapshots__/generator.spec.ts.snap +1 -1
  5. package/src/py/agent/__snapshots__/generator.spec.ts.snap +574 -5
  6. package/src/py/agent/files/http/init.py.template +5 -23
  7. package/src/py/agent/generator.js +27 -22
  8. package/src/py/agent/generator.js.map +1 -1
  9. package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +5 -22
  10. package/src/py/fast-api/files/app/__name__/init.py.template +5 -22
  11. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  12. package/src/ts/agent/__snapshots__/generator.spec.ts.snap +564 -0
  13. package/src/ts/agent/generator.js +23 -19
  14. package/src/ts/agent/generator.js.map +1 -1
  15. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  16. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +86 -39
  17. package/src/utils/agent-chat/agent-chat.d.ts +31 -0
  18. package/src/utils/agent-chat/agent-chat.js +30 -0
  19. package/src/utils/agent-chat/agent-chat.js.map +1 -0
  20. package/src/utils/agent-chat/files/a2a/chat.ts.template +33 -0
  21. package/src/utils/agent-chat/files/ag-ui/chat.ts.template +17 -0
  22. package/src/utils/agent-chat/files/common/agentcore.ts.template +81 -0
  23. package/src/utils/agent-chat/files/http-py/chat.ts.template +43 -0
  24. package/src/utils/agent-chat/files/http-ts/chat.ts.template +54 -0
  25. package/src/utils/versions.d.ts +44 -44
  26. package/src/utils/versions.js +43 -43
  27. package/src/utils/versions.js.map +1 -1
  28. package/src/py/agent/scripts/http/chat.ts.template +0 -38
  29. package/src/ts/agent/scripts/http/chat.ts.template +0 -35
@@ -8,14 +8,14 @@
8
8
  export declare const TS_VERSIONS: {
9
9
  readonly '@a2a-js/sdk': "0.3.13";
10
10
  readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.11.0";
11
- readonly '@aws-sdk/client-dynamodb': "3.1063.0";
12
- readonly '@aws-sdk/client-bedrock-runtime': "3.1063.0";
13
- readonly '@aws-sdk/client-s3': "3.1063.0";
14
- readonly '@aws-sdk/client-sts': "3.1063.0";
15
- readonly '@aws-sdk/credential-providers': "3.1063.0";
16
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.42";
17
- readonly '@aws-sdk/client-secrets-manager': "3.1063.0";
18
- readonly '@aws-sdk/rds-signer': "3.1063.0";
11
+ readonly '@aws-sdk/client-dynamodb': "3.1068.0";
12
+ readonly '@aws-sdk/client-bedrock-runtime': "3.1068.0";
13
+ readonly '@aws-sdk/client-s3': "3.1068.0";
14
+ readonly '@aws-sdk/client-sts': "3.1068.0";
15
+ readonly '@aws-sdk/credential-providers': "3.1068.0";
16
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.45";
17
+ readonly '@aws-sdk/client-secrets-manager': "3.1068.0";
18
+ readonly '@aws-sdk/rds-signer': "3.1068.0";
19
19
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
20
20
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
21
21
  readonly '@aws-lambda-powertools/logger': "2.33.1";
@@ -23,8 +23,8 @@ export declare const TS_VERSIONS: {
23
23
  readonly '@aws-lambda-powertools/parameters': "2.33.1";
24
24
  readonly '@aws-lambda-powertools/tracer': "2.33.1";
25
25
  readonly '@aws-lambda-powertools/parser': "2.33.1";
26
- readonly '@aws-sdk/client-appconfigdata': "3.1063.0";
27
- readonly '@middy/core': "7.6.5";
26
+ readonly '@aws-sdk/client-appconfigdata': "3.1068.0";
27
+ readonly '@middy/core': "7.6.7";
28
28
  readonly '@nxlv/python': "22.2.0";
29
29
  readonly '@nx-extend/terraform': "10.2.1";
30
30
  readonly '@nx/devkit': "22.7.5";
@@ -33,45 +33,45 @@ export declare const TS_VERSIONS: {
33
33
  readonly '@modelcontextprotocol/sdk': "1.29.0";
34
34
  readonly '@modelcontextprotocol/inspector': "0.19.0";
35
35
  readonly '@ag-ui/aws-strands': "0.1.0";
36
- readonly '@ag-ui/client': "0.0.56";
37
- readonly '@ag-ui/core': "0.0.56";
38
- readonly '@ag-ui/encoder': "0.0.56";
39
- readonly 'agent-chat-cli': "0.2.0";
40
- readonly '@copilotkit/react-core': "1.60.0";
36
+ readonly '@ag-ui/client': "0.0.57";
37
+ readonly '@ag-ui/core': "0.0.57";
38
+ readonly '@ag-ui/encoder': "0.0.57";
39
+ readonly 'agent-chat-cli': "0.3.0";
40
+ readonly '@copilotkit/react-core': "1.60.1";
41
41
  readonly rxjs: "7.8.2";
42
- readonly '@strands-agents/sdk': "1.4.0";
42
+ readonly '@strands-agents/sdk': "1.5.0";
43
43
  readonly '@tanstack/react-router': "1.170.15";
44
44
  readonly '@tanstack/router-plugin': "1.168.18";
45
45
  readonly '@tanstack/router-generator': "1.167.17";
46
46
  readonly '@tanstack/virtual-file-routes': "1.162.0";
47
47
  readonly '@tanstack/router-utils': "1.162.2";
48
- readonly '@cloudscape-design/board-components': "3.0.189";
49
- readonly '@cloudscape-design/chat-components': "1.0.138";
50
- readonly '@cloudscape-design/components': "3.0.1308";
51
- readonly '@cloudscape-design/global-styles': "1.0.59";
48
+ readonly '@cloudscape-design/board-components': "3.0.190";
49
+ readonly '@cloudscape-design/chat-components': "1.0.139";
50
+ readonly '@cloudscape-design/components': "3.0.1310";
51
+ readonly '@cloudscape-design/global-styles': "1.0.60";
52
52
  readonly '@tanstack/react-query': "5.101.0";
53
53
  readonly '@tanstack/react-query-devtools': "5.101.0";
54
54
  readonly '@trpc/tanstack-react-query': "11.17.0";
55
55
  readonly '@trpc/client': "11.17.0";
56
56
  readonly '@trpc/server': "11.17.0";
57
- readonly '@types/node': "25.9.2";
57
+ readonly '@types/node': "25.9.3";
58
58
  readonly '@types/aws-lambda': "8.10.162";
59
59
  readonly '@types/cors': "2.8.19";
60
60
  readonly '@types/pg': "8.20.0";
61
61
  readonly '@types/ws': "8.18.1";
62
62
  readonly '@types/express': "5.0.6";
63
- readonly '@smithy/config-resolver': "4.5.6";
64
- readonly '@smithy/node-config-provider': "4.4.6";
65
- readonly '@smithy/node-http-handler': "4.7.7";
66
- readonly '@smithy/types': "4.14.3";
63
+ readonly '@smithy/config-resolver': "4.5.7";
64
+ readonly '@smithy/node-config-provider': "4.4.7";
65
+ readonly '@smithy/node-http-handler': "4.7.8";
66
+ readonly '@smithy/types': "4.14.4";
67
67
  readonly '@vitest/coverage-v8': "4.1.8";
68
68
  readonly '@vitest/ui': "4.1.8";
69
69
  readonly '@astrojs/react': "5.0.7";
70
- readonly '@astrojs/starlight': "0.39.3";
71
- readonly astro: "6.4.4";
70
+ readonly '@astrojs/starlight': "0.40.0";
71
+ readonly astro: "6.4.6";
72
72
  readonly aws4fetch: "1.0.20";
73
73
  readonly 'aws-cdk': "2.1126.0";
74
- readonly 'aws-cdk-lib': "2.258.0";
74
+ readonly 'aws-cdk-lib': "2.259.0";
75
75
  readonly 'aws-xray-sdk-core': "3.12.0";
76
76
  readonly constructs: "10.6.0";
77
77
  readonly cors: "2.8.6";
@@ -79,11 +79,11 @@ export declare const TS_VERSIONS: {
79
79
  readonly 'class-variance-authority': "0.7.1";
80
80
  readonly clsx: "2.1.1";
81
81
  readonly commander: "14.0.3";
82
- readonly electrodb: "3.9.0";
83
- readonly esbuild: "0.28.0";
82
+ readonly electrodb: "3.9.1";
83
+ readonly esbuild: "0.28.1";
84
84
  readonly 'event-source-polyfill': "1.0.31";
85
85
  readonly '@types/event-source-polyfill': "1.0.5";
86
- readonly '@biomejs/biome': "2.4.16";
86
+ readonly '@biomejs/biome': "2.5.0";
87
87
  readonly '@prisma/adapter-mariadb': "7.8.0";
88
88
  readonly '@prisma/adapter-pg': "7.8.0";
89
89
  readonly '@prisma/client': "7.8.0";
@@ -95,7 +95,7 @@ export declare const TS_VERSIONS: {
95
95
  readonly 'fs-extra': "11.3.5";
96
96
  readonly '@types/fs-extra': "11.0.4";
97
97
  readonly 'make-dir-cli': "4.0.0";
98
- readonly mariadb: "3.5.2";
98
+ readonly mariadb: "3.5.3";
99
99
  readonly ncp: "2.0.0";
100
100
  readonly 'npm-check-updates': "19.6.6";
101
101
  readonly 'oidc-client-ts': "3.5.0";
@@ -105,16 +105,16 @@ export declare const TS_VERSIONS: {
105
105
  readonly react: "19.2.7";
106
106
  readonly 'react-dom': "19.2.7";
107
107
  readonly rimraf: "6.1.3";
108
- readonly rolldown: "1.0.3";
108
+ readonly rolldown: "1.1.1";
109
109
  readonly 'simple-git': "3.36.0";
110
110
  readonly 'source-map-support': "0.5.21";
111
111
  readonly 'starlight-blog': "0.26.1";
112
112
  readonly tailwindcss: "4.2.2";
113
113
  readonly '@tailwindcss/vite': "4.2.2";
114
114
  readonly tsx: "4.22.4";
115
- readonly 'lucide-react': "1.17.0";
115
+ readonly 'lucide-react': "1.18.0";
116
116
  readonly 'radix-ui': "1.5.0";
117
- readonly shadcn: "4.10.0";
117
+ readonly shadcn: "4.11.0";
118
118
  readonly 'tw-animate-css': "1.4.0";
119
119
  readonly 'tailwind-merge': "3.6.0";
120
120
  readonly vite: "8.0.16";
@@ -128,7 +128,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
128
128
  * Add versions to the given dependencies
129
129
  */
130
130
  export declare const withVersions: (deps: ITsDepVersion[]) => {
131
- [k: string]: "0.3.13" | "0.11.0" | "3.1063.0" | "3.972.42" | "1.0.0-alpha.10" | "2.33.1" | "7.6.5" | "22.2.0" | "10.2.1" | "22.7.5" | "1.29.0" | "0.19.0" | "0.1.0" | "0.0.56" | "0.2.0" | "1.60.0" | "7.8.2" | "1.4.0" | "1.170.15" | "1.168.18" | "1.167.17" | "1.162.0" | "1.162.2" | "3.0.189" | "1.0.138" | "3.0.1308" | "1.0.59" | "5.101.0" | "11.17.0" | "25.9.2" | "8.10.162" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.6" | "4.4.6" | "4.7.7" | "4.14.3" | "4.1.8" | "5.0.7" | "0.39.3" | "6.4.4" | "1.0.20" | "2.1126.0" | "2.258.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.0" | "0.28.0" | "1.0.31" | "1.0.5" | "2.4.16" | "7.8.0" | "6.0.1" | "3.1.5" | "5.2.1" | "3.3.3" | "9.1.7" | "11.3.5" | "11.0.4" | "4.0.0" | "3.5.2" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.0.3" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.4" | "1.17.0" | "1.5.0" | "4.10.0" | "3.6.0" | "8.0.16" | "6.0.3" | "4.4.3";
131
+ [k: string]: "0.3.13" | "0.11.0" | "3.1068.0" | "3.972.45" | "1.0.0-alpha.10" | "2.33.1" | "7.6.7" | "22.2.0" | "10.2.1" | "22.7.5" | "1.29.0" | "0.19.0" | "0.1.0" | "0.0.57" | "0.3.0" | "1.60.1" | "7.8.2" | "1.5.0" | "1.170.15" | "1.168.18" | "1.167.17" | "1.162.0" | "1.162.2" | "3.0.190" | "1.0.139" | "3.0.1310" | "1.0.60" | "5.101.0" | "11.17.0" | "25.9.3" | "8.10.162" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.7" | "4.4.7" | "4.7.8" | "4.14.4" | "4.1.8" | "5.0.7" | "0.40.0" | "6.4.6" | "1.0.20" | "2.1126.0" | "2.259.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.1" | "0.28.1" | "1.0.31" | "1.0.5" | "2.5.0" | "7.8.0" | "6.0.1" | "3.1.5" | "5.2.1" | "3.3.3" | "9.1.7" | "11.3.5" | "11.0.4" | "4.0.0" | "3.5.3" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.1.1" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.4" | "1.18.0" | "4.11.0" | "1.4.0" | "3.6.0" | "8.0.16" | "6.0.3" | "4.4.3";
132
132
  };
133
133
  /**
134
134
  * Versions for Python dependencies added by generators
@@ -140,19 +140,19 @@ export declare const PY_VERSIONS: {
140
140
  readonly 'aws-lambda-powertools[tracer]': "==3.29.0";
141
141
  readonly 'aws-lambda-powertools[parser]': "==3.29.0";
142
142
  readonly 'aws-opentelemetry-distro': "==0.17.1";
143
- readonly 'bedrock-agentcore': "==1.14.0";
144
- readonly boto3: "==1.43.24";
145
- readonly checkov: "==3.2.533";
146
- readonly fastapi: "==0.136.3";
147
- readonly 'fastapi[standard]': "==0.136.3";
143
+ readonly 'bedrock-agentcore': "==1.14.1";
144
+ readonly boto3: "==1.43.29";
145
+ readonly checkov: "==3.3.1";
146
+ readonly fastapi: "==0.137.1";
147
+ readonly 'fastapi[standard]': "==0.137.1";
148
148
  readonly httpx: "==0.28.1";
149
149
  readonly mcp: "==1.27.2";
150
150
  readonly 'pip-check-updates': "==0.28.0";
151
151
  readonly 'pip-licenses': "==5.5.5";
152
- readonly 'strands-agents': "==1.42.0";
153
- readonly 'strands-agents[a2a]': "==1.42.0";
152
+ readonly 'strands-agents': "==1.43.0";
153
+ readonly 'strands-agents[a2a]': "==1.43.0";
154
154
  readonly 'strands-agents-tools': "==0.8.0";
155
- readonly ty: "==0.0.42";
155
+ readonly ty: "==0.0.49";
156
156
  readonly uvicorn: "==0.49.0";
157
157
  };
158
158
  export type IPyDepVersion = keyof typeof PY_VERSIONS;
@@ -11,14 +11,14 @@ exports.VENDORED_VERSIONS = exports.withPyVersions = exports.PY_VERSIONS = expor
11
11
  exports.TS_VERSIONS = {
12
12
  '@a2a-js/sdk': '0.3.13',
13
13
  '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.11.0',
14
- '@aws-sdk/client-dynamodb': '3.1063.0',
15
- '@aws-sdk/client-bedrock-runtime': '3.1063.0',
16
- '@aws-sdk/client-s3': '3.1063.0',
17
- '@aws-sdk/client-sts': '3.1063.0',
18
- '@aws-sdk/credential-providers': '3.1063.0',
19
- '@aws-sdk/credential-provider-cognito-identity': '3.972.42',
20
- '@aws-sdk/client-secrets-manager': '3.1063.0',
21
- '@aws-sdk/rds-signer': '3.1063.0',
14
+ '@aws-sdk/client-dynamodb': '3.1068.0',
15
+ '@aws-sdk/client-bedrock-runtime': '3.1068.0',
16
+ '@aws-sdk/client-s3': '3.1068.0',
17
+ '@aws-sdk/client-sts': '3.1068.0',
18
+ '@aws-sdk/credential-providers': '3.1068.0',
19
+ '@aws-sdk/credential-provider-cognito-identity': '3.972.45',
20
+ '@aws-sdk/client-secrets-manager': '3.1068.0',
21
+ '@aws-sdk/rds-signer': '3.1068.0',
22
22
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
23
23
  '@aws-smithy/server-node': '1.0.0-alpha.10',
24
24
  '@aws-lambda-powertools/logger': '2.33.1',
@@ -26,8 +26,8 @@ exports.TS_VERSIONS = {
26
26
  '@aws-lambda-powertools/parameters': '2.33.1',
27
27
  '@aws-lambda-powertools/tracer': '2.33.1',
28
28
  '@aws-lambda-powertools/parser': '2.33.1',
29
- '@aws-sdk/client-appconfigdata': '3.1063.0',
30
- '@middy/core': '7.6.5',
29
+ '@aws-sdk/client-appconfigdata': '3.1068.0',
30
+ '@middy/core': '7.6.7',
31
31
  '@nxlv/python': '22.2.0',
32
32
  '@nx-extend/terraform': '10.2.1',
33
33
  '@nx/devkit': '22.7.5',
@@ -36,45 +36,45 @@ exports.TS_VERSIONS = {
36
36
  '@modelcontextprotocol/sdk': '1.29.0',
37
37
  '@modelcontextprotocol/inspector': '0.19.0',
38
38
  '@ag-ui/aws-strands': '0.1.0',
39
- '@ag-ui/client': '0.0.56',
40
- '@ag-ui/core': '0.0.56',
41
- '@ag-ui/encoder': '0.0.56',
42
- 'agent-chat-cli': '0.2.0',
43
- '@copilotkit/react-core': '1.60.0',
39
+ '@ag-ui/client': '0.0.57',
40
+ '@ag-ui/core': '0.0.57',
41
+ '@ag-ui/encoder': '0.0.57',
42
+ 'agent-chat-cli': '0.3.0',
43
+ '@copilotkit/react-core': '1.60.1',
44
44
  rxjs: '7.8.2',
45
- '@strands-agents/sdk': '1.4.0',
45
+ '@strands-agents/sdk': '1.5.0',
46
46
  '@tanstack/react-router': '1.170.15',
47
47
  '@tanstack/router-plugin': '1.168.18',
48
48
  '@tanstack/router-generator': '1.167.17',
49
49
  '@tanstack/virtual-file-routes': '1.162.0',
50
50
  '@tanstack/router-utils': '1.162.2',
51
- '@cloudscape-design/board-components': '3.0.189',
52
- '@cloudscape-design/chat-components': '1.0.138',
53
- '@cloudscape-design/components': '3.0.1308',
54
- '@cloudscape-design/global-styles': '1.0.59',
51
+ '@cloudscape-design/board-components': '3.0.190',
52
+ '@cloudscape-design/chat-components': '1.0.139',
53
+ '@cloudscape-design/components': '3.0.1310',
54
+ '@cloudscape-design/global-styles': '1.0.60',
55
55
  '@tanstack/react-query': '5.101.0',
56
56
  '@tanstack/react-query-devtools': '5.101.0',
57
57
  '@trpc/tanstack-react-query': '11.17.0',
58
58
  '@trpc/client': '11.17.0',
59
59
  '@trpc/server': '11.17.0',
60
- '@types/node': '25.9.2',
60
+ '@types/node': '25.9.3',
61
61
  '@types/aws-lambda': '8.10.162',
62
62
  '@types/cors': '2.8.19',
63
63
  '@types/pg': '8.20.0',
64
64
  '@types/ws': '8.18.1',
65
65
  '@types/express': '5.0.6',
66
- '@smithy/config-resolver': '4.5.6',
67
- '@smithy/node-config-provider': '4.4.6',
68
- '@smithy/node-http-handler': '4.7.7',
69
- '@smithy/types': '4.14.3',
66
+ '@smithy/config-resolver': '4.5.7',
67
+ '@smithy/node-config-provider': '4.4.7',
68
+ '@smithy/node-http-handler': '4.7.8',
69
+ '@smithy/types': '4.14.4',
70
70
  '@vitest/coverage-v8': '4.1.8',
71
71
  '@vitest/ui': '4.1.8',
72
72
  '@astrojs/react': '5.0.7',
73
- '@astrojs/starlight': '0.39.3',
74
- astro: '6.4.4',
73
+ '@astrojs/starlight': '0.40.0',
74
+ astro: '6.4.6',
75
75
  aws4fetch: '1.0.20',
76
76
  'aws-cdk': '2.1126.0',
77
- 'aws-cdk-lib': '2.258.0',
77
+ 'aws-cdk-lib': '2.259.0',
78
78
  'aws-xray-sdk-core': '3.12.0',
79
79
  constructs: '10.6.0',
80
80
  cors: '2.8.6',
@@ -82,11 +82,11 @@ exports.TS_VERSIONS = {
82
82
  'class-variance-authority': '0.7.1',
83
83
  clsx: '2.1.1',
84
84
  commander: '14.0.3',
85
- electrodb: '3.9.0',
86
- esbuild: '0.28.0',
85
+ electrodb: '3.9.1',
86
+ esbuild: '0.28.1',
87
87
  'event-source-polyfill': '1.0.31',
88
88
  '@types/event-source-polyfill': '1.0.5',
89
- '@biomejs/biome': '2.4.16',
89
+ '@biomejs/biome': '2.5.0',
90
90
  '@prisma/adapter-mariadb': '7.8.0',
91
91
  '@prisma/adapter-pg': '7.8.0',
92
92
  '@prisma/client': '7.8.0',
@@ -98,7 +98,7 @@ exports.TS_VERSIONS = {
98
98
  'fs-extra': '11.3.5',
99
99
  '@types/fs-extra': '11.0.4',
100
100
  'make-dir-cli': '4.0.0',
101
- mariadb: '3.5.2',
101
+ mariadb: '3.5.3',
102
102
  ncp: '2.0.0',
103
103
  'npm-check-updates': '19.6.6',
104
104
  'oidc-client-ts': '3.5.0',
@@ -108,16 +108,16 @@ exports.TS_VERSIONS = {
108
108
  react: '19.2.7',
109
109
  'react-dom': '19.2.7',
110
110
  rimraf: '6.1.3',
111
- rolldown: '1.0.3',
111
+ rolldown: '1.1.1',
112
112
  'simple-git': '3.36.0',
113
113
  'source-map-support': '0.5.21',
114
114
  'starlight-blog': '0.26.1',
115
115
  tailwindcss: '4.2.2',
116
116
  '@tailwindcss/vite': '4.2.2',
117
117
  tsx: '4.22.4',
118
- 'lucide-react': '1.17.0',
118
+ 'lucide-react': '1.18.0',
119
119
  'radix-ui': '1.5.0',
120
- shadcn: '4.10.0',
120
+ shadcn: '4.11.0',
121
121
  'tw-animate-css': '1.4.0',
122
122
  'tailwind-merge': '3.6.0',
123
123
  vite: '8.0.16',
@@ -141,19 +141,19 @@ exports.PY_VERSIONS = {
141
141
  'aws-lambda-powertools[tracer]': '==3.29.0',
142
142
  'aws-lambda-powertools[parser]': '==3.29.0',
143
143
  'aws-opentelemetry-distro': '==0.17.1',
144
- 'bedrock-agentcore': '==1.14.0',
145
- boto3: '==1.43.24',
146
- checkov: '==3.2.533',
147
- fastapi: '==0.136.3',
148
- 'fastapi[standard]': '==0.136.3',
144
+ 'bedrock-agentcore': '==1.14.1',
145
+ boto3: '==1.43.29',
146
+ checkov: '==3.3.1',
147
+ fastapi: '==0.137.1',
148
+ 'fastapi[standard]': '==0.137.1',
149
149
  httpx: '==0.28.1',
150
150
  mcp: '==1.27.2',
151
151
  'pip-check-updates': '==0.28.0',
152
152
  'pip-licenses': '==5.5.5',
153
- 'strands-agents': '==1.42.0',
154
- 'strands-agents[a2a]': '==1.42.0',
153
+ 'strands-agents': '==1.43.0',
154
+ 'strands-agents[a2a]': '==1.43.0',
155
155
  'strands-agents-tools': '==0.8.0',
156
- ty: '==0.0.42',
156
+ ty: '==0.0.49',
157
157
  uvicorn: '==0.49.0',
158
158
  };
159
159
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
@@ -1,38 +0,0 @@
1
- /**
2
- * Minimal chat CLI for <%- agentNameClassName %> (Python FastAPI / JSONL streaming).
3
- *
4
- * Uses the type-safe TypeScript client generated from the agent's OpenAPI
5
- * spec. Connects to the agent at `process.env.URL` (set by the Nx
6
- * `<%- agentTargetPrefix %>-chat` target).
7
- */
8
- import { randomUUID } from 'node:crypto';
9
- import { chatLoop, type ChatAdapter } from 'agent-chat-cli';
10
- import { <%- agentNameClassName %> } from './generated/client.gen.js';
11
-
12
- const SESSION_ID_HEADER = 'X-Amzn-Bedrock-AgentCore-Runtime-Session-Id';
13
-
14
- class <%- agentNameClassName %>Adapter implements ChatAdapter {
15
- private client!: <%- agentNameClassName %>;
16
- // AgentCore session IDs must be at least 33 characters.
17
- private readonly sessionId = randomUUID().replaceAll('-', '').padEnd(33, '0');
18
-
19
- async connect(url: string) {
20
- this.client = new <%- agentNameClassName %>({
21
- url,
22
- fetch: (input, init) => {
23
- const headers = new Headers(init?.headers);
24
- headers.set(SESSION_ID_HEADER, this.sessionId);
25
- return fetch(input, { ...init, headers });
26
- },
27
- });
28
- return { agentName: '<%- agentNameClassName %>' };
29
- }
30
-
31
- async *sendMessage(text: string): AsyncIterable<string> {
32
- for await (const chunk of this.client.invoke({ message: text })) {
33
- if (typeof chunk.content === 'string') yield chunk.content;
34
- }
35
- }
36
- }
37
-
38
- await chatLoop(new <%- agentNameClassName %>Adapter(), process.env.URL!);
@@ -1,35 +0,0 @@
1
- /**
2
- * Minimal chat CLI for <%- agentNameClassName %> (HTTP / tRPC WebSocket).
3
- *
4
- * Connects to the agent at `process.env.URL` (set by the Nx `<%- agentTargetPrefix %>-chat` target).
5
- */
6
- import { chatLoop, type ChatAdapter } from 'agent-chat-cli';
7
- import { <%- agentNameClassName %>Client } from '<%- relativeAgentImport %>/client.js';
8
-
9
- class TrpcWebSocketAdapter implements ChatAdapter {
10
- private client!: ReturnType<typeof <%- agentNameClassName %>Client.local>;
11
-
12
- async connect(url: string) {
13
- this.client = <%- agentNameClassName %>Client.local({ url });
14
- return { agentName: '<%- agentNameClassName %>' };
15
- }
16
-
17
- async *sendMessage(text: string): AsyncIterable<string> {
18
- const stream = new ReadableStream<string>({
19
- start: (controller) => {
20
- this.client.invoke.subscribe(
21
- { message: text },
22
- {
23
- onData: (chunk: string) => controller.enqueue(chunk),
24
- onComplete: () => controller.close(),
25
- onError: (err: unknown) => controller.error(err),
26
- },
27
- );
28
- },
29
- });
30
-
31
- yield* stream as unknown as AsyncIterable<string>;
32
- }
33
- }
34
-
35
- await chatLoop(new TrpcWebSocketAdapter(), process.env.URL!);