Configure um agente de programação
If you use a coding agent such as Claude Code, Cursor, VS Code, or OpenCode, install the MLflow skills so it can work with MLflow effectively. Esta é uma configuração única que fornece ao seu agente conhecimento sobre as APIs de rastreamento e avaliação do MLflow.
Instalar as skills do MLflow
Execute este comando uma vez no seu terminal:
Bash
uvx mlflow agent setup
This installs MLflow-specific skills for your coding agent. With them, your agent understands MLflow's tracing and evaluation APIs and can generate accurate, copy-paste-ready code for common tarefas — adding spans, running evaluations, querying traces — without guessing at the API.
nota
uvx mlflow agent setup requires uv to be installed. Execute pip install uv se você não o tiver.
Próximos passos
- Configurar o servidor MCP do MLflow — Dê ao seu agente de codificação acesso em tempo real aos seus rastreamentos e experimentos
- O que é a observabilidade e a qualidade de agentes? — Início rápido: rastreie seu agente