mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 17:18:29 +00:00
- Add comprehensive type annotations for all function parameters and return types - Fix generic type parameters for dict, Callable, and Flow classes - Add proper type ignore comments for complex type inference scenarios - Resolve all 27 mypy errors across Python 3.10-3.13 - Ensure compatibility with strict type checking requirements Co-Authored-By: João <joao@crewai.com>