Skip to main content

Kanban board for managing AI agent sessions

Project description

Agentic Kanban

Test status Deploy Status Docs Go Reference PyPI

A kanban board for managing AI agent sessions.

Each ticket is bound to an agent session (Claude Code, pi.dev) running inside its own git worktree, executed in the target repository's existing devcontainer. The active harness is selected globally in the app's settings.

Install

uv tool install agentic-kanban

This installs the binary to ~/.local/bin/kanban. Make sure to have that on your PATH.

Run

kanban serve

The server listens on :7474. Open http://localhost:7474/.

Or with Docker:

SOURCE=$HOME/code
docker run -d --name kanban \
  --restart unless-stopped \
  -p 127.0.0.1:7474:7474 \
  -p 13000-13099:13000-13099 \
  -v ${DOCKER_SOCK_PATH:-/var/run/docker.sock}:/var/run/docker.sock \
  -v $HOME/.claude:$HOME/.claude \
  -v $HOME/.claude.json:$HOME/.claude.json \
  -v $HOME/.local/share/kanban:$HOME/.local/share/kanban \
  -v $SOURCE:$SOURCE \
  -e HOME=$HOME \
  -e XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \
  -e KANBAN_DATA_DIR=$HOME/.local/share/kanban \
  -e KANBAN_HOST_DOCKER_SOCK=${DOCKER_SOCK_PATH:-/var/run/docker.sock} \
  -e GH_TOKEN=$(gh auth token) \
  lahmanja/kanban:latest

📖 Documentation

Full documentation lives at https://jmelahman.github.io/agentic-kanban/:

  • Quickstart — your first board and ticket in five minutes.
  • Configuration.kanban.toml schema and merge rules.
  • REST API — endpoints exposed by the running server.
  • CLIserve, mcp, board list, ticket create.
  • MCP — Claude Desktop / Claude Code integration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

agentic_kanban-1.0.11-py3-none-win_arm64.whl (8.4 MB view details)

Uploaded Python 3Windows ARM64

agentic_kanban-1.0.11-py3-none-win_amd64.whl (9.2 MB view details)

Uploaded Python 3Windows x86-64

agentic_kanban-1.0.11-py3-none-manylinux_2_17_x86_64.whl (9.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

agentic_kanban-1.0.11-py3-none-manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

agentic_kanban-1.0.11-py3-none-macosx_11_0_arm64.whl (8.7 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

agentic_kanban-1.0.11-py3-none-macosx_10_12_x86_64.whl (9.2 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

agentic_kanban-1.0.11-py3-none-any.whl (9.1 MB view details)

Uploaded Python 3

File details

Details for the file agentic_kanban-1.0.11-py3-none-win_arm64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-win_arm64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 66c7d16cfa98fa68873a6f3c50dbf54a2be338097ec438a11448da435aa03ac1
MD5 924f094a6eb00f54d4673135e49b089b
BLAKE2b-256 29830caa7dfcc4b7cbf10b3549a1c3fbf6308ec40b0682ebf253a1407e3e2268

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-win_amd64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 05266535875bd15e1f95d01182651ee2e1d525c11a448322e2f873e476673c10
MD5 317536d14c60741c5468a1a0374a0ad7
BLAKE2b-256 f5df1f05ba2bbc8a46c7ba3cc7ca70d6a92ce61260f3f19fc1f693af728eb7b6

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: Python 3, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0c6dacc319f28dc44107b1bdf6a8305368537afc3ca6987dc22a4c2d6787ed04
MD5 f35f912a7f6b5e28bf2548fd9eb88132
BLAKE2b-256 dad8758f6df542f1d5c0bad843a845a5ab37a33861ed638311cc90dbdd5331b9

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: Python 3, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5fb86738c62c8e275994f87304d0dbb8622338138d0e371dc48bab6e47e15515
MD5 4bbbc5b99b1116f814c4ffa81723c0a7
BLAKE2b-256 95687c236afcfcf84e36d0488f78767c328e8782d995674bc20e1cd23dffb753

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3893ee0bb887cd5b73dace3bb72b5d0ca52d0b8920dd57486d332b93bd53fdf
MD5 12471c27fb3cb374b78c628b33d20b7d
BLAKE2b-256 e01ca99c9ab9ea3af250b6e9edd2d1e0e031344279779ddd97e458c3753f2a5f

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: Python 3, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc0e6da63f83343b1eeec4e0f8b92281062989a3aac9ea21e862786211e62865
MD5 d9a15864432c49560bdbc1b7cdd40b5c
BLAKE2b-256 ac3721fb72dddddcad0ed766d206ff0ae7435238df0d0ada906d80aef7cf914d

See more details on using hashes here.

File details

Details for the file agentic_kanban-1.0.11-py3-none-any.whl.

File metadata

  • Download URL: agentic_kanban-1.0.11-py3-none-any.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for agentic_kanban-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 1861c0aafa7cf77a56676420e0de03b67f21724e13406ca9f5085058a1996c7a
MD5 ebd228e8b5e7d7c7a1d651882eb4e6be
BLAKE2b-256 d20520f5e73cfba8705b4e770d4beb11a7d879b689521d0aaafd49f4f5b93d63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page