From b69ede2fbe31de982c7e50420da93564613e2414 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Sat, 29 Nov 2025 06:56:44 -0300 Subject: [PATCH] script for destroying the agent. --- examples/aws-agentcore/agents/pipecat/scripts/destroy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 examples/aws-agentcore/agents/pipecat/scripts/destroy.sh 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