fix: resolve correct python interpreter for injected publish_event command
This commit is contained in:
@@ -315,7 +315,8 @@ if [ -n "$DELEGATE_JOB_ID" ]; then
|
||||
echo "delegate job: $DELEGATE_JOB_ID"
|
||||
|
||||
# Construct instructions matching multi-agent-mux-delegate-job format
|
||||
pub="python3 .agents/skills/multi-agent-mux-delegate-job/scripts/publish_event.py --job $DELEGATE_JOB_ID"
|
||||
py_bin="$(_delegate_py_bin)"
|
||||
pub="$py_bin .agents/skills/multi-agent-mux-delegate-job/scripts/publish_event.py --job $DELEGATE_JOB_ID"
|
||||
instructions="Your job_id is \"$DELEGATE_JOB_ID\" (the one just registered for THIS delegation).
|
||||
|
||||
On start run: $pub --event started.
|
||||
|
||||
Reference in New Issue
Block a user