crewai-developer
SKILL.md
CrewAI Developer Guide
Overview
CrewAI is a lean, lightning-fast Python framework for building collaborative AI agent teams and structured workflows. It empowers developers to create autonomous AI agents with specific roles, tools, and goals that work together to tackle complex tasks. This skill covers Crews (autonomous collaboration), Flows (structured orchestration), agents, tasks, and enterprise deployment.
Core Concepts
Agents: Specialized Team Members
Agents are autonomous AI units with specific roles, goals, and capabilities.
from crewai import Agent