Skip to content

Instantly share code, notes, and snippets.

# Tools
Smolagents is an experimental API which is subject to change at any time. Results returned by the agents can vary as the APIs or underlying models are prone to change.
To learn more about agents and tools make sure to read the [introductory guide](../index). This page contains the API docs for the underlying classes.
[](#tools)Tools
---------------
### [](#smolagents.load_tool)load\_tool
# Agents
Smolagents is an experimental API which is subject to change at any time. Results returned by the agents can vary as the APIs or underlying models are prone to change.
To learn more about agents and tools make sure to read the [introductory guide](../index). This page contains the API docs for the underlying classes.
[](#agents)Agents
-----------------
Our agents inherit from [MultiStepAgent](about:/docs/smolagents/v1.14.0/en/reference/agents#smolagents.MultiStepAgent), which means they can act in multiple steps, each step consisting of one thought, then one tool call and execution. Read more in [this conceptual guide](../conceptual_guides/react).
└── units
└── en
└── unit4
├── additional-readings.mdx
├── conclusion.mdx
├── get-your-certificate.mdx
├── hands-on.mdx
├── introduction.mdx
└── what-is-gaia.mdx
@mcvaha
mcvaha / gist:4746eee943a40fb22fe48753f9a802e5
Created April 21, 2025 16:17
Docs from Agents HF Course
└── units
└── en
├── _toctree.yml
├── bonus-unit1
├── conclusion.mdx
├── fine-tuning.mdx
├── introduction.mdx
└── what-is-function-calling.mdx
├── bonus-unit2
├── introduction.mdx