Fix TaskBeat: remove local 'import re' in process_beat_tasks causing UnboundLocalError

This commit is contained in:
eric 2026-02-23 11:32:37 +00:00
parent deda8ac86a
commit 0be80c5ee1

1
app.py
View file

@ -2361,7 +2361,6 @@ Agent-Beschreibungen:
task['plan_response'] = response
import re
agent_assignments = re.findall(r'Task \d+: (\w+)', response)
created_sub_tasks = []