diff --git a/lang_agent/graphs/graph_states.py b/lang_agent/graphs/graph_states.py index 6272407..4ff3963 100644 --- a/lang_agent/graphs/graph_states.py +++ b/lang_agent/graphs/graph_states.py @@ -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):