agentic-aiFast-moving

CrewAI

Role-based multi-agent orchestration for collaborative task execution

View on GitHub

What it solves

The boilerplate problem in multi-agent setup: defining roles, delegation rules, and task routing without writing a custom orchestration graph.

Overview

CrewAI models multi-agent systems as a crew of agents with defined roles, backstories, and goals. Agents collaborate on tasks sequentially or in parallel, with configurable delegation patterns. Higher-level abstraction than LangGraph; trades control for ease of definition.

Key facts

Language
Python
License
MIT
Maturity
Fast-moving
Maintainer
crewAIInc
Reviewed
2026-06-11

Where to start

The Agent class shows exactly which knobs you control when defining a role.

src/crewai/agent.py

Technologies

crewaipython

More in this domain