Spaces:
Sleeping
Sleeping
Update core/workflow.py
Browse files- 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)
|