Weco Logo
Weco Docs

Weco Dashboard

Quick start guide for using the Weco Dashboard

Start a run from the CLI

weco run --source optimize.py \
         --eval-command "python evaluate.py" \
         --metric accuracy --goal maximize

Need extra options? Check the CLI docs.

Open the dashboard

Visit https://dashboard.weco.ai and sign in with the same Google account used in the CLI. The run appears automatically - no additional commands required.

Monitor and manage

  • Metric curve updates after each step.

  • Solution tree lists every code variant.

  • Use Stop to end a run or Delete to remove it.

On this page