[GitHub Trending] ogulcancelik/herdr
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Terminal-based agent multiplexer directly relevant to multi-agent orchestration.
herdr is a Rust-based terminal multiplexer rebuilt for AI agent workflows, giving each agent a real terminal (not an emulated pane) and surfacing status indicators (blocked, working, done) in a sidebar. It runs as a single ~10MB binary on Linux/macOS (Windows beta) with no dependencies, supports persistent sessions across detach/reattach from any terminal (including SSH), and offers a socket API and plugins for agents to orchestrate workspaces, tabs, and panes. Compared to tmux, herdr adds native agent awareness without requiring per-harness hooks, and unlike GUI agent managers (conductor, cmux), it stays in the terminal you already use and works anywhere you can SSH.
ogulcancelik