mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Merge branch 'main' into joaomdmoura/adding-crew-specific-verbose-logs
This commit is contained in:
@@ -29,8 +29,8 @@ 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 class researcher working on a amjor data science company",
|
backstory="You're a world class researcher working on a major data science company",
|
||||||
verbose=True # Agent verbose mode will show you the chain of thought for an Agent.
|
verbose=True
|
||||||
)
|
)
|
||||||
writer = Agent(
|
writer = Agent(
|
||||||
role='Writer',
|
role='Writer',
|
||||||
|
|||||||
Reference in New Issue
Block a user