AgentPipe v0.0.16
AgentPipe v0.0.16
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.16What's Changed
See the full changelog
Checksums
ed8b246c2e2abf6b2e4f6b863226264462f1dc763ad2c45719424613ee823e72 agentpipe_darwin_amd64.tar.gz
bf887180ac89108d579b36e67cf4850b4bccaa94768087bf0d2113b7b8feb3d1 agentpipe_darwin_arm64.tar.gz
445e591b7ffb0bb5aca7e862d93cd4c962cf848d774ad8e16544a3916dd9c92b agentpipe_linux_386.tar.gz
b683c583b3339ec7985faea4f79d436dc2f2580f61d03c14f643584fba67e79a agentpipe_linux_amd64.tar.gz
3f2d2349583b736b07c2fc0bda1c60b5929d3df0ca0bd6d66a04d789bb015dd6 agentpipe_linux_arm64.tar.gz
7ebf7c99eedd07cc267135642745dafdd2b01f2921732bc0189f2dad651a0309 agentpipe_windows_386.zip
c848c810809edbafc42acb7cf78c5e7f5926d4b5c74c7be4f17c70d37862a947 agentpipe_windows_amd64.zip
85d6e3e4a0d2c771206723195ac75aa468bf1842c3e84c03af36c952315b596b 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