Commit fc5c571
authored
Update to version v4.0.0
### Added
- Multi-Agent workflow orchestration to address complex tasks with multiple coordinated agents.
- Agent Builder use case for configuring, deploying, and managing AI Agents from the Management Dashboard.
- MCP Server deployment using images, Lambda functions, OpenAPI specs, or Smitty files.
- Multimodal input capabilities for Agent Builder and workflow use cases.
- AWS Lambda provisioned concurrency support for text and bedrock agent use cases to improve performance and reduce cold starts.
### Security
- Upgraded js-yaml to `3.14.2` and `4.1.1` to mitigate CVE-2025-64718
- Upgraded glob to `10.5.0` to mitigate CVE-2025-64756
- Upgraded langchain-core to `0.3.80` to mitigate CVE-2025-65106File tree
795 files changed
+154789
-15368
lines changed- deployment
- ecr
- gaab-strands-agent
- scripts
- src
- test
- gaab-strands-common
- scripts
- src/gaab_strands_common
- custom_tools
- setup
- multimodal
- utils
- test
- custom_tools
- multimodal
- utils
- gaab-strands-workflow-agent
- scripts
- src
- test
- source
- infrastructure
- bin
- lib
- api
- model-schema
- deployments
- agents
- params
- mcp
- params
- workflows
- params
- feedback
- multimodal
- auth
- feedback
- framework
- layers
- metrics
- multimodal
- storage
- use-case-management
- use-case-stacks/agent-core
- components
- utils
- utils
- vpc
- test
- api
- model-schema
- deployments
- agents
- params
- mcp
- params
- workflows
- params
- feedback
- multimodal
- auth
- framework
- mock-lambda-func
- node-lambda
- python-lambda
- typescript-lambda
- mock-ui
- multimodal
- storage
- use-case-management
- use-case-stacks/agent-core
- components
- utils
- utils
- vpc
- lambda
- agentcore-invocation
- test
- utils
- chat
- custom-authorizer
- test
- utils
- custom-resource
- operations
- test
- fixtures
- operations
- utils
- utils
- ext-idp-group-mapper
- feedback-management
- services
- test
- services
- utils
- files-management
- models
- services
- test
- commands
- factories
- services
- utils
- validators
- utils
- validators
- files-metadata-management
- models
- test
- utils
- utils
- invoke-agent
- layers
- aws-node-user-agent-config
- aws-sdk-lib
- aws_boto3
- custom_boto3_init
- langchain
- model-info
- models
- utils
- use-case-details
- test
- utils
- utils
- use-case-management
- cfn
- ddb
- model
- adapters
- commands
- validators
- s3
- test
- cfn
- ddb
- model
- adapters
- commands
- command
- validators
- s3
- utils
- utils
- websocket-connectors
- model-info
- scripts/v2_migration
- ui-chat
- src
- __tests__
- components
- common
- markdown
- thinking
- hooks
- models
- pages/chat
- components
- input
- messages
- reducers
- utils
- components
- common
- markdown
- multimodal
- __tests__
- thinking
- tool-usage
- tools
- hooks
- __tests__
- mocks
- models
- api
- pages/chat
- components
- input
- messages
- reducers
- services
- __tests__
- store
- types
- utils
- ui-deployment
- src
- components
- __tests__
- __mocks__
- dashboard
- snapshot_tests
- useCaseDetails
- __snapshots__
- wizard
- useCaseDetails
- gateway
- mcps
- memory
- model
- systemPrompt
- workflowDetails
- workflowOrchestration
- wizard
- Workflow
- commons
- __tests__
- common
- dashboard
- useCaseDetails
- agentDetails
- gateway
- general
- mcps
- memory
- model
- runtime
- systemPrompt
- targets
- workflowDetails
- workflowOrchestration
- wizard
- AgentBuilder
- __tests__
- MCPServer
- __tests__
- Model
- __tests__
- common
- __tests__
- providers
- __tests__
- Review
- __tests__
- UseCase
- __tests__
- Workflow
- __tests__
- __tests__
- interfaces
- Steps
- __tests__
- UseCaseTypes
- __tests__
- utils
- __tests__
- hooks
- __tests__
- services
- __tests__
- utils
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
795 files changed
+154789
-15368
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 | | |
9 | 25 | | |
10 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| 169 | + | |
166 | 170 | | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
| |||
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| 188 | + | |
183 | 189 | | |
184 | 190 | | |
185 | 191 | | |
| |||
385 | 391 | | |
386 | 392 | | |
387 | 393 | | |
| 394 | + | |
388 | 395 | | |
389 | 396 | | |
390 | 397 | | |
391 | 398 | | |
| 399 | + | |
392 | 400 | | |
| 401 | + | |
393 | 402 | | |
394 | 403 | | |
395 | 404 | | |
| |||
398 | 407 | | |
399 | 408 | | |
400 | 409 | | |
| 410 | + | |
401 | 411 | | |
402 | 412 | | |
403 | 413 | | |
| |||
573 | 583 | | |
574 | 584 | | |
575 | 585 | | |
| 586 | + | |
| 587 | + | |
576 | 588 | | |
577 | 589 | | |
578 | 590 | | |
| |||
601 | 613 | | |
602 | 614 | | |
603 | 615 | | |
| 616 | + | |
604 | 617 | | |
605 | 618 | | |
606 | 619 | | |
| |||
614 | 627 | | |
615 | 628 | | |
616 | 629 | | |
| 630 | + | |
617 | 631 | | |
618 | 632 | | |
619 | 633 | | |
620 | 634 | | |
| 635 | + | |
621 | 636 | | |
622 | 637 | | |
623 | 638 | | |
| |||
661 | 676 | | |
662 | 677 | | |
663 | 678 | | |
| 679 | + | |
664 | 680 | | |
| 681 | + | |
665 | 682 | | |
666 | 683 | | |
667 | 684 | | |
| |||
748 | 765 | | |
749 | 766 | | |
750 | 767 | | |
| 768 | + | |
751 | 769 | | |
752 | 770 | | |
753 | 771 | | |
| |||
763 | 781 | | |
764 | 782 | | |
765 | 783 | | |
| 784 | + | |
766 | 785 | | |
767 | 786 | | |
768 | 787 | | |
| |||
785 | 804 | | |
786 | 805 | | |
787 | 806 | | |
| 807 | + | |
788 | 808 | | |
789 | 809 | | |
790 | 810 | | |
| |||
1040 | 1060 | | |
1041 | 1061 | | |
1042 | 1062 | | |
| 1063 | + | |
1043 | 1064 | | |
1044 | 1065 | | |
1045 | 1066 | | |
| |||
1093 | 1114 | | |
1094 | 1115 | | |
1095 | 1116 | | |
| 1117 | + | |
1096 | 1118 | | |
1097 | 1119 | | |
1098 | 1120 | | |
| |||
1482 | 1504 | | |
1483 | 1505 | | |
1484 | 1506 | | |
| 1507 | + | |
1485 | 1508 | | |
1486 | 1509 | | |
1487 | 1510 | | |
| |||
1526 | 1549 | | |
1527 | 1550 | | |
1528 | 1551 | | |
1529 | | - | |
| 1552 | + | |
1530 | 1553 | | |
1531 | 1554 | | |
| 1555 | + | |
1532 | 1556 | | |
1533 | 1557 | | |
1534 | 1558 | | |
| |||
1575 | 1599 | | |
1576 | 1600 | | |
1577 | 1601 | | |
| 1602 | + | |
1578 | 1603 | | |
1579 | 1604 | | |
1580 | 1605 | | |
| |||
1685 | 1710 | | |
1686 | 1711 | | |
1687 | 1712 | | |
| 1713 | + | |
| 1714 | + | |
1688 | 1715 | | |
1689 | | - | |
1690 | 1716 | | |
1691 | 1717 | | |
1692 | 1718 | | |
1693 | 1719 | | |
1694 | 1720 | | |
| 1721 | + | |
1695 | 1722 | | |
1696 | 1723 | | |
1697 | 1724 | | |
| |||
1700 | 1727 | | |
1701 | 1728 | | |
1702 | 1729 | | |
| 1730 | + | |
1703 | 1731 | | |
1704 | 1732 | | |
1705 | 1733 | | |
| |||
1737 | 1765 | | |
1738 | 1766 | | |
1739 | 1767 | | |
| 1768 | + | |
1740 | 1769 | | |
1741 | 1770 | | |
1742 | 1771 | | |
| |||
1765 | 1794 | | |
1766 | 1795 | | |
1767 | 1796 | | |
| 1797 | + | |
1768 | 1798 | | |
1769 | 1799 | | |
1770 | 1800 | | |
| |||
1839 | 1869 | | |
1840 | 1870 | | |
1841 | 1871 | | |
| 1872 | + | |
1842 | 1873 | | |
1843 | 1874 | | |
1844 | 1875 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
63 | 153 | | |
64 | 154 | | |
65 | 155 | | |
| |||
0 commit comments