zts212653/clowder-ai

Build AI teams, not just agents. Hard rails, soft power, shared mission.

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 22nd, 2026
Created on March 12th, 2026
Open Issues & Pull Requests: 340 (+0)
GitHub issues: Enabled
Number of forks: 801
Total Stargazers: 3,159 (+1)
Total Subscribers: 7 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.4 hours
Mean response time: 4.6 days
90th percentile: 8.7 days
Tracked items: 700

How this project is maintained

About 8% of issues opened in the past year have never received a reply. 49% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 48% of tracked open issues have had no activity in three months. 65% of issues opened in the past year have been closed, leaving a working backlog. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 259
New in 7 days: 23
Closed in 7 days: 18
Avg open age: 91 days
Stale 30+ days: 191
Stale 90+ days: 98

Recent activity

Opened in 7 days: 20
Closed in 7 days: 15
Comments in 7 days: 19
Events in 7 days: 37

Top labels

  • triaged (490)
  • bug (426)
  • accepted (242)
  • enhancement (154)
  • needs-maintainer-decision (40)
  • windows (32)
  • needs-info (24)
  • feature (23)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Clowder AI is a platform layer that orchestrates multiple AI agents into a coordinated team rather than isolated tools.

The problem it addresses is the friction of working with multiple AI models simultaneously. When developers use Claude, GPT, Gemini, and other models together, they become the routing layer themselves, manually copying context between tools, tracking conversation state, and managing handoffs. Clowder AI solves this by providing persistent agent identity, cross-model review workflows, shared memory across sessions, and agent-to-agent communication with structured handoffs. Each agent maintains its role and personality across interactions, and the platform handles the coordination that would otherwise require manual middle management.

Clowder AI suits teams that want to leverage multiple models' strengths on the same problem—having Claude handle architecture while GPT reviews code, for example. It works with existing agent CLIs like Claude Code, Codex CLI, Gemini CLI, and opencode rather than replacing them, sitting as a coordination layer above those tools. The platform includes an evidence store for shared knowledge, async messaging with mention-based routing, and a plugin framework supporting MCP tools and instant messaging adapters. Desktop installers for Windows and macOS are available, and the tool can run from source with Node.js 20 and pnpm 9, with Redis as an optional dependency.

The project originated from Cat Cafe, a production workspace where multiple AI agents collaborate on real software, meaning every feature has been tested in actual use. Development appears active with documentation spanning setup guides, architecture decisions, and feature specifications across multiple languages.