summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-11-20 18:00:18 -0500
committerBen Sima <ben@bsima.me>2025-11-20 18:00:18 -0500
commita4b3c8473efd8f0b2ffeb2d904e8a35796ab6505 (patch)
tree36fee859fdf2d4f2a3d6732b45c50f9da0298bda /Omni
parent2659f0ffeac500b615813c7a806ab20de7d51ba2 (diff)
fix: enable debug logs for worker agent
- Allows monitoring tool execution details in amp.log
Diffstat (limited to 'Omni')
-rwxr-xr-xOmni/Agent/start-worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Agent/start-worker.sh b/Omni/Agent/start-worker.sh
index d005156..25f325c 100755
--- a/Omni/Agent/start-worker.sh
+++ b/Omni/Agent/start-worker.sh
@@ -117,7 +117,7 @@ Context:
"
mkdir -p _/llm
- "$AMP_BIN" --log-file "_/llm/amp.log" --dangerously-allow-all -x "$PROMPT"
+ "$AMP_BIN" --log-level debug --log-file "_/llm/amp.log" --dangerously-allow-all -x "$PROMPT"
AGENT_EXIT_CODE=$?