An open API service indexing awesome lists of open source software.

https://github.com/kagan-sh/kagan

The Orchestration Layer for AI Coding Agents
https://github.com/kagan-sh/kagan

ai ai-agents antrophic claude claude-code cli codex gemini kagan kanban mcp openai opencode python textual tui uv

Last synced: about 7 hours ago
JSON representation

The Orchestration Layer for AI Coding Agents

Awesome Lists containing this project

README

          





Kagan — AI-powered Kanban board for coding agents



PyPI
Python
License: MIT
Stars
Discord


VS Marketplace
Open VSX
Snyk
Glama


Docs ·
Quickstart ·
VS Code Extension ·
Open VSX ·
MCP Setup ·
CLI Reference ·
Contributing

---

A terminal Kanban board that runs AI coding agents on your code. Create tasks, run agents autonomously or in pair mode. 14 agents supported.

## Install

```bash
uv tool install kagan # or: uvx kagan
```

Mac / Linux (no uv)

```bash
curl -fsSL https://uvget.me/install.sh | bash -s -- kagan
```

Windows (PowerShell)

```powershell
iwr -useb uvget.me/install.ps1 -OutFile install.ps1; .\install.ps1 kagan
```

Full docs: **[docs.kagan.sh](https://docs.kagan.sh/)**. TUI: `Space` cycles layout, `Esc` closes, `Ctrl+F` fullscreen.

## Web Dashboard

Run `kagan web` (add `--host 0.0.0.0` for network access). See [docs](https://docs.kagan.sh/guides/remote-access/).

## License

[MIT](LICENSE)

---






Star History