fujibee/agmsg
A bash and SQLite messaging layer that lets CLI AI coding agents communicate directly in multi-agent teams without a daemon or network.
agmsg enables different AI coding agents to exchange messages through a shared local SQLite database without requiring a daemon or network. It allows teams of peer AI agents to collaborate autonomously, with each agent running as an independent CLI session and picking up messages from others in real time. The system is designed for orchestrating cross-vendor AI agent teams for tasks like code review, pair programming, and autonomous problem-solving.