MCPcopy Index your code
hub / github.com/LangGraph-GUI/LangGraph-GUI-backend / invoke_root

Function invoke_root

src/WorkFlow.py:252–261  ·  view source on GitHub ↗
(state: MainGraphState)

Source from the content-addressed store, hash-verified

250 input: Union[str, None]
251
252def invoke_root(state: MainGraphState):
253 subgraph = subgraph_registry["root"]
254 response = subgraph.invoke(
255 PipelineState(
256 history="",
257 task="",
258 condition=False
259 )
260 )
261 return {"input": None}
262
263
264def run_workflow_as_server(llm):

Callers

nothing calls this directly

Calls 1

PipelineStateClass · 0.85

Tested by

no test coverage detected