<!-- Adapted from: AI-research-SKILLs/14-agents/crewai -- CrewAI Multi-Agent Orchestration Build teams of autonomous AI agents that collaborate on complex tasks. When to Use - Building multi-agent systems with specialized roles - Need autonomous collaboration between agents - Want role-based task delegation (researcher, writer, analyst) - Require sequential or hierarchical process execution - Building production workflows with memory and observability Quick Start Simple Crew Process Types Sequential Tasks execute in order: Hierarchical Auto-creates a manager agent that delegates: Using Tools…