diff options
| -rwxr-xr-x | Omni/Agent/start-worker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Agent/start-worker.sh b/Omni/Agent/start-worker.sh index ce01004..0377585 100755 --- a/Omni/Agent/start-worker.sh +++ b/Omni/Agent/start-worker.sh @@ -42,7 +42,7 @@ while true; do echo "----------------------------------------------------------------" echo "$(date): Starting new agent session..." - "$AMP_BIN" -x "You are a Worker Agent. Your goal is to process tasks from the task manager. + "$AMP_BIN" --dangerously-allow-all -x "You are a Worker Agent. Your goal is to process tasks from the task manager. Step 1: Read 'Omni/Agent/WORKER_AGENT_GUIDE.md' to understand your workflow. Step 2: Follow the 'Worker Loop' instructions exactly. |
