From c644a1d3a262abe67122febd4e442dddad7b8001 Mon Sep 17 00:00:00 2001 From: Omni Worker Date: Fri, 21 Nov 2025 05:05:03 -0500 Subject: feat(agent): show task details in console log --- Omni/Agent/start-worker.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Omni/Agent') diff --git a/Omni/Agent/start-worker.sh b/Omni/Agent/start-worker.sh index b277c91..37c3760 100755 --- a/Omni/Agent/start-worker.sh +++ b/Omni/Agent/start-worker.sh @@ -131,6 +131,11 @@ while true; do TASK_DETAILS=$("$TASK_BIN" show "$TASK_ID") + echo "----------------------------------------------------------------" + echo "Task Details:" + echo "$TASK_DETAILS" + echo "----------------------------------------------------------------" + # We construct a specific prompt for the agent PROMPT="You are a Worker Agent. Your goal is to implement the following task: -- cgit v1.2.3