Skip to content

AgentPipe v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 07:48

AgentPipe v0.1.0

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.1.0

What's Changed

See the full changelog

Checksums

6a069f10797f7ee93fd534977620130677597851094031aff4cfdee970e0363b  agentpipe_darwin_amd64.tar.gz
bf1a9d861e1e2a9febd632c187aa4bc2a76850c9b74a04d6d22c9a894437c376  agentpipe_darwin_arm64.tar.gz
8df0d91e58921ee994d3209b3fa6469e447a076a65cd2b77b5fe7e3bc2c9b875  agentpipe_linux_386.tar.gz
125bd8302981ac4bef055c6210cdf8fec3382f4f6f12cd3df5f09c9c272ca0b3  agentpipe_linux_amd64.tar.gz
965d675d2f3c55b8ac819b58c1b8c379cb212628a93eeafc61e806c865307032  agentpipe_linux_arm64.tar.gz
ff9a3f517fc240c6ce1b467c259378344add3f5987724f5e149284bb2134a862  agentpipe_windows_386.zip
ef53e5f6b11b3b0f1880d983f89c61deedee9d5549d3f7c311528163cacb8953  agentpipe_windows_amd64.zip
e896b578753f519ddb7f222afc918463d488999b4da74a3928ce56d455a444bf  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