mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
brought back correct folders
This commit is contained in:
@@ -50,9 +50,9 @@ def create_pipeline(name, router=False):
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
crew_folders = [
|
crew_folders = [
|
||||||
"classifier_crew",
|
"research_crew",
|
||||||
"normal_crew",
|
"planning_crew",
|
||||||
"urgent_crew",
|
"execution_crew",
|
||||||
]
|
]
|
||||||
pipelines_folders = ["pipelines/__init__.py", "pipelines/pipeline.py"]
|
pipelines_folders = ["pipelines/__init__.py", "pipelines/pipeline.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user