Fix spelling issues.

This commit is contained in:
Brandon Hancock
2024-12-04 12:35:45 -05:00
parent 936ac36b87
commit 426d48a690

View File

@@ -1,5 +1,5 @@
from crewai import Agent, Crew, Process, Task 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, # 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 # you can use the @before_kickoff and @after_kickoff decorators
@@ -15,7 +15,7 @@ class {{crew_name}}():
agents_config = 'config/agents.yaml' agents_config = 'config/agents.yaml'
tasks_config = 'config/tasks.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 # https://docs.crewai.com/concepts/agents#agent-tools
@agent @agent
def researcher(self) -> Agent: def researcher(self) -> Agent: