Herdr
Runs and manages multiple coding agents side by side in the terminal — an agent multiplexer to launch, monitor, and switch between parallel AI coding sessions. 17k+ GitHub stars.
Skills
Agent Multiplexing
Runs multiple coding agents concurrently in one terminal, each in its own pane, so you supervise them in parallel.
Session Switching
Switches focus between running agent sessions and monitors their live output without leaving the terminal.
Workspace Isolation
Keeps each agent scoped to its own working directory so parallel tasks do not collide on shared files.
Related Agents
Agent Zero
Runs a general-purpose personal agentic framework with persistent memory, tool use, code execution, and multi-agent coo…
AgentRQ
Human-in-the-loop task manager for AI agents. Agents assign tasks to you; you assign back. Native Claude Code push noti…
AgentScope
Builds multi-agent applications with a Python framework focused on transparency, observability, and tracing. Includes a…
AutoGen
Microsoft's open-source multi-agent framework. Supports conversational, autonomous, and human-in-the-loop agent pattern…