Skip to content

Commit 366d64e

Browse files
committed
verbose
1 parent 87bf7fe commit 366d64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/data/agent-framework/run-challenge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ log "Trying to fix the kagent broken environment using Kagent..."
6363
touch "${scenario_dir}/$NAME.thought.log"
6464
mkdir -p "${scenario_dir}/results"
6565

66-
timeout --signal=INT 3m bash -c 'echo "$1" | kagent invoke --agent "k8s-agent" -S --task -' -- "$USER_PROMPT" > "${scenario_dir}/results/$NAME.thought.log" 2>&1
66+
timeout --signal=INT 3m bash -c 'echo "$1" | kagent invoke -v --agent "k8s-agent" -S --task -' -- "$USER_PROMPT" > "${scenario_dir}/results/$NAME.thought.log" 2>&1
6767

6868
TIMEOUT_STATUS=$?
6969
if [ $TIMEOUT_STATUS -eq 124 ]; then

0 commit comments

Comments
 (0)