Merge branch 'main' into 0.2.77

This commit is contained in:
Puzhen Zhang 2025-10-17 22:01:06 +01:00 committed by GitHub
commit 654d26ec8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,6 @@ class Workforce(BaseWorkforce):
self.set_channel(TaskChannel())
self._state = WorkforceState.RUNNING
task.state = TaskState.OPEN
self._pending_tasks.append(task)
# Decompose the task into subtasks first
subtasks_result = self._decompose_task(task)