mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-20 05:18:16 +00:00
bugfix in python script sample code (#787)
Add the line: process = Process.sequential
This commit is contained in:
@@ -127,6 +127,7 @@ crew = Crew(
|
|||||||
agents=[researcher, writer],
|
agents=[researcher, writer],
|
||||||
tasks=[task1, task2],
|
tasks=[task1, task2],
|
||||||
verbose=2, # You can set it to 1 or 2 to different logging levels
|
verbose=2, # You can set it to 1 or 2 to different logging levels
|
||||||
|
process = Process.sequential
|
||||||
)
|
)
|
||||||
|
|
||||||
# Get your crew to work!
|
# Get your crew to work!
|
||||||
|
|||||||
Reference in New Issue
Block a user