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

Uploaded Python 3Windows ARM64

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

Uploaded Python 3Windows x86-64

agentic_kanban-1.0.7-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.7-py3-none-manylinux_2_17_aarch64.whl (7.4 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

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

Uploaded Python 3macOS 11.0+ ARM64

agentic_kanban-1.0.7-py3-none-macosx_10_12_x86_64.whl (8.0 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-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.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 accd928393afe46a6171d4f5d8d02694c56432fb3fe42b86230ddecd3a0f7351
MD5 b0d1f95ee4bf5c84095cee1c48e9accd
BLAKE2b-256 a8293681e0538958c63087789dfcf4248f6e5b06d3254d54344232b8dc704488

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-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.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc08ff1acd262ddf37f30b12ec0dd4efe9abc4ba541912c18f550179f56b7680
MD5 0bb1fe7bad53a42786bfa279147fc02c
BLAKE2b-256 e8f023ca8b713f03888d44a511a4eb326644dd00d1a1eedb8589292b8b64aeb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-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.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 486ab26173fbf6b4cb107362654470109f2fd31d185a50b400837703f1e98a78
MD5 ee678c59c94032cf5462bfa6bd03fb3c
BLAKE2b-256 0ec26cdb08539fdbeae14bf30b65cc99df189f71ca2389c05a9bc71378e3f25d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-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.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 07e19e0dc27f390019606e96ba7c783729388cbc699b891da21e30c11ae945f0
MD5 a34d3e24fa6913d8a3f28b56a855f323
BLAKE2b-256 63bca6079a29befe4c2f19e29017c5fd70262da7ea809cdba5cdd90bd4b7bd44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-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.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89dcb308da85f0e0aa359623f14505f5969c54a8aa9a147eb0f37e83df92e7e1
MD5 041759782cb628fab236d644cd4820bd
BLAKE2b-256 cce94e87da6ba657db9af41810b012ea0d473e04c659bc14073cfe3fcaf00e4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-py3-none-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: Python 3, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3fcd809cdc2a7480121df3b35116224e83b630f6b27097e6d4c8692a61491140
MD5 78a2be47e8315969832aa23c93701c98
BLAKE2b-256 61830c57dd2d82d5eb1a46877b4f2182e7d65e4c03eb3e45f4e0ba3bf09adb75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0f4ee45372d91c409b0fbfcf893c4e21ddcea35facefa04482f17cac288a1ad0
MD5 8bbf94924b552dd9acc6ceef7a9c4c57
BLAKE2b-256 cfb0a519adba3bfb3208170871e9cf0b0eb6f42dcdfc55a42be18c4d834c2e02

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