Fixes : linting and CodeQL alerts#1740
Open
nagagaddamu wants to merge 25 commits into
Open
Conversation
- 01-features: new 03-web-search folder with setup, raw MCP, Strands, and LangChain samples; updated requirements.txt with pinned versions - 06-workshops: new 03-Agent-Core-web-search workshop with 6 notebooks covering gateway setup, Strands agent, LangChain agent, CVE scanner, earnings brief, and iterative research pattern - 06-workshops/05-AgentCore-tools/README.md: added Web Search Tool section
…cy notices - Add deep-research-agent use case with iterative Plan/Search/Reflect/Synthesize loop - Add gateway_setup.py with auto-detect/prompt/provision flow (no hard prerequisites) - Add search privacy callout to all 03-web-search README files - Fix model ID default to use cross-region inference profile - Add user-friendly error handling for auth failures
Amazon Bedrock AgentCore new web search feature
security: clean up from setup README
Remove unfinished samples for web-search workshop (Work in progress)
…nt to use-cases README
web search workshop folder clean up + Deep-research-agent added to README.md
Resolves CodeQL finding: clear-text logging of sensitive information. Setup scripts now write credentials to .env.web-search (gitignored) instead of printing secrets to stdout. All READMEs updated to reference 'source .env.web-search' instead of manual export.
security: write credentials to .env file instead of logging to stdout
- Add timeout=10 to requests.post calls (resolves CodeQL finding) - Simplify search privacy notice (remove 'licensed content' reference)
fix: add request timeout and update search privacy wording
Recommendations from vedashreevinay
Signed-off-by: Naga Gaddamu <zigeesha@hotmail.com>
… architecture png
…ed cleanup - Reorganize 03-web-search/ into standalone samples: 01-raw-mcp, 02-strands-agent, 03-langchain-agent - Each sample includes setup_gateway.py, demo script, cleanup.py, images, and README - Remove separate 01-setup-gateway/ and 05-cleanup/ folders - Move shared setup/cleanup logic to utils/ - Add cleanup.py to deep-research-agent use case - Update all READMEs to template format (Core Concepts, Tutorials, Quick Start, How It Works) - Add request timeout to gateway_auth.py - Pin boto3>=1.38.0 in requirements.txt
…b search + Updated websearch tutorialarchitecture + web search supported regions and note
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 AgentCore Samples Pull Request
Important
review readylabel to it. Only PRs withreview readywill be reviewed.Issue number:
Concise description of the PR
User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.