Metadata-Version: 2.4
Name: kagan
Version: 0.8.0b2
Summary: AI-powered Kanban TUI for autonomous development workflows
Project-URL: Homepage, https://kagan.sh
Project-URL: Documentation, https://docs.kagan.sh
Project-URL: Repository, https://github.com/kagan-sh/kagan
Project-URL: Issues, https://github.com/kagan-sh/kagan/issues
Project-URL: Changelog, https://github.com/kagan-sh/kagan/blob/main/CHANGELOG.md
Author-email: Altynbek Orumbayev <altynbek.orumbayev@makerx.com.au>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,autonomous,kanban,project-management,terminal,textual,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.12
Requires-Dist: agent-client-protocol<1.0.0,>=0.7.0
Requires-Dist: alembic>=1.16.0
Requires-Dist: click>=8.1.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: mcp<2.0.0,>=1.26.0
Requires-Dist: mslex>=1.3.0
Requires-Dist: packaging>=24.0
Requires-Dist: platformdirs>=4.3.0
Requires-Dist: prompt-toolkit>=3.0.0
Requires-Dist: rich>=14.0.0
Requires-Dist: sqlmodel>=0.0.22
Requires-Dist: textual>=7.0.0
Requires-Dist: tomlkit>=0.13.0
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/kagan-sh/kagan/main/.github/assets/hero-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/kagan-sh/kagan/main/.github/assets/hero-light.svg">
    <img alt="Kagan — AI-powered Kanban board for coding agents" src="https://raw.githubusercontent.com/kagan-sh/kagan/main/.github/assets/hero-dark.svg" width="100%">
  </picture>
</p>

<p align="center">
  <a href="https://pypi.org/project/kagan/"><img src="https://img.shields.io/pypi/v/kagan?style=for-the-badge" alt="PyPI"></a>
  <a href="https://pypi.org/project/kagan/"><img src="https://img.shields.io/pypi/pyversions/kagan?style=for-the-badge" alt="Python"></a>
  <a href="https://opensource.org/license/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge" alt="License: MIT"></a>
  <a href="https://github.com/kagan-sh/kagan/stargazers"><img src="https://img.shields.io/github/stars/kagan-sh/kagan?style=for-the-badge" alt="Stars"></a>
  <a href="https://discord.gg/dB5AgMwMy"><img src="https://img.shields.io/badge/discord-join-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Discord"></a>
</p>

<h3 align="center">
  <a href="https://docs.kagan.sh/">Docs</a> ·
  <a href="https://docs.kagan.sh/quickstart/">Quickstart</a> ·
  <a href="https://docs.kagan.sh/guides/mcp-setup/">MCP Setup</a> ·
  <a href="https://docs.kagan.sh/reference/cli/">CLI Reference</a>
</h3>

---

A terminal Kanban board that runs AI coding agents on your code. Create a task, pick a mode — let the agent run autonomously or keep your hands on the wheel with the agent as co-pilot. Review and merge. 14 agents supported.

## Install

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

<details>
<summary>Mac / Linux (no uv)</summary>

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

<details>
<summary>Windows (PowerShell)</summary>

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

## Docs

**[docs.kagan.sh](https://docs.kagan.sh/)** — everything else lives there.

## License

[MIT](LICENSE)
