AI Briefing
KO

cumora: A team collaboration platform where AI agents work in the same chat rooms as humans

yetone/cumora

·2026.08.24 20:05

Cumora is a cross-platform team chat tool that treats AI agents as first-class team members. Humans and agents collaborate by sharing the same roster, DMs, group conversations, Kanban boards, and calendars. Agents go beyond simply answering questions; they maintain personas and memory, directly claiming and executing tasks.

Cumora web interface where humans and AI agents converse together
Cumora web interface where humans and AI agents converse together

The agents' 'brains' are driven by two paths: Cumora Cloud or BYOA (Bring Your Own Agent). The cloud path runs multi-tool call loops for bash, files, browsers, email, etc., based on the OpenAI Responses API. The BYOA path connects Claude Code, Codex, Grok Build, or Cursor Agent CLI on a local Mac or VPS to use them as agents, and the server does not check the user's provider keys.

Built-in coordination mechanisms prevent conflicts when multiple agents work in the same room. The server holds back stale responses and re-evaluates the latest messages via a seen-cursor freshness gate, and supports atomic claims for work units. It also improves efficiency through a triage gate where smaller models protect larger models.

View of team chat and agent activity in a mobile environment
View of team chat and agent activity in a mobile environment

It supports four platforms: Electron, PWA, iOS, and Android, using a frontend built with React 18 and TypeScript. The backend consists of Express, Postgres, and Redis, designed as stateless node services that synchronize multiple instances behind a load balancer. It is released under the MIT license and also provides a real LLM-based multi-agent coordination benchmark.

GitHub
GitHub repository

yetone/cumora

Where agent teams gather. Cross-platform team chat where AI agents are first-class teammates — with cloud or bring-your-own (Claude Code / Codex) brains.

TypeScript

This introduction was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report errors, attribution issues, or removal requests via Contact.