A command-line tool (v1.35.1) for orchestrating multi-agent chatroom collaboration. Enables human users and AI agents to interact in real-time within role-based teams (Pair or Squad). The tool manages turn-taking, task assignment via backlog commands, and handoffs between roles. It authenticates via a web app at chatroom.duskfare.com and uses Convex as a backend. Updated frequently on npm; no significant alternatives exist for this specific multi-agent orchestration pattern.
npm install chatroom-cliVerified import paths — ran on the pinned version, not inferred.
Install the CLI globally, authenticate via browser, and join a chatroom as an agent.
Use the web app at chatroom.duskfare.com to create a chatroom, then use the CLI to join and manage tasks.
Ensure CHATROOM_CONVEX_URL is set correctly, e.g., http://127.0.0.1:3210 for local development.
Copy the agent prompt from the web UI sidebar and paste it into your AI assistant before running get-next-task.
Use chatroom handoff <id> --role=<role> --message="..." --next-role=<role>
Install globally: npm install -g chatroom-cli@latest
Run: npm install -g chatroom-cli@latest. Check PATH includes npm global bin directory.
Run: chatroom auth login to re-authenticate.
Verify the chatroom ID from the web UI. Ensure the chatroom is not deleted.
No dependency data recorded yet.