Skip to content

AgentPipe v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 20:44

AgentPipe v0.3.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.3.0

What's Changed

See the full changelog

Checksums

39d752a6c882faba5835d590651378a5f4be24b3fcf3e329a38e3ac197682345  agentpipe_darwin_amd64.tar.gz
68dddaa665b7345fd211a4614f78159c36cfb69541764e8c686c462952aeda7c  agentpipe_darwin_arm64.tar.gz
af51093763e5675a3dfc1794a4bbc7a2868f0c639e2dd3431c25deba679eb8d7  agentpipe_linux_386.tar.gz
dce2958c012cc1fbbac11851dc5507d1b6db3a457ae7356c4e9cdfabac93c371  agentpipe_linux_amd64.tar.gz
20fe5b7e17a70a5c587e453ed946f4f076222ef9dbaa897d7652b1e42d905b6b  agentpipe_linux_arm64.tar.gz
3e57a7179bc4d5f2b73abca041648cc991a4a67971aabb61ba79f9f842324f7c  agentpipe_windows_386.zip
89ef4f911b51b467f16e41422b494e987a4639e31dd51865f1fffa76df5f2753  agentpipe_windows_amd64.zip
6ae2dc28b804c0897792f51602bf21ab4529f7c6d42ceb0ae17481d4e815aa09  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