# Local development config (TOML) # Used by both CLI and TUI when no overrides are set worker_host = "127.0.0.1" worker_user = "dev_user" worker_base = "/tmp/ml-experiments" worker_port = 9101 api_key = "your-api-key-here"