vagents

Vizio's agentic CLI toolset.

Install

One line, no clone. macOS or Linux:

curl -fsSL https://gentle-pond-0b6f1bb0f.7.azurestaticapps.net/install | sh

The script clones the repo into ~/.vagents/src, installs the sitrep CLI via uv tool install, and prints the first sign-in step. Re-run anytime to upgrade in place.

Then sign in

sitrep auth login
sitrep

Customize the install

Three optional env vars, each shown with its default:

SITREP_INSTALL_DIR=$HOME/.vagents/src \
SITREP_INSTALL_REF=main \
SITREP_REPO_URL=https://github.com/BuddyTV/vagents.git \
  curl -fsSL https://gentle-pond-0b6f1bb0f.7.azurestaticapps.net/install | sh

Source: BuddyTV/vagents. Inspect the installer before piping to sh: view /install.sh.