refactor: refine teh background check logic (#306)

This commit is contained in:
DanielWalnut
2025-06-11 11:10:02 +08:00
committed by GitHub
parent eeff1ebf80
commit 447e427fd3
4 changed files with 19 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ class State(MessagesState):
# Runtime Variables
locale: str = "en-US"
research_topic: str = ""
observations: list[str] = []
resources: list[Resource] = []
plan_iterations: int = 0