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

Docker images and prebuilt binaries are also available — see the install guide.

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/.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.1-py3-none-win_arm64.whl (7.4 MB view details)

Uploaded Python 3Windows ARM64

agentic_kanban-1.0.1-py3-none-win_amd64.whl (8.1 MB view details)

Uploaded Python 3Windows x86-64

agentic_kanban-1.0.1-py3-none-manylinux_2_17_x86_64.whl (8.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

agentic_kanban-1.0.1-py3-none-manylinux_2_17_aarch64.whl (7.4 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

agentic_kanban-1.0.1-py3-none-macosx_11_0_arm64.whl (7.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

agentic_kanban-1.0.1-py3-none-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

agentic_kanban-1.0.1-py3-none-any.whl (8.0 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-win_arm64.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 7c3f9f2e9e0ca57bf03d97337bdd8044c1e7bc36250decf13505ff211f3dd980
MD5 bdee7b315863c316b6318eaaf929347d
BLAKE2b-256 31817a3e33a3a222086b12b8c55e9eecc11f70fc8562fb7db1a72fb6f78d054a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a99852472fc0b49a2399d808b6ae01c7a6ba97f0859eb73d63752b4bb0460f0e
MD5 7e9818e644cfbff7a53ed06cc09e5a83
BLAKE2b-256 c480902a6c732ecc2ab40e3712fccd95d7e049a5218e3efa1c90f8fe5125d2db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: Python 3, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 88cd051116cfc5663482b75898296de781f93572badb1109dd4c4237eff9f81f
MD5 27f4bc0eb8654747a4da9cbfcbf73b32
BLAKE2b-256 9a5fdfe50125c4da5537c842c69e6acea2906824157736d6babebe2a00c0679f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: Python 3, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 68acdee94bd340c4a54ea12317aaa070f7495788ccf5beed9b141c0010537fe3
MD5 3f305030f2718f2e7065b61a151887a0
BLAKE2b-256 37bc274f72a59b60504f2ae910054812867ce0afed6319fef961a0aeadc19bfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fb3453e3e93176659c98931d818a4e6b8b5f5a5d57b7dac824cff7b52c2c96a
MD5 c9f900de70ffa67554adad6ed6bd2096
BLAKE2b-256 6eca3d280d7d138860bc9bae002be332c92db14a2d917f4e54c99b778c600233

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: Python 3, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b6c9075b08b3b4c213a7e92faf8dc4786e8911b41574c3d82e2c35540f926b54
MD5 91b12fdf7d28a8fb04673f81f9689434
BLAKE2b-256 105aa61851cc666398b4ec1372e5159af129d1e0159bb8daeb41101198618eb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7e6e71ff10ad85cb8f9bf4d1e4a7456539a97b744320a6e39d6709de29658673
MD5 1bd27aee9ffd84f6c6f8dbc8cbdf5645
BLAKE2b-256 9d9abaaca4f73cc47334d38ceffb9c29b7898be81edf9866d3c83d6133fd700f

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