fix missing config (#1557)

This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-11-05 12:07:29 -05:00
committed by GitHub
parent faa231e278
commit e856359e23
3 changed files with 10 additions and 7 deletions

View File

@@ -8,9 +8,12 @@ from crewai.project import CrewBase, agent, crew, task
# from crewai_tools import SerperDevTool
@CrewBase
class {{crew_name}}Crew():
class {{crew_name}}():
"""{{crew_name}} crew"""
agents_config = 'config/agents.yaml'
tasks_config = 'config/tasks.yaml'
@agent
def researcher(self) -> Agent:
return Agent(