Updated Creating a Crew and kick it off (markdown)

João Moura
2023-11-14 13:41:09 -03:00
parent 3dc49e0596
commit 2a20ac38ac

@@ -13,6 +13,7 @@ from crewai import Agent
researcher = Agent(
role='Senior Researcher',
goal='Discover groundbreaking technologies',
verbose=True,
backstory='A curious mind fascinated by cutting-edge innovation and the potential to change the world, you know everything about tech.'
)
@@ -20,6 +21,7 @@ researcher = Agent(
writer = Agent(
role='Writer',
goal='Craft compelling stories about tech discoveries',
verbose=True,
backstory='A creative soul who translates complex tech jargon into engaging narratives for the masses, you write using simple words in a friendly and inviting tone that does not sounds like AI.'
)
```