mlflow
command provides functionality to set up MLflow for debugging and monitoring agent performance and behavior.
Usage
Commands
Command | Description |
---|---|
serve | Start an MLflow tracking server for agent debugging |
Subcommand: serve
Starts a local MLflow tracking server that can be used to capture and visualize agent runs, prompts, and responses.Usage
Options
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 |