This commit is contained in:
2025-11-21 13:35:51 +08:00
parent 69c7ca0925
commit 5d4e24bd65

View File

@@ -9,4 +9,3 @@ class State(TypedDict):
decision: str
subgraph_states: Dict[str, Any] # NOTE: Naively assuming subgraphs
# won't be so complicated