Example of Agent with tools hosted on ECS Fargate#182
Open
darenwkt wants to merge 1 commit intoawslabs:mainfrom
Open
Example of Agent with tools hosted on ECS Fargate#182darenwkt wants to merge 1 commit intoawslabs:mainfrom
darenwkt wants to merge 1 commit intoawslabs:mainfrom
Conversation
examples/agents/agent_with_fargate_tool/cdk/BedrockAgentStack/BedrockAgentStack_stack.py
Outdated
Show resolved
Hide resolved
Author
|
Thanks @jdebuseamazon for the comments, have addressed them, please take another look! 🙏 |
examples/agents/agent_with_fargate_tool/cdk/BedrockAgentStack/BedrockAgentStack_stack.py
Outdated
Show resolved
Hide resolved
jdebuseamazon
approved these changes
Mar 18, 2026
Author
|
Thanks @jdebuseamazon, addressed latest comments, could you take another look please? 🙏 |
jdebuseamazon
approved these changes
Mar 18, 2026
jdebuseamazon
left a comment
There was a problem hiding this comment.
Many thanks for addressing all the comments! 🚢😀
Author
|
Thanks @jdebuseamazon for the review! @EashanKaushik would you be able to kindly review this PR as well please? 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Amazon Bedrock Agent Samples Pull Request
Instructions
Describe your changes
Issue ticket number and link
All Submissions:
New Example Submissions:
Have you linted your Python code with black?
Does this implementation use the shared tools
src/utils/*. List them here: N/ADoes this implementation use the helper functions
src/utils/*. List them here:Have you included your Agent Example name and introduction in README.md and examples/agents/README.md? Yes
Have you included your Multi-Agent Example name and introduction in README.md and examples/multi_agent_collaboration/README.md? N/A
Have you documented Introduction, Architecture Diagram, Prerequisites, Usage, Sample Prompts, and Clean Up steps in your example README?
I agree to resolve any issues created for this example in the future.
src/utils Submissions:
Changes to the utils folder won't be accepted. Instead, open a new issue.
src/shared tool Submissions:
Changes to existing tools won't be accepted. Instead, open a new issue.
More details available in: #181