Debug and monitor agents using MLflow tracking
mlflow
command provides functionality to set up MLflow for debugging and monitoring agent performance and behavior.
Command | Description |
---|---|
serve | Start an MLflow tracking server for agent debugging |
Option | Description |
---|---|
--profile TEXT | Use profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default] |
--port INTEGER | Port for MLflow server to listen on [default: 5566] |
-h, --help | Show help message and exit |