ScriptsMar 29, 2026·1 min read

CrewAI — Multi-Agent Orchestration Framework

Build teams of autonomous AI agents that collaborate on complex tasks. Define roles, assign tasks, and let crews work together.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

uv pip install crewai
crewai create crew my-research-team
cd my-research-team
crewai run

Intro

CrewAI is a Python framework for orchestrating teams of autonomous AI agents. Define agent roles (researcher, analyst, writer), assign tasks, and let them collaborate — each agent brings specialized expertise to solve complex problems. Built from scratch without LangChain dependencies, optimized for speed. 47,000+ stars, 100,000+ certified developers.


Core Concepts

Crews — Autonomous agent teams

Agents with defined roles collaborate naturally, delegating tasks and sharing context.

Flows — Event-driven workflows

Fine-grained execution control with state management, conditional branching, and error handling.

Source & Thanks

Author: crewAIInc Repository: crewAI — ⭐ 47,400+ License: MIT Docs: docs.crewai.com

Thanks to the CrewAI team for building the leading multi-agent orchestration framework.

Related Assets