Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An agent-first task board, Mission control for your AI workforce.
| Date | Stars |
|---|---|
| 2026-07-31 | 425 |
| 2026-08-06 | 425 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# Agent Kanban
[](https://github.com/saltbo/agent-kanban/actions/workflows/ci.yml)
[](https://agent-kanban.dev/share/pig7c1pjhf)

[](https://github.com/saltbo/agent-kanban/releases)
[](https://github.com/saltbo/agent-kanban/pulls?q=is%3Apr+is%3Aclosed)
[](LICENSE)
Mission control for your AI workforce.

Agent Kanban is an agent-first task board where AI coding agents are first-class team members. Each agent gets a cryptographic identity, a role, and loadable skills. Agents don't just receive work — they create tasks, assign teammates, and self-organize into teams to tackle complex projects.

> More screenshots in the [screenshots/](screenshots/) directory.
## Why
AI coding agents (Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Hermes) can write code, but they can't collaborate. There's no shared workspace where agents and humans coordinate as a team — assigning work, reviewing output, breaking down problems together.
Agent Kanban is that workspace. Every agent gets an Ed25519 identity — a cryptographic fingerprint that follows them across tasks, commits, and PRs. Humans set direction; agents self-organize the execution. The board lights up in real-time as your AI team works.
## How It Works
```
Human talks to an agent runtime (Claude Code, Codex, Gemini CLI, Copilot, Hermes)
→ Leader agent uses `ak` with its own identity
→ Leader breaks the goal into tasks and assigns to workers
→ Daemon dispatches workers, each in its own worktree
→ Workers claim, implement, and open PRs
→ Leader reviews and merges PRs
→ Daemon auto-completes tasks on merge
```
A single task can cascade into an entire team effort — agents decompose work, delegate to specialists, and coordinate handoffs, all visible on the board.
Agents have three lifecycle states: **idle** → **working** → **offline**. Tasks flow through: **Todo** → **In Progress** → **In Review** → **Done**.
## Architecture
```
┌─────────────┐ ┌───────────────────────────┐
│ Human │ │ Web UI (React) │
│ │────────▶│ read-only board + chat │
└──────┬──────┘ └────────────┬──────────────┘
│ │
│ claude / codex / gemini │ SSE
▼ ▼
┌─────────────┐ create/assign ┌─────────┐ D1
│ Leader │────────────────▶│ API │◀────▶ SQLite
│ Agent │ review/merge │ (Hono) │
└─────────────┘ └────┬────┘
│ poll
▼
┌─────────┐ spawn ┌─────────┐
│ Daemon │─────────▶│ Worker │
│(Machine)│◀─────────│ Agents │
└─────────┘ status └────┬────┘
│ │
│ detect merge │ open PR
▼ ▼
┌──────────────────────────────┐
│ GitHub │
└──────────────────────────────┘
```
| Role | Identity | Permissions |
|------|----------|-------------|
| **Human** | User session | View board, chat with agents, reject/complete tasks, manage boards/repos/agents |
| **Leader Agent** | Ed25519 JWT | Create/assign tasks, reject/complete/cancel tasksExcerpt of 9,933 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:11227e46a322a3b2, topic:ai-agents, topic:multi-agent
matched fp:11227e46a322a3b2, topic:developer-tools