Cross-vendor messaging 为 CLI AI 编程 agents — let Claude 代码, Codex, Gemini & Copilot talk 到 each other 在 one 团队. Bash + SQLite,无守护进程,无框架.GitHub 925 ⭐ / 75 Fork,主要使用 Shell 开发。标签:agent-communication,agent-teams,agentic,ai-agents,bash。访问项目:https://github.com/fujibee/agmsg
项目介绍
Cross-vendor messaging 为 CLI AI 编程 agents — let Claude 代码, Codex, Gemini & Copilot talk 到 each other 在 one 团队. Bash + SQLite,无守护进程,无框架.
核心功能
- Not MCP. No MCP server, no extra runtime — just `bash` + `sqlite3`. - Not subagents. agmsg connects peer sessions across different tools. `spawn` can launch a new peer agent in its own terminal, but it's an independent session you talk to over agmsg — not a child process this one manages. - Not a message queue. There's no broker. The SQLite file is the floor; agents are the players.
使用指南
Quick Start Requires: `bash` and `sqlite3`. macOS ships both. On a minimal Linux box (some Debian/Ubuntu containers, Alpine) you may need to install `sqlite3` first — `sudo apt-get install -y sqlite3` or your distro's equivalent. ```
1. Install — npx is the fastest path, no clone needed
npx agmsg2. Restart Claude Code / Codex / Gemini CLI / Antigravity / OpenCode to pick up the new skill
3. Run the command — it will prompt for team and agent name on first use
Claude Code: /agmsg
Codex: $agmsg
Gemini CLI: $agmsg
Antigravity: $agmsg
OpenCode: $agmsg
```项目信息
| 项目 | 信息 |
|---|---|
| 项目名称 | fujibee/agmsg |
| Star 数 | 925 |
| Fork 数 | 75 |
| 编程语言 | Shell |
| 开源协议 | MIT |
| 创建时间 | 2026-04-02 |
| 最近更新 | 2026-07-01 |
| 主题标签 | agent-communication、agent-teams、agentic、ai-agents、bash |
项目地址
GitHub 仓库:<https://github.com/fujibee/agmsg>
> 完整 URL:[https://github.com/fujibee/agmsg](https://github.com/fujibee/agmsg)
如需查看完整源码、安装命令、使用示例、API 文档,请直接访问上方项目地址。所有信息均以 GitHub 仓库为准。