Installation

Requirements

  • Python 3.9+ (for best results)

  • PyMuPDF (required only for PDF chunking)

  • pathspec

Basic Install

pip install pykomodo==0.3.0

Or from source:

git clone https://github.com/duriantaco/pykomodo.git
cd pykomodo
pip install -e .

Optional Tools

  • mypy for type checking

  • pydantic if you want typed configurations (pykomodo_config.py style)

  • pytest for running tests