Murmur: Shared communication bus for your coding agents
handfuloflight
12 points
3 comments
June 26, 2026
Related Discussions
Found 5 related stories in 366.9ms across 14,015 title embeddings via pgvector HNSW
- Agent-talk: Enabling coding agents to work together xhluca · 48 pts · July 16, 2026 · 56% similar
- Open-source memory for coding agents, synced over SSH vshulcz · 117 pts · July 15, 2026 · 54% similar
- Parallel coding agents with tmux and Markdown specs schipperai · 139 pts · March 02, 2026 · 54% similar
- Universal Memory Protocol – a shared format for agent memory edihasaj · 39 pts · June 06, 2026 · 52% similar
- Show HN: Omar – A TUI for managing 100 coding agents karim7 · 12 pts · May 01, 2026 · 51% similar
Discussion Highlights (1 comments)
derwiki
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