Skip to content

Installation

To use the Agent Lifecycle Toolkit, simply install altk from your Python package manager, e.g. pip:

pip install altk

Works on macOS, Linux, and Windows, with support for both x86_64 and arm64 architectures.

Development setup

To develop ALTK features, bugfixes etc., install as follows from your local clone's root dir:

uv sync --all-extras

You may also be interested in taking a look at our contributing guidelines.