Files
crewAI/src/crewai
Greyson LaLonde 8354cdf061 fix: add missing type annotations to fix mypy strict mode errors
Added type annotations to 10 files to resolve mypy type checking errors:
- Added return type annotations to methods missing them
- Added parameter type annotations where missing
- Fixed Optional type hints to be explicit
- Removed redundant type cast in crew.py
- Changed _execute_with_timeout return type from str to Any in agent.py

Additional type errors remain in other files throughout the codebase.
2025-09-04 11:41:57 -04:00
..
2024-09-27 12:11:17 -03:00
2025-03-14 03:00:30 -03:00
2025-05-25 15:24:59 -07:00
2024-02-02 13:56:35 -03:00