#29 · Primary category: AI Agents & Automation

crewAI

agents ai ai-agents aiagentframework llms

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Project last updated:08/28/26

GitHub Stars

57.8K

Forks

8.3K

Contributors

304

License

MIT

Why we included this project

crewAI is a Python framework for teams that want several AI agents working on the same job instead of one model doing everything alone. You define role-based agents, give each a goal and the tools to reach it, and let them run as a crew that splits a task among themselves. When you need tighter control, the same framework offers event-driven flows, so you can fix the execution order, state, and branching yourself rather than trusting the agents to figure it out. That combination covers both quick experiments and production pipelines where deterministic behavior matters. The core stays lightweight and does not lock you into a specific LLM vendor, and the project has a large community plus enough examples to get started quickly.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category