mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Updating README example
This commit is contained in:
@@ -57,7 +57,7 @@ writer = Agent(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Create tasks for your agents
|
# Create tasks for your agents
|
||||||
task1 = Task(description='Investigate the latest AI trends', agent=researcher)
|
task1 = Task(description='Search and investigate the latest AI trends', agent=researcher)
|
||||||
task2 = Task(description='Write a blog post on AI advancements', agent=writer)
|
task2 = Task(description='Write a blog post on AI advancements', agent=writer)
|
||||||
|
|
||||||
# Instantiate your crew with a sequential process
|
# Instantiate your crew with a sequential process
|
||||||
|
|||||||
Reference in New Issue
Block a user