Installation

This package works with Python 3.10+ in Linux and Mac. You can install the latest stable version of this library from PyPI:

$ pip install bdi-kit

To use BDI-Kit from AI agents or assistants via Model Context Protocol (MCP), install:

$ pip install "bdi-kit[mcp]"

If you want to try BDI-Kit through a chatbot application, install:

$ pip install "bdi-kit[chatbot]"

To install the latest development version:

$ pip install git+https://github.com/VIDA-NYU/bdi-kit@devel