AgentPipe v0.0.7
AgentPipe v0.0.7
Installation
Homebrew (macOS/Linux)
brew tap kevinelliott/tap
brew install agentpipeDirect Download
Download the appropriate archive for your platform from the assets below.
Using Go
go install github.com/kevinelliott/agentpipe@v0.0.7What's Changed
See the full changelog
Checksums
e8982cb9833722f1d143b61a8a16236b5289decab04c278597dc13e4eaf5693f agentpipe_darwin_amd64.tar.gz
7162427da4e8453130fdcef78995cb1c3143f1ca398deb131e9bcc40cf5a57ae agentpipe_darwin_arm64.tar.gz
7fc085a9d3e02770454e33fad423f611b18e2c36590324402ac3904f73319104 agentpipe_linux_386.tar.gz
8c7e665513a5a5162d686eb600010b8cba35b120e663a8da9a8f6cf24a865235 agentpipe_linux_amd64.tar.gz
baf99093203aa373740c672937591f9ac4c7d5888f18331b4bc27898e2439aed agentpipe_linux_arm64.tar.gz
69628923267f438aa1f842a669a2e7234c0029305c882680f5f4c9fdf02467fc agentpipe_windows_386.zip
57ebd542249788f69363065e3d59a583e644df1c01d37369b70b22c704a40516 agentpipe_windows_amd64.zip
085f531e7a81242cf34cc9bd8c060a7c0b776571cf2abd8b2fa00b934e531c43 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