mlflow.agno
- mlflow.agno.autolog(*, log_traces: bool = True, disable: bool = False, silent: bool = False) None[source]
Note
Experimental: This function may change or be removed in a future release without warning.
Enables (or disables) and configures autologging from Agno to MLflow.
For Agno V2 (>= 2.0.0), this uses OpenTelemetry instrumentation via OpenInference.
- Parameters
log_traces – If
True, traces are logged for Agno Agents.disable – If
True, disables Agno autologging.silent – If
True, suppresses all MLflow event logs and warnings.