This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
amazon-bedrock-agentcore-samples
Watch
1
Star
0
Fork
0
You've already forked amazon-bedrock-agentcore-samples
mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced
2025-09-08 20:50:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
amazon-bedrock-agentcore-sa...
/
02-use-cases
/
customer-support-assistant
/
app.py
5 lines
73 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
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
from
app_modules
.
main
import
main
feat(agentcore): Adding tutorials, samples, and integrations
2025-07-16 14:07:30 -04:00
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
if
__name__
==
"
__main__
"
:
main
(
)
Reference in New Issue
Copy Permalink