v12.3.0
agent-relay v12.3.0
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@12.3.0
npm install @agent-relay/sdk@12.3.0
npm install @agent-relay/brand@12.3.0Standalone binaries
Self-contained executables (no runtime dependencies).
Use .gz versions for faster downloads (~60-70% smaller).
| Platform | Compressed (recommended) | Uncompressed |
|---|---|---|
| Linux x64 | agent-relay-linux-x64.gz |
agent-relay-linux-x64 |
| Linux ARM64 | agent-relay-linux-arm64.gz |
agent-relay-linux-arm64 |
| macOS Intel | agent-relay-darwin-x64.gz |
agent-relay-darwin-x64 |
| macOS Apple Silicon | agent-relay-darwin-arm64.gz |
agent-relay-darwin-arm64 |
agent-relay-broker binaries
Broker binary for spawning and managing agents:
agent-relay-broker-linux-x64- Linux x86_64agent-relay-broker-linux-arm64- Linux ARM64agent-relay-broker-darwin-x64- macOS Intelagent-relay-broker-darwin-arm64- macOS Apple Siliconagent-relay-broker-win32-x64.exe- Windows x86_64
What's Changed
- fix(cli): run mounted product surfaces in a child process when standalone by @AgentRelayBot in #1799
- Make the 1642 proof case tolerate both verify-features layouts by @AgentRelayBot in #1800
- fix(cloud): snapshot code when creating a workflow schedule by @kjgbot in #1797
- Migrate all relayflows to v2 and deploy pr-proof on PR open by @AgentRelayBot in #1792
- fix(cli): refuse node up when a live broker already claims the node id by @AgentRelayBot in #1801
Full Changelog: v12.2.5...v12.3.0