agmsg
by fujibee
CLI-first cross-vendor messaging for coding agents
Overview
Enables cross-vendor, CLI-first messaging between coding agents so tools like Claude Code, Codex, Gemini and Copilot can form a single team. Uses simple Bash scripts and a SQLite-backed mailbox to exchange messages without a daemon or heavyweight framework. Distinctive for its minimal, portable approach that runs entirely from the command line and emphasizes cross-vendor, CLI-first messaging and interoperability over orchestration features.
Key Benefits
Ideal For
Developers prototyping multi-vendor agent collaborations who want a minimal, inspectable A2A channel without running a daemon or framework. This supports teams exploring multi-vendor agent collaborations and establishing a shared agent registry approach without heavy infrastructure.
How It's Used
- Wire together different vendor coding agents in reproducible CLI workflows
- Capture interaction logs and message history for early-stage agent evaluation
- Prototype agent delegation and failure-mode experiments without a full orchestration stack