139 Commits

Author SHA1 Message Date
rohillasandeep
ccbeae72d8
Rohillao dev (#137)
* Remove .aws-sam build artifacts

Deleted .aws-sam folder as it contains build artifacts that are generated
during sam build and should not be checked into version control.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix MCP 1.10.0 compatibility and add Docker support

- Fix MCP client for 1.10.0 API changes (streamablehttp_client now returns 3-tuple)
- Add comprehensive .gitignore for AWS Operations Agent project
- Add Dockerfiles for agent-lambda and mcp-tool-lambda
- Update requirements.txt to use mcp==1.10.0
- Add fallback DirectMCPClient class for better error handling

* Update documentation and scripts

- Update SETUP.md with latest deployment instructions
- Modify create-target.py script for improved functionality

---------

Co-authored-by: name <alias@amazon.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-24 09:52:55 -07:00
Shreyas Subramanian
ae857e230e
fixing openai auth example (#134)
* changes to openai + strands + identity client

* changes to openai + strands + identity client
2025-07-23 14:12:58 -04:00
khastation
2e9be85bb7
fix(LICENSE) - LICENSE for README (#107) 2025-07-23 12:28:49 -04:00
Shubhankar Sumar
0b5a3bfb45
docs: modified readme with correction wording (#127)
* modified readme with correction wording

* Spelling mistake in 'In this tutorial can will the Amazon Bedrock AgentCore Python SDK to easily package your artifacts and deploy them to AgentCore runtime.' It's AgentCore not AgentCode

---------

Co-authored-by: Shubhankar Sumar <sssumar@amazon.co.uk>
2025-07-23 11:41:25 -04:00
rahullks
21ab538b7d
chore: change model to sonnet 3.7 and updated the system prompts (#133)
* change model to sonnet 3.7 and upated the system prompts

* cleared cell outputs
2025-07-23 11:38:33 -04:00
bergjaak
3fa81ff6dd
fix(memory): use id instead of memoryid (#131) 2025-07-23 10:45:44 -04:00
Shreyas Subramanian
bf2fb216d9
adding llama index agents example (#132) 2025-07-23 10:25:21 -04:00
Uriel Ramirez
f7c00e901d
fix(02-use-cases): File updates and content (#122)
* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* File updates and content

---------

Co-authored-by: Uriel Ramirez <beralfon@amazon.com>
2025-07-23 09:44:39 -04:00
aristsakpinis93
b345982f93
fix config directory creation (#126) 2025-07-23 08:55:52 -04:00
rohillasandeep
f58e9e362b
Remove .aws-sam build artifacts (#123)
Deleted .aws-sam folder as it contains build artifacts that are generated
during sam build and should not be checked into version control.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: name <alias@amazon.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-22 23:00:46 -07:00
satveerkhurpa
22510cd036
Identity0722 (#119)
* Updated token validity for the cognito user pool client

* Updated token validity for the cognito user pool client

---------

Co-authored-by: Satveer Khurpa <khurpas@amazon.com>
2025-07-22 20:15:56 -04:00
vedashreevinay
f13d794fb7
fixed broken links, added handling CAPTCHA tutorial (#113)
Co-authored-by: Veda Raman <vedashrr@amazon.com>
2025-07-22 16:15:49 -07:00
Shreyas Subramanian
d24a1a8905
feat(02-usecases): Using strands for async shopping, e2e works now with nova act (#117) 2025-07-22 17:02:42 -04:00
Shreyas Subramanian
6b722c5c7b
Update README.md (#105)
Signed-off-by: Shreyas Subramanian <subshrey@amazon.com>
2025-07-22 12:57:57 +02:00
Uriel Ramirez
1c2fb802a0
Data Analyst Assistant Solution with Amazon Bedrock AgentCore (#108)
* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

* Data Analyst Assistant Solution with Amazon Bedrock AgentCore

---------

Co-authored-by: Uriel Ramirez <beralfon@amazon.com>
2025-07-22 06:34:07 -04:00
Eashan Kaushik
88e19eddc9
customer-support-assistant v1 (#103)
* feat(customer-support): updated code

* Delete 02-use-cases/customer-support-assistant/Dockerfile

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>

* Update .gitignore

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>

---------

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>
2025-07-21 11:34:00 -04:00
Shreyas Subramanian
176ef7bd91
renaming folders (#102) 2025-07-21 10:45:13 -04:00
Maira Ladeira Tanke
41c9d9371b
Cleaning up runtime (#93)
* Clean up of runtime tutorials

* Clean up of runtime tutorials

* Adding streaming example

* Adding handling context example

* adding handling payloads example

* adding handling payloads example
2025-07-21 09:26:13 -04:00
Amit Arora
98df3aeb2e
feat(sre-agent): implement dynamic API key management and security enhancements (#85)
- Add dynamic API key retrieval from AWS Secrets Manager via AgentCore credential providers
- Replace hardcoded API keys in all server files with secure dynamic retrieval
- Add fail-fast authentication (no fallback to default keys)
- Implement pre-commit hook to prevent accidental domain exposure in OpenAPI specs
- Add comprehensive documentation for domain management workflow
- Increase boto3 retry configuration for improved reliability
- Remove unsupported --enable-observability flag
- Add credential provider configuration management

Resolves #84
2025-07-20 20:27:10 -04:00
Shreyas Subramanian
c02089d2e7
Adding OpenAI agents (#91)
* tables

* typos

* cleanup, other integs

* openai agents

* added tables to readme

---------

Signed-off-by: Shreyas Subramanian <shreyas.f117@gmail.com>
2025-07-19 18:48:36 -04:00
mvangara10
bb3d2c5461
add runtime utils.py (#76)
* AgentCore Observability

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* .env.example

* add runtime utils.py

Signed-off-by: mvangara10 <mvangara@amazon.com>

---------

Signed-off-by: mvangara10 <mvangara@amazon.com>
2025-07-19 15:17:07 -04:00
dependabot[bot]
7c0c9b6593
build(deps): Bump aiohttp (#65)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.12.14.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.12.14)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-19 15:15:32 -04:00
Shreyas Subramanian
8d214a6cdc
Cleanup + ADK integrations (#83)
* tables

* typos

* cleanup, other integs
2025-07-18 20:25:48 -04:00
rahullks
06428bff44
feat(01-tutorials): 1p tools readme updates (#77)
* Update README.md

Signed-off-by: rahullks <rahullks@gmail.com>

* Update README.md

Signed-off-by: rahullks <rahullks@gmail.com>

---------

Signed-off-by: rahullks <rahullks@gmail.com>
2025-07-18 13:00:14 -04:00
Sundar Raghavan
30a712f957
feat(01-tutorials): Improve AgentCore tools examples: (#61)
* Improve AgentCore tools examples:
1. Remove browser references from dynamic_research_agent_langgraph.py
2. Remove unnecessary wait time in run_live_viewer.py
3. Update README files with correct path instructions for running examples
4. Fix step numbering in run_live_viewer.py

* Improve AgentCore tools examples

* Updated research agent example

* Updated research agent example

* Implement robust research agent with Bedrock AgentCore

- Simplify LangGraph workflow to linear execution pattern
- Add direct data generation to avoid file system dependency issues
- Improve error handling with graceful fallback strategies

* fix for sample files path

---------

Co-authored-by: “Sundar” <“sdraghav@amazon.com”>
Co-authored-by: rahullks <rahullks@gmail.com>
2025-07-18 12:44:21 -04:00
Shreyas Subramanian
93c5696d68
fix: tables + typos (#68)
* tables

* typos
2025-07-18 12:04:54 -04:00
Akarsha Sehwag
964e738bd5
chores: Minor fixes (#75)
* chores: add minor fixes.

* fix: minor changes

* chore: remove gitignore
2025-07-18 11:09:46 -04:00
Shreyas Subramanian
6d31a0a1a1
autogen agent (#62)
* adding basic working strands example

* autogen agent

* autogen agent readme

* cleaned up
2025-07-17 14:50:53 -04:00
Eashan Kaushik
94f68ef951
refactor(usecases): update folder names
* search tool added

* search tool added

* rename

* Delete 02-use-cases/02-DB-Performance-Analyzer directory

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>

* Delete 02-use-cases/07-AWS-Operations-Agent directory

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>

---------

Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>
2025-07-17 14:26:27 -04:00
Eashan Kaushik
fdb8858096
feat(01-tutorials): Amazon Bedrock AgentCore Gateway search added (#59)
* search tool added

* search tool added
2025-07-17 12:16:23 -04:00
mvangara10
9a495d7c9d
feat(01-tutorials)-Update Observability Sample (#57)
* AgentCore Observability

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* .env.example

---------

Signed-off-by: mvangara10 <mvangara@amazon.com>
2025-07-17 10:58:41 -04:00
Shreyas Subramanian
d5eefa723c
adding basic working strands example (#58) 2025-07-17 10:14:13 -04:00
Godwin Vincent
c9def5d0d4
updated README.md file with bearer token generation (#54)
* updated README.md file with bearer token generation

* updated README.md file with bearer token generation-removed client id and secret credentials

* removed hardcoded domain
2025-07-16 17:08:33 -07:00
mvangara10
49820efb37
feat(AgentCore Observability): Added tutorial (#50)
* AgentCore Observability

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

* Update README.md

Signed-off-by: mvangara10 <mvangara@amazon.com>

---------

Signed-off-by: mvangara10 <mvangara@amazon.com>
2025-07-16 17:09:35 -04:00
Amit Arora
f7dff4fdf3
Add SRE Agent use case with updated dependencies and AgentCore integration (#48) 2025-07-16 14:05:39 -07:00
dependabot[bot]
57838e1b54
build(deps): Bump aiohttp (#42)
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-16 14:29:03 -04:00
Dhawalkumar Patel
78deb7a112
servicename changes (#44)
* Update 01-openapis-into-mcp-api-key.ipynb

changes in the service name

Signed-off-by: Dhawalkumar Patel <dhawalkp@amazon.com>

* Update 02-openapis-into-mcp-oauth-enterpris-apis.ipynb

service name

Signed-off-by: Dhawalkumar Patel <dhawalkp@amazon.com>

---------

Signed-off-by: Dhawalkumar Patel <dhawalkp@amazon.com>
2025-07-16 11:27:21 -07:00
Kamal Manchanda
7eca40b7da
Rename and breaking changes fix (#41) 2025-07-16 11:20:44 -07:00
Eashan Kaushik
909eb9901a feat(agentcore): Adding tutorials, samples, and integrations 2025-07-16 14:07:30 -04:00