summaryrefslogtreecommitdiff
path: root/Omni/Agent
diff options
context:
space:
mode:
authorOmni Worker <bot@omni.agent>2025-11-21 05:05:03 -0500
committerOmni Worker <bot@omni.agent>2025-11-21 05:05:03 -0500
commitc644a1d3a262abe67122febd4e442dddad7b8001 (patch)
tree9ffaa29b8fd1731bc94710a3dec3c78ae774962d /Omni/Agent
parent7fdbe50a3666b3b55079ad52d9917b7f12895f83 (diff)
feat(agent): show task details in console log
Diffstat (limited to 'Omni/Agent')
-rwxr-xr-xOmni/Agent/start-worker.sh5
1 files changed, 5 insertions, 0 deletions
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: