Skip to content

AgentPipe v0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Oct 21:40

AgentPipe v0.3.1

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

What's Changed

See the full changelog

Checksums

91a778a4f7a086e5816cb68ef12007064e4aa746b1b140160b728734721a9439  agentpipe_darwin_amd64.tar.gz
2ae57d41248f5fb6374183bcb126ad2ca76111ce75d7a68bcb3f2a5a2637fd25  agentpipe_darwin_arm64.tar.gz
275cb46890f3e6483542a73c0838da64676c71c1584ba7ed6810a853d27e3307  agentpipe_linux_386.tar.gz
c522a7b5c7ffd9e1d05117d1852b6abdb1bc7778f97f47630e66da3e4ba0e1b7  agentpipe_linux_amd64.tar.gz
81343193272285739f025a78c4d4a3ac7447130d15fecff52bb510450201e2a6  agentpipe_linux_arm64.tar.gz
47d477889c6108716f18e057ea74f7bbc3b51a49d257d9852af0da27ce290477  agentpipe_windows_386.zip
2b3426b923cbf8eb244c0a9f50bc93dc86b5799507fafaa361ca8990a7341d8f  agentpipe_windows_amd64.zip
b65347ca2b5a4517a5f1daaea81bf55ddca9e6e2051b30f76ed12ceff8f1daf7  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