diff --git a/src/daemon/dispatcher.py b/src/daemon/dispatcher.py index 9a29499..b95d6e4 100644 --- a/src/daemon/dispatcher.py +++ b/src/daemon/dispatcher.py @@ -491,6 +491,7 @@ class Dispatcher: agent_id=agent_id, current_status=task.status or "claimed", retry_context=retry_ctx, + spawn_type="executor", ) else: message = f"Task: {task.title}"