@agentxm/cli
v0.1.0-alpha.0
Published
AgentXM CLI - Agent Experience Management
Downloads
16
Readme
@agentxm/cli
The official CLI for AgentXM - Agent Experience Management.
Installation
npm (Recommended)
npm install -g @agentxm/cliHomebrew (macOS/Linux)
brew install agentxm/tap/axmNative Binary
Download pre-built binaries from GitHub Releases:
macOS (Apple Silicon):
curl -fsSL https://github.com/agentxm/agentxm-internal/releases/latest/download/axm-darwin-arm64 -o axm
chmod +x axm
sudo mv axm /usr/local/bin/macOS (Intel):
curl -fsSL https://github.com/agentxm/agentxm-internal/releases/latest/download/axm-darwin-x64 -o axm
chmod +x axm
sudo mv axm /usr/local/bin/Linux (x64):
curl -fsSL https://github.com/agentxm/agentxm-internal/releases/latest/download/axm-linux-x64 -o axm
chmod +x axm
sudo mv axm /usr/local/bin/Linux (ARM64):
curl -fsSL https://github.com/agentxm/agentxm-internal/releases/latest/download/axm-linux-arm64 -o axm
chmod +x axm
sudo mv axm /usr/local/bin/Windows (x64): Download axm-windows-x64.exe from the
releases page and add it
to your PATH.
Usage
axm [options] [name]Options
--help,-h- Show help information--version- Show version
License
MIT
