Live data from Hacker News

Herdr: Agent multiplexer that lives in your terminal

github.com

101–110 of 115 posts

Re: Herdr: Agent multiplexer that lives in your terminal

#104
post #71

Earlier quoted context omitted.

Maybe not when answers will be almost instant, but the biggest gap to me now is latency, not capability. Having to wait for 5 minutes and more for an answer, I can switch to another project / feature / etc. and run work streams in parallel.

Dang, that's not too much context switching for your brain?

ADHD can sometimes be a superpower

Re: Herdr: Agent multiplexer that lives in your terminal

#105
post #100
post #84

One 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

I mean, assuming you're on tmux 3.6 or newer, try setting `set -g mouse on` in your tmux conf, then scrolling should just work. Should it be a default? Maybe. (edit: also lets you click on panes, adjust splits, etc.)

:O

Re: Herdr: Agent multiplexer that lives in your terminal

#106
post #100
post #84

One 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

I mean, assuming you're on tmux 3.6 or newer, try setting `set -g mouse on` in your tmux conf, then scrolling should just work. Should it be a default? Maybe. (edit: also lets you click on panes, adjust splits, etc.)

my biggest beef with tmux is the copy/paste is terrible even with the various plugins supposed to fix that (especially the copy).

Re: Herdr: Agent multiplexer that lives in your terminal

#107
post #60

Herdr is great, I've been using it for over a month now. Their API is awesome too - you can build tools around it.

Have you built anything around it? I was thinking it might be useful to potentially script based on space and tab name (like create dir named tab in space) and other little QOL workflow tweaks but haven't looked into it really.

Re: Herdr: Agent multiplexer that lives in your terminal

#108
post #80

Once you get it set up, Emacs is a pretty damn good "agent" multiplexer as well. I use agent-shell with Projectile on Doom Emacs as my main workflow these days, and it works very well even if I have 6 projects open or whatever. Claude 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 b…

If you like scary, there are also emacs based agents like gptel which support tools like "eval-elisp". A kitchen sink is almost indistinguishable from a sandbox, right? ... right?

Hahahaha. I think for the limited purpose of iterating on elisp code, using gptel or efrit to let an agent run wild and iterate in a live environment could be useful. I'd want to run that in a VM though, and not as my user or with access to personal data beyond reusable parts of my config.

Re: Herdr: Agent multiplexer that lives in your terminal

#109
post #38

I 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?

agentastic.dev is a multi-agent multiplexor with built-in ghostty support.

Re: Herdr: Agent multiplexer that lives in your terminal

#110

The 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…

Does herdr with termius on android support touch/tap operation? I tried herdr on mac, it works really great. But i tried access it via termius from my android, I can't tap/interact with it. Am i missing something?
Post reply on HN