From 5d4e24bd6568ca289408e1a061548b285942acca Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 21 Nov 2025 13:35:51 +0800 Subject: [PATCH] rename --- lang_agent/graphs/{graph_state.py => graph_states.py} | 1 - 1 file changed, 1 deletion(-) rename lang_agent/graphs/{graph_state.py => graph_states.py} (99%) diff --git a/lang_agent/graphs/graph_state.py b/lang_agent/graphs/graph_states.py similarity index 99% rename from lang_agent/graphs/graph_state.py rename to lang_agent/graphs/graph_states.py index 665c754..a67053a 100644 --- a/lang_agent/graphs/graph_state.py +++ b/lang_agent/graphs/graph_states.py @@ -9,4 +9,3 @@ class State(TypedDict): decision: str subgraph_states: Dict[str, Any] # NOTE: Naively assuming subgraphs # won't be so complicated -