Commit Graph

2 Commits

Author SHA1 Message Date
Devin AI
1f32e2b4f9 Fix remaining lint issues with noqa comments
- Add noqa: F401 to integrations import in __init__.py
- Add noqa: F401 to mlflow import in integrations/__init__.py

These imports are intentionally unused as they trigger MLflow patching
and integration setup when the module is imported.

Co-Authored-By: João <joao@crewai.com>
2025-06-03 21:53:59 +00:00
Devin AI
39a5a40b41 Implement MLflow integration for issue #2947
- Add mlflow.crewai.autolog() functionality as documented
- Create MLflow event listener for tracing CrewAI workflows
- Support enabling/disabling MLflow autologging
- Add comprehensive tests covering the integration
- Graceful degradation when MLflow is not installed

Fixes #2947

Co-Authored-By: João <joao@crewai.com>
2025-06-03 21:30:40 +00:00