mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
update
This commit is contained in:
parent
99de24d43d
commit
5792bc49a3
10 changed files with 100 additions and 170 deletions
|
|
@ -74,7 +74,6 @@ def improve(id: str, data: SupplementChat):
|
|||
# Allow continuing conversation even after task is done
|
||||
# This supports multi-turn conversation after complex task completion
|
||||
if task_lock.status == Status.done:
|
||||
chat_logger.info(f"[CONTEXT] Task {id} was done, restarting for context-aware conversation")
|
||||
# Reset status to allow processing new messages
|
||||
task_lock.status = Status.confirming
|
||||
# Clear any existing background tasks since workforce was stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue