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.

Note

Autologging is known to be compatible with the following package versions: 1.7.0 <= agno <= 1.7.9. Autologging may not succeed when used with package versions outside of this range.

Enables (or disables) and configures autologging from Agno to MLflow.

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.