Anyone knows how to use MLFlow to trace inputs / outputs, log time taken, etc?
Documentation in CrewAI Docs has been quite sparse.
I have put in the following as per the logs, but am not sure how to log individual agents.
import mlflow
mlflow.crewai.autolog()
mlflow.set_tracking_uri("http://localhost:5000")
mlflow.set_experiment("CrewAI")