Remix.run Logo
nok22kon 5 hours ago

does it support a setup where each agent can be in a different SSH session? or must they all run in the same place.

it seems to support running a remote herdr over SSH but unclear if it can add remote agents (each agent has its own sandbox where its installed and you first SSH into it and then start the agent there)

ricardobeat 2 hours ago | parent | next [-]

Each work pane gives you a new terminal session, you can ssh into a remote and it will be kept alive. Should work fine.

scirob 5 hours ago | parent | prev | next [-]

Same question.

I usually have one local clause orchestrating multiple remote Claude in different tmux . And then another orchester and remote vm worker sin tmux for another repo etc...

It gets a bit hard to keep the overview but I don't want to give up my parallelism, your too might help

_def 4 hours ago | parent [-]

Interesting, how is this orchestration set up?

messh 4 hours ago | parent [-]

One way is to use something like https://shellbox.dev - you start new boxes and manage it all through ssh, icl agent running inside

steinroe 5 hours ago | parent | prev [-]

afaik, you should be able to use named session to achieve this: https://herdr.dev/docs/persistence-remote/