This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
└── units | |
└── en | |
└── unit4 | |
├── additional-readings.mdx | |
├── conclusion.mdx | |
├── get-your-certificate.mdx | |
├── hands-on.mdx | |
├── introduction.mdx | |
└── what-is-gaia.mdx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
└── units | |
└── en | |
├── _toctree.yml | |
├── bonus-unit1 | |
├── conclusion.mdx | |
├── fine-tuning.mdx | |
├── introduction.mdx | |
└── what-is-function-calling.mdx | |
├── bonus-unit2 | |
├── introduction.mdx |