diff --git a/src/crewai/cli/templates/crew/crew.py b/src/crewai/cli/templates/crew/crew.py index e18615c8a..383bfac48 100644 --- a/src/crewai/cli/templates/crew/crew.py +++ b/src/crewai/cli/templates/crew/crew.py @@ -1,5 +1,5 @@ from crewai import Agent, Crew, Process, Task -from crewai.project import CrewBase, agent, crew, task, before_kickoff, after_kickoff +from crewai.project import CrewBase, agent, crew, task # If you want to run a snippet of code before or after the crew starts, # you can use the @before_kickoff and @after_kickoff decorators @@ -15,7 +15,7 @@ class {{crew_name}}(): agents_config = 'config/agents.yaml' tasks_config = 'config/tasks.yaml' - # If you would lik to add tools to your crew, you can learn more about it here: + # If you would like to add tools to your agents, you can learn more about it here: # https://docs.crewai.com/concepts/agents#agent-tools @agent def researcher(self) -> Agent: