diff options
| author | Omni Worker <bot@omni.agent> | 2025-11-21 05:05:03 -0500 |
|---|---|---|
| committer | Omni Worker <bot@omni.agent> | 2025-11-21 05:05:03 -0500 |
| commit | c644a1d3a262abe67122febd4e442dddad7b8001 (patch) | |
| tree | 9ffaa29b8fd1731bc94710a3dec3c78ae774962d /Omni/Agent | |
| parent | 7fdbe50a3666b3b55079ad52d9917b7f12895f83 (diff) | |
feat(agent): show task details in console log
Diffstat (limited to 'Omni/Agent')
| -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: |
