167 Commits

Author SHA1 Message Date
subshrey
45078bdf5a adding async shopping assistant use case 2025-07-15 14:57:27 -04:00
rahullks
5d2e5ba8b0
instructions for pip install
Signed-off-by: rahullks <rahullks@gmail.com>
2025-07-15 11:55:27 -07:00
Dhawalkumar Patel
fb971d2a92
Merge pull request #13 from awslabs/device-management-usecase
Device management use case
2025-07-15 11:34:28 -07:00
Dhawalkumar Patel
84afc033aa
Merge pull request #11 from awslabs/db-analyser-usecase
PostgreSQL Db analyser usecase
2025-07-15 11:32:27 -07:00
Godwin Vincent
686c86ef54 update name from Device Management Systems to Device Management Agent 2025-07-15 12:31:51 -06:00
Ramesh Kumar Venkatraman
9667e8b1d8 updated the architecture diagram and readme file 2025-07-15 12:30:31 -06:00
rahullks
a3f5e075e7
Delete 01-tutorials/05-AgentCore-tools/01-Agent-Core-code-interpreter/01-file-operations-using-code-interpreter/README.md
Signed-off-by: rahullks <rahullks@gmail.com>
2025-07-15 11:23:51 -07:00
rahullks
d7eba8352b Create README.md 2025-07-15 11:23:24 -07:00
Godwin Vincent
a117768c5d updated readme file as per the template 2025-07-15 12:20:15 -06:00
Godwin Vincent
1002a5094b updated readme file as per the template 2025-07-15 12:19:54 -06:00
Ramesh Kumar Venkatraman
a90ad69416 updated the architecture diagram and readme file 2025-07-15 12:11:49 -06:00
rahullks
eff62d5480 Pushing interactive tools 2025-07-15 11:09:53 -07:00
Dhawalkumar Patel
5fdcf72c15
Merge pull request #12 from awslabs/healthcare_final
Healthcare code sample
2025-07-15 10:38:38 -07:00
Kamal Manchanda
904eb80f18 Removed endpoints 2025-07-15 22:39:15 +05:30
praneethreddytekula
22b2c4745a
Update README.md
Signed-off-by: praneethreddytekula <34049812+praneethreddytekula@users.noreply.github.com>
2025-07-15 12:35:54 -04:00
praneethreddytekula
949c74db6b
06-BedrockAgent-Integration
This falls under Integration folder, where Bedrock Agent integration with AgentCore Gateway is demonstrated. 

Signed-off-by: praneethreddytekula <34049812+praneethreddytekula@users.noreply.github.com>
2025-07-15 12:27:53 -04:00
rahullks
d84262bb5c Initial Commit for 1P Tool Tutorials 2025-07-15 09:03:16 -07:00
Kamal Manchanda
5e39a4e07b Added clean-up instructions 2025-07-15 18:39:08 +05:30
Kamal Manchanda
bc068c09f6 Incorporated review comments as per PR #12 2025-07-15 16:08:26 +05:30
Godwin Vincent
4bfde6385a updated architectuer diagram with Agentcore Gateway Icon 2025-07-14 22:52:14 -06:00
Godwin Vincent
4c37a494e9 Added Use Case Details section to README.md 2025-07-14 22:27:43 -06:00
Godwin Vincent
da287e9c48 removed duplicate prompts 2025-07-14 22:17:24 -06:00
Godwin Vincent
c3c3741312 Merge branch 'temp-work' into device-management-usecase 2025-07-14 22:11:09 -06:00
Godwin Vincent
7dc77187f4 Merge branch 'device-management-usecase' of https://github.com/awslabs/amazon-bedrock-agentcore-samples into device-management-usecase 2025-07-14 22:11:05 -06:00
Godwin Vincent
1b440e0608 updated with sample prompts 2025-07-14 22:07:04 -06:00
Godwin Vincent
a636f235a6 updated with sample prompts 2025-07-14 22:00:02 -06:00
Kamal Manchanda
0f6cf78ade Healthcare code sample 2025-07-15 09:18:35 +05:30
Ramesh Kumar Venkatraman
a136b3e73f added the dynamodb and synthetic data 2025-07-14 21:36:06 -06:00
Godwin Vincent
adf7d4fbc2 updated with architecture diagram and readme file 2025-07-14 21:00:48 -06:00
Ramesh Kumar Venkatraman
0cb3b7644a updated the readme file 2025-07-14 20:59:39 -06:00
Ramesh Kumar Venkatraman
7f4ba68e0c added the database analyzer lambda and create gateway steps 2025-07-14 20:38:09 -06:00
Daniel Mitchell
53edd8c13c
Merge pull request #6 from awslabs/memory_samples
feat (memory): Add memory tutorials
2025-07-14 18:45:54 -07:00
Daniel Mitchell
f61fdb9bc6 Fixes 2025-07-14 18:45:23 -07:00
Amit Arora
2d2def1e3c
Merge pull request #10 from awslabs/add-sre-agent
Add SRE Agent with AgentCore Migration and SSL Support
2025-07-14 21:39:40 -04:00
Amit Arora
0172468fd4 Update SRE Agent with AgentCore migration and SSL support
- Replace all previous product references with AgentCore terminology
- Add SSL certificate support to backend servers with mandatory host parameter
- Update OpenAPI specs to use HTTPS with configurable domain placeholders
- Add comprehensive SSL setup documentation in README
- Update URLs from development to production endpoints
- Add EC2 instance metadata commands for IP retrieval
- Include sed command for bulk domain replacement in OpenAPI specs
2025-07-15 01:37:38 +00:00
Godwin Vincent
d1bc3874de initial push for postgres db analyser use case use case 2025-07-14 17:01:41 -06:00
Godwin Vincent
c4661646ba initial push for device management use case 2025-07-14 16:52:43 -06:00
Amit Arora
c9e8e7e577
Merge pull request #9 from awslabs/add-sre-agent
Add SRE Agent use case
2025-07-14 18:52:07 -04:00
Akarsha Sehwag
af5c1827fd docs: update readmes 2025-07-14 18:49:09 -04:00
Akarsha Sehwag
8c52ed4b85 feat(memory): update samples 2025-07-14 18:48:48 -04:00
Amit Arora
292462b94c Add SRE Agent use case implementation
- Copy SRE Agent codebase to 02-use-cases/04-SRE-agent
- Update LICENSE link to reference main repository LICENSE
- Configure .gitignore to exclude wheel files from version control
2025-07-14 22:46:32 +00:00
Akarsha Sehwag
a673be2f7b feat(memory): update LTM samples 2025-07-14 16:46:48 -04:00
Akarsha Sehwag
b8d8766116 feat(memory): add samples for long term memory 2025-07-14 16:03:55 -04:00
Akarsha Sehwag
c64169266c fix(memory): minor updates 2025-07-14 15:38:46 -04:00
Akarsha Sehwag
2493d01d1c refactor(memory): update memory tutorials structure 2025-07-14 14:44:48 -04:00
Daniel Mitchell
e2cd9ca50f Added more examples 2025-07-14 01:08:42 -07:00
Akarsha Sehwag
868006fc51 feat(memory): add sample for STM 2025-07-14 02:09:58 -04:00
Maira Ladeira Tanke
f2730e4516
Merge pull request #7 from awslabs/runtime
Adding MCP Server hosting example
2025-07-14 01:37:31 -04:00
Maira Ladeira Tanke
77713284a5 Adding MCP Server hosting example 2025-07-14 01:36:51 -04:00
Akarsha Sehwag
a1c03cf237 feat (memory): Add memory LTM tutorial 2025-07-14 00:56:53 -04:00