MLflow is an expansive platform to build AI applications and models. We use a sliver of it that provides a tracing UI for LLM agents.Documentation Index
Fetch the complete documentation index at: https://docs.unpage.ai/llms.txt
Use this file to discover all available pages before exploring further.
Setting Up MLflow
Use Unpage’s built-in tracing to monitor agent execution:Running Unpage and Capturing Traces
Unpage will automatically send traces to the MLflow server when theMLFLOW_TRACKING_URI environment variable is set.
${MLFLOW_TRACKING_URI}/#/experiments/1?searchFilter=&orderByKey=attributes.start_time&orderByAsc=false&startTime=ALL&lifecycleFilter=Active&modelVersionFilter=All+Runs&datasetsFilter=W10%3D&compareRunsMode=TRACES to see:
- Tool usage patterns
- Execution timing
- Error rates and types
- Agent decision flows
http://127.0.0.1:5566/#/experiments/1?searchFilter=&orderByKey=attributes.start_time&orderByAsc=false&startTime=ALL&lifecycleFilter=Active&modelVersionFilter=All+Runs&datasetsFilter=W10%3D&compareRunsMode=TRACES
