agmsg is a cross-agent messaging layer for CLI AI agents. Claude Code, Codex, Gemini CLI, and other command-line agents can message each other through a shared SQLite database with no daemon, no network service, and no Python dependency, using only bash and sqlite3.
ライセンス
MIT
スター
414
公式サイト
https://agmsg.cc/主な機能
- CLI agent messaging
- Shared SQLite message store
- No daemon or network service
- Bash and sqlite3 implementation
- Team and identity registration
- Claude Code and Codex workflow support
ユースケース
- Multi-agent coding collaboration
- Claude Code and Codex review loops
- Terminal agent inboxes
- Local team-style agent experiments
- Less manual copy-paste between agents
- Offline agent coordination
FAQ
agmsg is a cross-agent messaging layer for CLI AI agents. Claude Code, Codex, Gemini CLI, and other command-line agents can message each other through a shared SQLite database with no daemon, no network service, and no Python dependency, using only bash and sqlite3. Repository: https://github.com/fujibee/agmsg. GitHub stars: 414. License: MIT.
Common real-world fits include: Multi-agent coding collaboration, Claude Code and Codex review loops, Terminal agent inboxes.