Rendered at 23:51:36 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
derwiki 3 hours ago [-]
I think I have a poor man’s version of this? I run agents in tmux that are aware of each other, and communicate by reading panes using tmux cli tools.
But, I do think something like this is a good solution! Thanks for sharing
kernelbugs 1 hours ago [-]
Mind sharing your solution a bit more - how do they trigger actions from each other for instance (or is that prompted by you asking them to read from each other)? Asking because OP is interesting but seems a bit overambitious for my own usecases (two pairs of claude + codex agents such that each pair should talk between each other but not across pairs; all running on the same machine).
derwiki 53 minutes ago [-]
“You’re in a tmux pane, and the adjacent pane is another agent building a PR for me. Watch it and make sure it doesn’t get stuck before it opens the PR.”
It might make a tmux helper script, a tmux skill might help, but coming in with nothing it figures it out.
But, I do think something like this is a good solution! Thanks for sharing
It might make a tmux helper script, a tmux skill might help, but coming in with nothing it figures it out.