Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
boto3>=1.40.0
strands-agents>=0.1.0
strands-agents-tools>=0.1.0
awscli
botocore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing opensearch-py

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions 01-tutorials/03-deployment/03-agentcore-deployment/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# clean up knowledge base
echo "Removing knowledge base resources ..."
python prereqs/knowledge_base.py --mode delete

# clean up dynamodb
echo "Removing DynamoDB resources..."
python prereqs/dynamodb.py --mode delete



Loading