fixing this project so it can run first time without any errors#3
Open
getOffIt wants to merge 8 commits intoaws-samples:mainfrom
Open
fixing this project so it can run first time without any errors#3getOffIt wants to merge 8 commits intoaws-samples:mainfrom
getOffIt wants to merge 8 commits intoaws-samples:mainfrom
Conversation
- Add region parameter to get_model_id() method in bedrock_info class - Automatically strip 'us.' prefix for non-US regions (e.g., eu-west-2) - Update all get_model_id() calls to pass region parameter - Fixes ValidationException when using Bedrock in non-US regions Resolves #1
Fix: Make Bedrock model IDs region-aware to support non-US regions
- Implement persistent Python REPL with per-agent namespaces - Variables persist within each agent's execution (fixes NameError) - Agents are isolated from each other (prevents variable conflicts) - Add thread-local storage for agent context - Update all agent tools to set agent name before execution - Add comprehensive test suite for isolation verification Fixes: #2
…-isolation Fix #2: Implement per-agent namespace isolation for Python REPL
- Added botocore[crt]>=1.40.51 to dependencies - Ensures certificate-based authentication support for AWS CLI aws login - Prevents MissingDependencyException on initial execution Fixes #4
Fix #4: Add botocore[crt] dependency to pyproject.toml
- Add python-docx>=1.1.0 to dependencies in pyproject.toml - Fixes issue where Reporter agents fail to generate DOCX reports - Resolves #9
Fix: Add python-docx dependency to resolve ModuleNotFoundError
Author
|
@glossyyoon should we merge this? |
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.
Issue #, if available:
Description of changes:
I found four blocking issues when running this project post AWSRe:invent2025 conference and fixed them.
see documentations for each of the issues in the PR and in the fork.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.