Scripts2026年3月29日·1 分钟阅读

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
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

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

介绍

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.

来源与感谢

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.

相关资产