Murmur: Shared communication bus for your coding agents
12 points by handfuloflight
by eqvinox
0 subcomment
I get that there's only so many good names, but Murmur is the name of the Mumble server implementation [https://www.mumble.info/], which is also communication. That makes this name collision worse than others.
by derwiki
1 subcomments
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
by cors-fls
0 subcomment
Interesting but it feels like giving an agent the HTTP protocol documentation and a raw socket tool instead of curl, to make requests. Very wasteful in tokens and ultimately computation.
This is of course because we are limited to using agents interactively to avoid paying the API rates.
An agent harness with this integrated would be much more efficient.
by bicepjai
0 subcomment
nice idea, but nowadays we can ask codex oe claude to use each other to perform tasks on a repo or file and the output from one can be used by/for other. hows is this different from that ?