delete subgraph state

This commit is contained in:
2025-12-10 14:30:05 +08:00
parent d0c75dbd0a
commit cfcc26ac84

View File

@@ -7,8 +7,6 @@ class State(TypedDict):
Dict[str, Dict[str, str|int]]]
messages: List[SystemMessage | HumanMessage]
decision: str
subgraph_states: Dict[str, Any] # NOTE: Naively assuming subgraphs
# won't be so complicated
class ChattyToolState(TypedDict):