mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 14:52:36 +00:00
22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
---
|
|
title: "Crews: Reference"
|
|
description: "Reference for crew composition, process semantics, task context passing, and execution modes."
|
|
icon: "book"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Crew contract
|
|
|
|
- `agents`: available executors
|
|
- `tasks`: work units with expected output
|
|
- `process`: ordering and delegation semantics
|
|
|
|
## Runtime
|
|
|
|
- `kickoff()` for synchronous runs
|
|
- `kickoff_async()` for async execution
|
|
|
|
## Canonical source
|
|
|
|
Primary API details live in [/en/concepts/crews](/en/concepts/crews).
|