Skip to content

AgentPipe v0.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:47

AgentPipe v0.0.3

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

What's Changed

See the full changelog

Checksums

f8bac57597f58d1902725c4bcb3b179a848b1bc8a14db9eac367a38c1ace8c8b  agentpipe_darwin_amd64.tar.gz
d26b7074959906c59f31025fcc99af11564d755ced7daea68e23f53d00db18f1  agentpipe_darwin_arm64.tar.gz
3c09d97d39c6ed2d26ceb5b17dd2c5d409a330099edd5bd1f1a75cf507a761f7  agentpipe_linux_386.tar.gz
b2415979361c63f04f9342f50ec771aa7973b083b9bfda29927a64e637758889  agentpipe_linux_amd64.tar.gz
28b87c00c57be099a9970acf27b8c1014c20c9ef33aae8240691f6808cef7297  agentpipe_linux_arm64.tar.gz
0eb81b1e1b4643a40593f61963a4508e1548a58fffd2b2adfa9cee325f8e6ace  agentpipe_windows_386.zip
d5061d7c4bc1ae7c34ba91e59f3d207288550148512db516980a7339b4aecd83  agentpipe_windows_amd64.zip
9b37df8fc9aa4ea7d2742497a62030470b2db01b4092ecb80fb36af864716856  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 --enhanced-tui -c examples/brainstorm.yaml