Show HN: I gave my AI coding agents a group chat (it's just a Git repo)
Category: devtools
Tags: ai-agents, message-bus, git, agent-communication, typescript
Score: 7.3/10 (Innovation: 7, Technical: 7, Documentation: 8, Utility: 7)
AgentComm is a lightweight message bus for AI coding agents that uses a Git repository as the communication channel, enabling agents like Claude Code, Codex, and OpenCode to coordinate via shared inboxes and queues. Its innovative use of Git remotes as a bus with zero-dependency backends and multi-agent coordination patterns makes it a practical tool for agent-to-agent communication in development workflows.
Target audience: backend devs, ai engineers, devops
Repository: https://github.com/yonidavidson/agentcomm · TypeScript · MIT · 7 stars
View on Hacker News