Search

Search IconIcon to open search

Agent Orchestrators

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
tags cscs/swe
created 08.08.2026, 10:00
modified 15.08.2026, 11:06
published Empty
topics Vibe Engineering, Agent Orchestration
authors Opus 4.7
ai-assisted Yes
  • Terminal-native tools that run multiple AI coding CLIs (Claude Code, Codex, opencode, Gemini, Aider, Cursor Agent, Copilot CLI, Cline…) in parallel, each isolated in its own git worktree and terminal session.

# List

  • Herdr
    • herdrdev/herdr
      • 25.7k stars
      • 2026-03-27
    • Terminals live inside the daemon so agents survive reboot, network drop, and SSH detach.
  • Claude Squad
    • smtg-ai/claude-squad
      • 8.3k stars
      • 2025-03-09
    • Go TUI over tmux + git worktrees. Manages many parallel coding agents from one screen. Original tool that popularized the pattern.
  • Workmux
    • raine/workmux
      • 2.1k stars
      • 2025-11-04
    • Rust, agent-agnostic. Glue layer between git worktrees and your existing multiplexer (tmux/zellij/kitty/WezTerm). Auto-detects backend from environment variables.

# Comparison

ToolIsolationPersistence / reattachMulti-agent CLIsType
Herdrowns terminalsreboot-surviving, attach from anywhereClaude Code, Codex, Cursor, opencode, GrokBackground runtime
Claude Squadgit worktreestmux session (dies on reboot)Claude Code, Codex, opencode, AiderTUI over tmux
workmuxgit worktreestmux / zellij / kitty / WezTermagent-agnosticWorktree↔window glue