mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-12 10:04:45 +08:00
feat: support human in the loop
This commit is contained in:
@@ -11,6 +11,6 @@ class State(MessagesState):
|
||||
# Runtime Variables
|
||||
observations: Annotated[list[str], operator.add] = []
|
||||
plan_iterations: int = 0
|
||||
last_plan: Plan = None
|
||||
current_plan: Plan = None
|
||||
current_plan: Plan | str = None
|
||||
final_report: str = ""
|
||||
auto_accepted_plan: bool = False
|
||||
|
||||
Reference in New Issue
Block a user