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

Class PipelineState

src/WorkFlow.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class PipelineState(TypedDict):
52 history: Annotated[str, operator.add]
53 task: Annotated[str, operator.add]
54 condition: Annotated[bool, lambda x, y: y]
55
56def execute_step(name:str, state: PipelineState, prompt_template: str, llm) -> PipelineState:
57 logger(f"{name} is working...")

Callers 2

sg_addFunction · 0.85
invoke_rootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected