small refractoring for new version

This commit is contained in:
João Moura
2024-07-01 02:00:36 -07:00
parent 64ec4eb1e6
commit dee7bd6258
16 changed files with 9011 additions and 205346 deletions

View File

@@ -123,7 +123,7 @@ result = my_crew.kickoff()
print(result)
```
### Kicking Off a Crew
### Different wayt to Kicking Off a Crew
Once your crew is assembled, initiate the workflow with the appropriate kickoff method. CrewAI provides several methods for better control over the kickoff process: `kickoff()`, `kickoff_for_each()`, `kickoff_async()`, and `kickoff_for_each_async()`.