diff options
Diffstat (limited to 'Omni/Agent/start-worker.sh')
| -rwxr-xr-x | Omni/Agent/start-worker.sh | 5 |
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: |
