Skip to content

Instantly share code, notes, and snippets.

View VahidMammadzada's full-sized avatar

Vahid Mammadzada VahidMammadzada

View GitHub Profile
# 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
└── units
└── en
├── _toctree.yml
├── bonus-unit1
├── conclusion.mdx
├── fine-tuning.mdx
├── introduction.mdx
└── what-is-function-calling.mdx
├── bonus-unit2
├── introduction.mdx