Skip to content

Releases: Igzela/token-efficient-agent-harness-lab

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:41
e8ff5d9

Agent Control Plane v0.1.0

Installation

Download the archive for your platform, extract, and run.

Linux x86_64

tar -xzf agent-control-plane-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
sudo agent-control-plane-v0.1.0-x86_64-unknown-linux-gnu/install.sh

Linux aarch64

tar -xzf agent-control-plane-v0.1.0-aarch64-unknown-linux-gnu.tar.gz
sudo agent-control-plane-v0.1.0-aarch64-unknown-linux-gnu/install.sh

macOS x86_64 (Intel)

tar -xzf agent-control-plane-v0.1.0-x86_64-apple-darwin.tar.gz
sudo agent-control-plane-v0.1.0-x86_64-apple-darwin/install.sh

macOS aarch64 (Apple Silicon)

tar -xzf agent-control-plane-v0.1.0-aarch64-apple-darwin.tar.gz
sudo agent-control-plane-v0.1.0-aarch64-apple-darwin/install.sh

Verify Checksums

sha256sum -c agent-control-plane-v0.1.0-*.sha256