Fix TaskBeat: remove local 'import re' in process_beat_tasks causing UnboundLocalError
This commit is contained in:
parent
deda8ac86a
commit
0be80c5ee1
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
|
@ -2361,7 +2361,6 @@ Agent-Beschreibungen:
|
|||
|
||||
task['plan_response'] = response
|
||||
|
||||
import re
|
||||
agent_assignments = re.findall(r'Task \d+: (\w+)', response)
|
||||
|
||||
created_sub_tasks = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue