by kevinelliott
A CLI/TUI app that orchestrates multi-agent conversations by enabling different AI CLI tools (Claude Code, Gemini, Qwen, etc.) to communicate in shared rooms.
# Add to your Claude Code skills
git clone https://github.com/kevinelliott/agentpipeGuides for using ai agents skills like agentpipe.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:30:47.303Z",
"npmAuditRan": true,
"pipAuditRan": true
}
AgentPipe is a powerful CLI and TUI application that orchestrates conversations between multiple AI agents. It allows different AI CLI tools (like Claude, Cursor, Gemini, Qwen, Ollama) to communicate with each other in a shared "room", creating dynamic multi-agent conversations with real-time metrics, cost tracking, and interactive user participation.
Enhanced TUI with multi-panel layout: agent list with status indicators, conversation view with metrics, statistics panel showing turns and total cost, configuration panel, and user input area
CLI output showing color-coded agent messages with agent type indicators (e.g., "Alice (qoder)"), HOST vs SYSTEM distinction, and inline metrics display
All agents now use a standardized interaction pattern with structured three-part prompts, message filtering, and comprehensive logging for reliable multi-agent conversations.
round-robin: Agents take turns in a fixed orderreactive: Agents respond based on conversation dynamicsfree-form: Agents participate freely as they see fit/metrics, /health, and web UI endpoints~/.agentpipe/chats/See CHANGELOG.md for detailed version history and release notes.
Latest Release: v0.6.0 - OpenRouter API Support
What's New in v0.6.0:
🌐 OpenRouter API Support - First API-Based Agent:
OPENROUTER_API_KEYexamples/openrouter-conversation.yaml - Multi-provider conversationexamples/openrouter-solo.yaml - Single agent testingPrevious Release - v0.4.9 (2025-10-25): Crush CLI support
Previous Release - v0.4.8 (2025-10-25): Fixed GitHub API rate limiting
Previous Release - v0.4.7 (2025-10-25): Improved Kimi version detection Previous Release - v0.4.6 (2025-10-25): Groq Code CLI support
Previous Release - v0.4.3 (2025-10-25): Kimi CLI agent support
uv tool install kimi-cli (requires Python 3.13+)Previous Release - v0.4.2 (2025-10-24): Qoder installation improvements
--force flag to Qoder install and upgrade commandsPrevious Release - v0.4.1 (2025-10-22): Conversation summarization & unique agent IDs
~/.agentpipe/events/Previous Release - v0.4.0: Bridge connection events and cancellation detection Previous Release - v0.3.0: Real-time conversation streaming to AgentPipe Web Previous Release - v0.2.2: JSON output support for agents list command Previous Release - v0.2.1: OpenCode agent and improved package management Previous Release - v0.2.0: Agent upgrade command and automated version detection
brew tap kevinelliott/tap
brew install agentpipe
curl -sSL https://raw.githubusercontent.com/kevinelliott/agentpipe/main/install.sh | bash
go install github.com/kevinelliott/agentpipe@latest
git clone https://github.com/kevinelliott/agentpipe.git
cd agentpipe
# Build only
go build -o agentpipe .
# Or build and install to /usr/local/bin (requires sudo on macOS/Linux)
sudo make install
# Or install to custom location (e.g., ~/.local/bin, no sudo needed)
make install PREFIX=$HOME/.local
AgentPipe requires at least one AI CLI tool to be installed:
amp ⚡ Optimized
npm install -g @sourcegraph/amp or see installation guideagentpipe is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kevinelliott. A CLI/TUI app that orchestrates multi-agent conversations by enabling different AI CLI tools (Claude Code, Gemini, Qwen, etc.) to communicate in shared rooms. It has 117 GitHub stars.
Yes. agentpipe passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/kevinelliott/agentpipe" and add it to your Claude Code skills directory (see the Installation section above).
agentpipe is primarily written in Go. It is open-source under kevinelliott on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentpipe against similar tools.
No comments yet. Be the first to share your thoughts!