diff --git a/examples/aws-agentcore/agents/pipecat/scripts/destroy.sh b/examples/aws-agentcore/agents/pipecat/scripts/destroy.sh new file mode 100755 index 000000000..07ab2b390 --- /dev/null +++ b/examples/aws-agentcore/agents/pipecat/scripts/destroy.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Script to destroy the agent + +agentcore destroy \ No newline at end of file