Installation Options

The smolagents library can be installed using pip. Here are the different installation methods and options available.

Prerequisites

Basic Installation

Install smolagents core library with:

pip install smolagents

Installation with Extras

smolagents provides several optional dependencies (extras) that can be installed based on your needs. You can install these extras using the following syntax:

pip install "smolagents[extra1,extra2]"

Tools

These extras include various tools and integrations:

Model Integration

These extras enable integration with various AI models and frameworks:

Multimodal Capabilities

Extras for handling different types of media and input:

Remote Execution

Extras for executing code remotely:

Telemetry and User Interface

Extras for telemetry, monitoring and user interface components:

Complete Installation

To install all available extras, you can use:

pip install "smolagents[all]"

Verifying Installation

After installation, you can verify that smolagents is installed correctly by running:

import smolagents
print(smolagents.__version__)

Next Steps

Once you have successfully installed smolagents, you can:

< > Update on GitHub