agent-orchestration / library
CrewAI
Capability: CrewAI
Use it when
- coordinate role-based agents across a bounded workflow
- assign tasks and handoffs to multiple specialist agents
What it solves
Not the fit when
- multi-agent structure can add cost and latency to simple tasks
Install
pip install crewai
Invoke
Define Agent and Task objects, construct a Crew with a process, then call `crew.kickoff(inputs={...})`.Alternatives
No reviewed alternatives recorded yet.