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 --versionNeed to upgrade? Visit python.org/downloads
Installing Chainless
Let’s get you up and running with Chainless! ⚙️
Install Chainless using pip:
pip install chainlessIf you already have Chainless installed and want the latest version:
pip install --upgrade chainlessSkip this step if you’re doing a fresh install
Confirm Chainless is installed correctly:
pip freeze | grep chainlessYou should see something like:
chainless==X.X.XInstallation successful! You're ready to create your first Tool, Agent, and TaskFlow.