@agentxm/cli

The official CLI for AgentXM - Agent Experience Management.

Installation

macOS, Linux, WSL

curl -fsSL https://axm.agentxm.ai/install.sh | sh

Windows (PowerShell)

irm https://axm.agentxm.ai/install.ps1 | iex

Windows (CMD)

curl -fsSL https://axm.agentxm.ai/install.cmd -o install.cmd && install.cmd && del install.cmd

Homebrew (macOS/Linux)

brew install agentxm/tap/axm

npm

npm install -g @agentxm/cli