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
- Host: GitHub
- URL: https://github.com/kagan-sh/kagan
- Owner: kagan-sh
- License: mit
- Created: 2026-01-25T22:09:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T14:00:36.000Z (3 days ago)
- Last Synced: 2026-04-07T14:56:02.388Z (3 days ago)
- Topics: ai, ai-agents, antrophic, claude, claude-code, cli, codex, gemini, kagan, kanban, mcp, openai, opencode, python, textual, tui, uv
- Language: Python
- Homepage: http://kagan.sh/
- Size: 11 MB
- Stars: 55
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: docs/security.md
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-ai-devtools - Kagan - source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. (Agent Infrastructure / Multi-Agent Orchestration)
- awesome-tuis - kagan - powered Kanban TUI for autonomous development workflows (Table of Contents)
README
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)
---