mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-07 19:48:13 +00:00
Validate that pyproject.toml, a lockfile (uv.lock or poetry.lock), and the expected src/<project>/crew.py or config directory exist locally before making any API calls. This surfaces clear, actionable errors on the CLI instead of cryptic server-side deployment failures.