Command-line interface for CrewAI, enabling scaffolding, running, deploying and managing AI agent crews. Current version 1.14.6, requires Python >=3.10, <3.14. Development is active with frequent releases.
pip install crewai-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of CrewAI (core library) to create and run a crew. The CLI itself is used for project scaffolding and deployment via terminal commands.
Use 'from crewai import Crew, Agent, Task' instead of any import from 'crewai_cli'.
Call 'result = await crew.kickoff_async()' or use 'from crewai import Crew' and set 'crew.kickoff()' inside an async function.
Run 'crewai create crew my_project' to get the new structure. Manually migrate old projects by adding a 'src/' directory.