mlflow.strands
- mlflow.strands.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 Strands Agents SDK to MLflow.
- Parameters
log_traces – If
True
, traces are logged for Strands Agents.disable – If
True
, disables Strands autologging.silent – If
True
, suppresses all MLflow event logs and warnings.