mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +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(
|
researcher = Agent(
|
||||||
role='Researcher',
|
role='Researcher',
|
||||||
goal='Discover new insights',
|
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(
|
writer = Agent(
|
||||||
role='Writer',
|
role='Writer',
|
||||||
goal='Create engaging content',
|
goal='Create engaging content',
|
||||||
backstory="You're a famous technical writer, specialized on writing data related content"
|
backstory="You're a famous technical writer, specialized on writing data related content"
|
||||||
|
verbose=True
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create tasks for your agents
|
# Create tasks for your agents
|
||||||
|
|||||||
Reference in New Issue
Block a user