Add smolagents (#8026)

* Add smolagents

* Try removing emoji from url

* Revert "Try removing emoji from url"

This reverts commit 7fdc1e88e498309edc81e7147492e4549e5195a3.
This commit is contained in:
Aymeric Roucher
2025-01-27 18:09:37 -08:00
committed by GitHub
parent 7f2742334c
commit 7caa05505c
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
<h3 align="center">
<div style="display:flex;flex-direction:row;">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot.png" alt="Hugging Face mascot as James Bond" width=100px>
<p>smolagents - a smol library to build great agents!</p>
</div>
</h3>
`smolagents` is a barebones library for agents. Agents write python code to call tools and orchestrate other agents.
- [Github](https://github.com/huggingface/smolagents)
- [Docs](https://huggingface.co/docs/smolagents/index)
- [Build your agent](https://huggingface.co/docs/smolagents/guided_tour)
+1
View File
@@ -436,6 +436,7 @@ const sidebars = {
slug: "/project",
},
items: [
"projects/🤗 smolagents",
"projects/Docq.AI",
"projects/OpenInterpreter",
"projects/dbally",