- Add mlflow as optional dependency in pyproject.toml
- Create MLFlow integration utilities in src/crewai/integrations/mlflow.py
- Add comprehensive tests for MLFlow integration
- Support graceful handling when MLFlow is not installed
- Enable mlflow.crewai.autolog() functionality as documented
Fixes#3305
Co-Authored-By: João <joao@crewai.com>