Will 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
Herdr: Agent multiplexer that lives in your terminal
41–50 of 115 posts
Re: Herdr: Agent multiplexer that lives in your terminal
#42Re: Herdr: Agent multiplexer that lives in your terminal
#43Just use tmux no?
How would you know if a tab that isn't frontmost is waiting for input or complete or whatever?
The poling requires tmux (not screen nor dtach, as far as I could find). And, silence for N seconds is just that, the poll doesn't know if that really means waiting for input or something else. With agents (like claude) that have a throbber/spinner going while "thinking", silence is a good indicator.
Kitty terminal can be polled for current text and then see if that has changed in N seconds. This would allow not having to depend on tmux which may be preferable to some kitty users. Generally, using tmux always surfaces some annoying problems for me.
Re: Herdr: Agent multiplexer that lives in your terminal
#44Re: Herdr: Agent multiplexer that lives in your terminal
#45How do you use multiple agents in one project? Isn't there race conditions? or is this for 2 separate projects at once?
Re: Herdr: Agent multiplexer that lives in your terminal
#46How do people use terminal multiplexers together with vim? Ctrl+B is so hardwired in my fingers for scrolling back one screen that there's no way I'm remapping that one in vim itself. So then you have to remap that in your terminal multiplexer, while at the same time there's a bunch of people saying never change the leader key... Curious what vim users especially do about this?
Re: Herdr: Agent multiplexer that lives in your terminal
#47Claude and Codex are also both quite good at working with Emacs as well. Depending on your isolation/sandboxing strategy, they can either run commands against your session via emacsclient (a bit scary) or dump elisp in the REPL for you to evaluate. Both are really efficient in terms of giving you a fast feedback loop.
Re: Herdr: Agent multiplexer that lives in your terminal
#48Re: Herdr: Agent multiplexer that lives in your terminal
#49Re: Herdr: Agent multiplexer that lives in your terminal
#50This is way to complex... Why don't just use some harness which manages all that and give u a good UI?
I have been actively searching for such a thing for months without finding it. Some are OS X only. Some will not work well with VMs/isolated agents. Currently using emdash, which is going in a great direction but somewhat new and buggy still.