mlflow.autogen
-
mlflow.autogen.
autolog
(log_traces: bool = True, disable: bool = False, silent: bool = False)[source] Note
Experimental: This function may change or be removed in a future release without warning.
Enables (or disables) and configures autologging from Autogen to MLflow. Currently, MLflow only supports tracing for Autogen agents.
- Parameters
log_traces – If
True
, traces are logged for Autogen agents by using runtime logging. IfFalse
, no traces are collected during inference. Default toTrue
.disable – If
True
, disables the Autogen autologging. Default toFalse
.silent – If
True
, suppress all event logs and warnings from MLflow during Autogen autologging. IfFalse
, show all events and warnings.