Installation¶
Tierkreis consist of multiple packages:
tierkreis: the core functionality including thetierkreis-visualization: the visualization library which is necessary for the debug viewindependent workers consisting of API and implementation packages
tkr-*-worker: only the APItkr-*-worker-impl: API + Implementation
The libraries can be installed with pip but we recommend using uv read more in the Getting Started docs.
uv add tierkreis
uv add tierkreis-visualization
uv add tkr-*-worker