CrewAI
A framework for orchestrating role-based multi-agent systems where each agent has a backstory, goal, and set of tools — think team simulation for LLMs.
LLM & Agent Frameworks Beginner
Category
LLM & Agent Frameworks
Difficulty
Beginner
When to use
You want multiple LLM agents collaborating on a task with defined roles, and you prefer a high-level declarative API over wiring graph nodes.
When not to use
You need fine-grained control over agent state transitions and branching logic — LangGraph gives you more control.
Alternatives
LangGraph AutoGen OpenAI Agent SDK