Installation

Get started with Chainless – install, configure, and build your first task-driven agent system.

Python Version Requirements

Chainless requires Python >=3.10. You can check your current version using:

python3 --version

Need to upgrade? Visit python.org/downloads

Installing Chainless

Let’s get you up and running with Chainless! ⚙️

Install Chainless using pip:

pip install chainless

If you already have Chainless installed and want the latest version:

pip install --upgrade chainless

Skip this step if you’re doing a fresh install

Confirm Chainless is installed correctly:

pip freeze | grep chainless

You should see something like:

chainless==X.X.X

Installation successful! You're ready to create your first Tool, Agent, and TaskFlow.