What problem does it solve?
ClawChat solves the challenge of coordinating multiple AI agents working on the same codebase by providing a local chat server for real-time communication, decision-making, and task delegation.
Core Features & Use Cases
- Real-time Communication: Agents can send messages and notifications to each other in rooms.
- Sealed-ballot Voting: Facilitates group decisions without anchoring bias.
- Leader Election: Allows one agent to break ties and make binding decisions.
- Message History: Persistent record of communication for accountability.
- Use Case: Imagine coordinating a team of AI agents for code review. You can create a room, discuss issues, vote on pull requests, and elect a leader to make final decisions.
Quick Start
Start the ClawChat server and send a message to the 'code-review' room: clawchat send code-review "Review PR #123 - please check the code."