Integrate MLflow observability with PraisonAI agents
pip install mlflow
export MLFLOW_TRACKING_URI=http://localhost:5000
from praisonai_tools.observability import obs
obs.init(provider="mlflow")
with obs.trace("experiment"):
# Your agent code
pass