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

Uploaded Python 3Windows ARM64

agentic_kanban-1.0.5-py3-none-win_amd64.whl (8.0 MB view details)

Uploaded Python 3Windows x86-64

agentic_kanban-1.0.5-py3-none-manylinux_2_17_x86_64.whl (7.9 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

agentic_kanban-1.0.5-py3-none-manylinux_2_17_aarch64.whl (7.3 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

agentic_kanban-1.0.5-py3-none-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

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

Uploaded Python 3macOS 10.12+ x86-64

agentic_kanban-1.0.5-py3-none-any.whl (7.9 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-win_arm64.whl
  • Upload date:
  • Size: 7.3 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.5-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 0862e391c9ca3adf47f75e53c684d7721f14e3fb1f0c548850ba7c8a13c9e512
MD5 5ce3c16fe0fecd85ef32b92359a4e3b6
BLAKE2b-256 743b0183834b06aca0aa650e1c52b382949183736d30896247b68ad729aad79a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-win_amd64.whl
  • Upload date:
  • Size: 8.0 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.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d2727eb241309a0d9208c4ed62a58479e9d9574b4c8348f1f4b171da0e38ad1b
MD5 cd31694aa7d2cd1304c70780004ee28d
BLAKE2b-256 ce4bdb28aabc967b64a5db21d54d66085665b641432484fc65c0f22510e320c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 7.9 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.5-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 caabae9e8f1695c71e6705a41a94b05784af58fa205cdf30ae58385e9d170121
MD5 3937b0ff8c92b2c21c6a0eea39245ad0
BLAKE2b-256 c3bd706341e0d3f37d61c9b92e3580e3fe89fcdd0d8648243578d3a55b0eebcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 7.3 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.5-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 264bde99293e6980d0f9b964f9408972afb0c6613cfa25b8c3bdf821d1a8b060
MD5 911fabaff5e6070b67cacde2624cc403
BLAKE2b-256 ba0d610a3cc081bc7c65d199ee292f8c6fa6815b5ede9c5fc4e6524428ec9c8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.5 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.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14b81f249240e1ba1da700640ea56f5f96ed9d2cb479e831564dd8c959b0658b
MD5 db8ae52a38ac64a4c40ee4b2804d97bf
BLAKE2b-256 9f2587e0caebeda8052e42bd088e0281a2b0c2fd404f7f31af7facaf12e62610

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-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.5-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ae5814e9bc39beba56557aa14dd4f8538200672f1846b41f563f3b4648faded
MD5 0ef86c7ce546ff2e6619babf63a136b6
BLAKE2b-256 621aaf010f81fab7f323def136df5ed31990a403abcb01a25af25ce48e8b2e8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_kanban-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 7.9 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3d78dcd70fb43121640dffebb4004050d818a26707e32bfc31cd08023ca19041
MD5 13a7484646508363002dcd4cf8f371a8
BLAKE2b-256 e17b081271b967147fc974cca26b4976c5a5a0ab2fed2fb3d740b7a316782563

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