Instrument Agno agents to send traces, spans, and logs to the MLflow Observability UI.
Use your preferred LLM provider package if not OpenAI.
mlflow ui
for quick local tests.mlflow.agno.autolog()
before creating/running agents.with mlflow.start_run(...):
so runs and traces are grouped.mlflow.log_text(...)
, mlflow.log_dict(...)
, or mlflow.log_figure(...)
to attach outputs to the run.