first push
This commit is contained in:
6
backend/app/services/workflow_service.py
Normal file
6
backend/app/services/workflow_service.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app.graph.workflow import compiled_graph
|
||||
|
||||
|
||||
async def run_arc_workflow(user_input: str) -> dict:
|
||||
result = await compiled_graph.ainvoke({"user_input": user_input})
|
||||
return result
|
||||
Reference in New Issue
Block a user