Files
crewAI/src/crewai/utilities
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
..
2025-04-17 09:22:48 -07:00
2024-08-23 10:52:36 -03:00
2025-01-20 13:30:09 -03:00
2025-01-20 13:30:09 -03:00