mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Adding verbose option to README.md
This commit is contained in:
@@ -26,12 +26,14 @@ from crewai import Agent, Task, Crew, Process
|
||||
researcher = Agent(
|
||||
role='Researcher',
|
||||
goal='Discover new insights',
|
||||
backstory="You're a world cvlass researcher working on a amjor data science company"
|
||||
backstory="You're a world class researcher working on a amjor data science company",
|
||||
verbose=True
|
||||
)
|
||||
writer = Agent(
|
||||
role='Writer',
|
||||
goal='Create engaging content',
|
||||
backstory="You're a famous technical writer, specialized on writing data related content"
|
||||
verbose=True
|
||||
)
|
||||
|
||||
# Create tasks for your agents
|
||||
|
||||
Reference in New Issue
Block a user