
Agent Radio
Local control room and message bus for CLI agents
5 followers
Local control room and message bus for CLI agents
5 followers
Introducing Agent Radio - a simple local service that makes it easy for different AI agent sessions to speak to eachother and coordinate. While working on projects, I found myself building exec plans and copy-pasting between terminals for different repositories and agents often, as well as different harnesses that were better for different things. Agent Radio is my lightweight solution to that.




Curious how this actually handles sync when two sessions are mid-execution at the same time — is it message queue based or just polling? Also wondering if it stays entirely local or if any coordination data ever leaves my machine.
love how lightweight this stays, no bloated dashboard or extra ceremony, just the agents talking to each other cleanly. the fact that it came out of real workflow pain shows in the details.