Fix MLFlow integration issue #3305

- 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>
This commit is contained in:
Devin AI
2025-08-12 16:24:18 +00:00
parent 251ae00b8b
commit e0bb53d7d6
5 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1 @@
"""Tests for CrewAI integrations."""