What problem does it solve? Adding observability to LLM agents and AI applications requires knowing which operations to trace, which framework integrations to use, and how to configure production-grade tracing, which is scattered across extensive MLflow documentation. ## Core Features & Use Cases - Language-Specific Guidance: Provides dedicated instrumentation guides for Python and TypeScript/JavaScript projects, auto-detected via package.json or pyproject.toml. - Framework Integration Coverage: Covers tracing for LangGraph, LangChain, OpenAI, DSPy, CrewAI, and AutoGen applications. - Production & Advanced Patterns: Includes references for async tracing, multi-threading, PII redaction, distributed tracing, sampling, and feedback collection with mlflow.log_feedback(). - Use Case: A developer building a LangChain agent asks how to add tracing, and receives step-by-step instrumentation guidance including which operations to trace (LLM calls, retrieval, tool calls) and which to skip. ## Quick Start Ask how to add MLflow tracing to your Python or TypeScript LLM application and specify the framework you are using.