mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
Fix spelling issues.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user