Open-source framework for orchestrating teams of collaborating AI agents.
CrewAI is an open-source Python framework for building teams of AI agents that collaborate on a task, each with a defined role, goal, and set of tools. It supports both sequential and hierarchical process modes for coordinating hand-offs between agents, and works with any LLM provider rather than locking you into one. It's aimed at developers who want to design and control custom multi-agent workflows in code, rather than use a pre-built, hosted agent product.