gl-kp commited on
Commit
e68a66e
·
verified ·
1 Parent(s): 439e01b

Update core/workflow.py

Browse files
Files changed (1) hide show
  1. core/workflow.py +1 -0
core/workflow.py CHANGED
@@ -8,6 +8,7 @@ from workflow_nodes import (
8
  )
9
  from workflow_conditions import should_continue_groundedness, should_continue_precision
10
 
 
11
  def create_workflow() -> StateGraph:
12
  """Creates the updated workflow for the AI nutrition agent."""
13
  workflow = StateGraph(AgentState)
 
8
  )
9
  from workflow_conditions import should_continue_groundedness, should_continue_precision
10
 
11
+
12
  def create_workflow() -> StateGraph:
13
  """Creates the updated workflow for the AI nutrition agent."""
14
  workflow = StateGraph(AgentState)