MCPcopy Create free account
hub / github.com/Hrishikesh332/Godrej-Chat-AI / should_continue

Function should_continue

app.py:136–140  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

134 return data
135
136def should_continue(data):
137 if isinstance(data['agent_outcome'], AgentFinish):
138 return "exit"
139 else:
140 return "continue"
141
142workflow = Graph()
143workflow.add_node("agent", agent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected