Skip to content

v3.1.0

Latest

Choose a tag to compare

@DevenDucommun DevenDucommun released this 01 Jul 20:31
77c571a

AgentOps Workbench v3.1.0

One-command install. Additive release — no breaking changes.

Install

curl -fsSL https://raw.githubusercontent.com/DevenDucommun/agentops-workbench/main/install.sh | sh
agentops --help

A single self-contained binary — no Bun, no clone, no PATH setup. The
installer detects your OS/arch (macOS and Linux, arm64/x64), downloads the
matching binary attached to this release, and installs it to /usr/local/bin
(override with AGENTOPS_INSTALL_DIR / AGENTOPS_VERSION). You can also
download a binary directly from the assets below. The Bun runtime and SQLite are
bundled in.

What's new

  • Standalone binaries for macOS and Linux (arm64/x64), built with
    bun build --compile. Attached to this release by the release workflow.
  • install.sh one-line installer.
  • Dashboard assets are embedded at build time (with { type: "text" }) so the
    local dashboard works inside the compiled binary. No behavior change from
    source.

The Bun clone remains the development path (git clone + bun install). Npm
publication is still deferred. Binaries are ~60–90 MB each (the runtime is
bundled — that's the zero-dependency tradeoff).

Verification

bun run ci green (93 tests); the compiled binary runs the full CLI including
the dashboard.