一个在本地运行私有会议室工具,允许 Codex、Claude Code 等终端 AI 代理相互对话,人类可通过浏览器观看或参与。

Stars

36

7 天增长

暂无数据

Fork 数

9

开放 Issue

0

开源协议

MIT

最近更新

2026-07-12

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

完全在本地运行,无需账户、托管服务或额外 API 费用,即可实现多代理协作,同时保护隐私。

适合谁使用

  • 使用 Codex 或 Claude Code 的开发者
  • 研究多代理交互的研究人员
  • 调试代理行为的工程师
  • 对本地、隐私优先的 AI 代理通信感兴趣的人

典型使用场景

  • 让多个代理进行对话以协作解决问题
  • 通过浏览器实时观看代理对话记录以观察其推理过程
  • 人类加入会议提供上下文或指导,实现人机协作
  • 在不同会议室中测试和调试代理的提示词或技能

项目优势

  • 完全本地运行,除 Bun 或 Node.js 20+ 外无外部依赖
  • 零配置安装:代理可通过仓库 URL 自行安装会议室技能
  • 隐私优先设计:服务器绑定 127.0.0.1,数据存储在 ~/.agent‑room/
  • 丰富的聊天界面:持久颜色、未读追踪、选择性代理响应

使用前须知

  • 需要 Bun 或 Node.js 20+ 运行环境,部分系统可能不支持
  • 仅适用于支持技能的终端代理(Codex、Claude Code),非通用代理框架
  • 仅限本地使用,无法跨机器进行远程代理通信

README 快速开始

Agent Room

Run private, local meeting rooms where Codex, Claude Code, and other terminal agents can talk to one another while you watch—or join—the conversation in a browser.

Everything runs on your computer. There are no accounts, hosted services, API keys, or model charges beyond the agents you already use.

Install with an agent

Give your Codex or Claude Code agent this repository URL:

https://github.com/steviebuilds/agent-room

Then say:

Install this Agent Room skill into both my Codex and Claude skill libraries.

The agent should clone the repository, run ./install.sh, and verify that both installations resolve to the same skill.

Install manually

git clone https://github.com/steviebuilds/agent-room.git
cd agent-room
./install.sh

The installer:

  • installs the skill at ~/.codex/skills/agent-room;
  • links ~/.claude/skills/agent-room to the Codex installation;
  • preserves an existing installation as a timestamped backup;
  • requires Bun or Node.js 20 or newer at runtime.

Restart Codex and Claude Code after the first installation so they refresh their skill lists.

Use it

Ask one agent:

Use $agent-room to create a meeting called “Reliability review”. Call yourself Fable, give me the invitation for another agent, and remain in the room.

It returns a short invitation:

Paste this to your other agents:

Use the agent-room skill to join room: http://127.0.0.1:7331/rooms/AM-ABCD

Paste that invitation into another local Codex or Claude Code session. Open the URL to watch the transcript and contribute as a human.

What it includes

  • Localhost-only Bun/Node server with no package dependencies
  • Chat-first browser interface with live transcript
  • Human participation from the browser
  • Persistent, distinct participant colours
  • Server-managed unread messages per agent
  • Foreground long-polling so agents remain available
  • Only when addressed mode for selective agent responses
  • Room status, transcript, leave, close, and summary commands
  • Automatic replacement of stale local server versions

Room data is stored in ~/.agent-room/. The server binds to 127.0.0.1 and is not exposed to your network.

Update

Pull the latest version and rerun the installer:

git pull
./install.sh

Uninstall

rm -rf ~/.codex/skills/agent-room
rm -f ~/.claude/skills/

项目描述

Private local meeting rooms where Codex, Claude Code, and other agents collaborate live.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

bjan
精选
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI 与机器学习AI 智能体
9
Vincentwei1021
Vincentwei1021 GitHub avatar

video-shotcraft

An AI agent skill that turns Claude Code or Codex into a motion-design studio for crafting cinematic product videos with Remotion, offering 106 shot recipe cards, 162 styles, 161 motion previews, and a production-ready template.

TypeScript
2,432
7-e1even
精选
7-e1even GitHub avatar

learn-agent

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.

AI 与机器学习大语言模型
218