Skip to content

AgentPipe v0.5.5

Choose a tag to compare

@github-actions github-actions released this 26 Oct 07:17

AgentPipe v0.5.5

Installation

Homebrew (macOS/Linux)

brew tap kevinelliott/tap
brew install agentpipe

Direct Download

Download the appropriate archive for your platform from the assets below.

Using Go

go install github.com/kevinelliott/agentpipe@v0.5.5

What's Changed

See the full changelog

Checksums

f4e344991e812c07e2d4a5ae69387db7b813e0dd0701cba202a3587e61c44312  agentpipe_darwin_amd64.tar.gz
4fab0982a6c071a46dd8b8eab1c8ffaf73c5f243467e2ae30e9473ba396b2381  agentpipe_darwin_arm64.tar.gz
f8adadd6248401a8a35972d6a73d06c00c687e128589394492ec37605eec588e  agentpipe_linux_386.tar.gz
3fa7088cf41444a0f86d2d158825b411593bc33d7e199fcd1bc588387393ed8e  agentpipe_linux_amd64.tar.gz
ce6cfe58f763d37a0bc0cc1cee835830a14227efa3a779248d09df57466116c4  agentpipe_linux_arm64.tar.gz
18d8b049bb87eb46fc821ca1e3777054b2c975d04ecc773b7b2aeac1ab6ab9a6  agentpipe_windows_386.zip
670d60732c63e6f8a95ff9146f15c04b8ff02d80a80e86f32049726a55a8c7b9  agentpipe_windows_amd64.zip
1687ff3923515ddc6e15ee1c615688bbba2fafb50fa59e060ce551c1ede09d48  agentpipe_windows_arm64.zip

Quick Start

# Check available agents
agentpipe doctor

# Start a conversation
agentpipe run -a claude:Alice -a gemini:Bob -p "Hello!"

# Use enhanced TUI
agentpipe run --tui -c examples/brainstorm.yaml