Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LangGraph-GUI/LangGraph-GUI-backend
/ MainGraphState
Class
MainGraphState
src/WorkFlow.py:249–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
248
249
class
MainGraphState(TypedDict):
250
input: Union[str, None]
251
252
def
invoke_root(state: MainGraphState):
253
subgraph = subgraph_registry[
"root"
]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected