mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
- 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>
2 lines
37 B
Python
2 lines
37 B
Python
"""Tests for CrewAI integrations."""
|