Files
crewAI-examples/CrewAI-LangGraph/main.py
2024-01-23 05:16:25 -03:00

4 lines
67 B
Python

from src.graph import WorkFlow
app = WorkFlow().app
app.invoke({})