#!/usr/bin/env bash # Run the mosaic-agent service as a one-shot container and print the # model response for the exact startup verification request. # # The request deliberately does NOT contain the expected marker # MOSAIC_HELLO_OK. Only the model response is printed to stdout; no # credentials or unrelated runtime data are printed. set -euo pipefail cd "$(dirname "$0")/.." # shellcheck source=common.sh source scripts/common.sh load_config load_release bootstrap_runtime_dir # -T: no pseudo-TTY, so stdout is clean model output. #