#550 · Primary category: AI Agents & Automation

agmsg

agent-communication agent-teams agentic ai-agents bash claude-code cli codex copilot developer-tools gemini-cli inter-agent multi-agent sqlite

Cross-vendor messaging for CLI AI coding agents — let Claude Code, Codex, Gemini & Copilot talk to each other in one team. Bash + SQLite, no daemon, no framework.

Project last updated:08/30/26

GitHub Stars

1.5K

Forks

146

Contributors

29

License

MIT

Why we included this project

Juggling several CLI coding agents on one machine usually means playing courier: copy the question out of Claude, paste it into Codex, carry the answer back. agmsg removes that step by giving the agents a shared local SQLite file to message each other through, so Claude Code can ask Codex for a code review and get the reply without you in the middle. Everything runs on bash and sqlite3, with no daemon and no network broker to keep alive, and the README shows two monitor-mode agents left alone in the same team playing tic-tac-toe against each other without a human stepping in. It's a transport rather than a framework.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category