instrumenting-with-mlflow-tracing

Instrument Python and TypeScript projects with MLflow tracing.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/teegin-g/Slopcast --skill instrumenting-with-mlflow-tracing-teegin-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instrumenting-with-mlflow-tracing
Source: https://github.com/teegin-g/Slopcast/tree/main/.agents/skills/instrumenting-with-mlflow-tracing
Command: npx skills add https://github.com/teegin-g/Slopcast --skill instrumenting-with-mlflow-tracing-teegin-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In many codebases, observability is limited, making it hard to diagnose performance issues and failures. This Skill provides a structured approach to instrument Python and TypeScript projects with MLflow tracing to capture end-to-end workflows and key operations for debugging and optimization.

Core Features & Use Cases

  • Instrumentation across Python and TypeScript projects for MLflow tracing.
  • Tracing of root operations, LLM calls, retrievals, tool calls, and agent decisions to debug and improve performance.
  • Suitable for agent evaluation, workflow tracing, and setup of tracing in production-like environments.

Quick Start

Instrument your Python or TypeScript project with MLflow tracing and run the instrumented code to verify traces.

Frequently Asked Questions about instrumenting-with-mlflow-tracing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I instrument Python and TypeScript projects with MLflow tracing?

To instrument Python and TypeScript projects with MLflow tracing, you add tracing code to capture root operations, LLM calls, retrievals, and tool calls, then run the instrumented code to verify traces.

Does MLflow tracing work with LangChain, OpenAI, DSPy, CrewAI, and AutoGen?

Yes, MLflow tracing works with LangChain, OpenAI, DSPy, CrewAI, and AutoGen. It instruments code bases using these frameworks to capture agent decisions and workflows for debugging and optimization.

What is the best way to trace agent workflows and evaluation pipelines for observability?

The best way to trace agent workflows and evaluation pipelines for observability is using MLflow tracing to capture end-to-end operations, enabling you to diagnose performance issues and failures.

Can I use MLflow tracing to debug LLM calls, retrievals, and tool calls?

Yes, you can use MLflow tracing to debug LLM calls, retrievals, and tool calls. It provides structured instrumentation to capture these key operations and improve performance diagnostics.

How do I verify MLflow tracing after instrumenting my code base?

To verify MLflow tracing after instrumenting your code base, run the instrumented code and check the generated traces with mlflow to ensure end-to-end workflows are captured correctly.