Tried this for a couple days, but conductor.build is way better IME. Running _in_ the terminal is a flex, but doesn't actually bring any advantage.
I was just looking at conductor and was not very jazzed about the fact that it was running the agents directly on the host. Being able to launch from a terminal means this one can (hopefully) run from inside the sandboxing setup I use for coding agents.
Herdr: Agent multiplexer that lives in your terminal
91–100 of 115 posts
Re: Herdr: Agent multiplexer that lives in your terminal
#92I switched from tmux to Zellij a while back, and lately added a stop hook that sends a terminal ping to the correct tab when the agent is done (and I'm not looking at the tab). It has been pretty convenient so far. Added an example here: https://johnny.chadda.se/zellij-stop-hook/
Does anyone know anything like this for Ghostty?
Re: Herdr: Agent multiplexer that lives in your terminal
#93The utility is not obvious, but I've been using herdr for a few weeks after a friend recommended it, and it's been a great tool. I had about a dozen different terminal windows, each one with multiple tabs, which was becoming a mess to manage; multiple agents and harnesses running that I could only inspect by remote access/VNC away from home. With this, I can keep things more organized (project workspaces, tabs), beca…
Couldn't you just use tmux for the remote access?
Re: Herdr: Agent multiplexer that lives in your terminal
#94I switched from tmux to Zellij a while back, and lately added a stop hook that sends a terminal ping to the correct tab when the agent is done (and I'm not looking at the tab). It has been pretty convenient so far. Added an example here: https://johnny.chadda.se/zellij-stop-hook/
Nice! Does anyone know anything like this for Ghostty?
Re: Herdr: Agent multiplexer that lives in your terminal
#95Re: Herdr: Agent multiplexer that lives in your terminal
#96Will people really need a bunch of different agents? Even using two codex session for different project make me feel a bit overwhelmed, or may be i just old
Re: Herdr: Agent multiplexer that lives in your terminal
#97Re: Herdr: Agent multiplexer that lives in your terminal
#98nice, not dissimilar to what i built for https://github.com/storozhenko98/beehive
Re: Herdr: Agent multiplexer that lives in your terminal
#99Re: Herdr: Agent multiplexer that lives in your terminal
#100One interesting thing that I couldn't find in these comments or in their docs (even in the https://herdr.dev/docs/preview/concepts/#mouse-ui section), is that Herdr supports native-feeling scroll. You can scroll with your mouse wheel. That to me is a killer feature over tmux