Add smolagents (#8026)

* Add smolagents

* Try removing emoji from url

* Revert "Try removing emoji from url"

This reverts commit 7fdc1e88e4.
This commit is contained in:
Aymeric Roucher 2025-01-28 03:09:37 +01:00 committed by GitHub
parent 7f2742334c
commit 7caa05505c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -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)

View file

@ -436,6 +436,7 @@ const sidebars = {
slug: "/project", slug: "/project",
}, },
items: [ items: [
"projects/🤗 smolagents",
"projects/Docq.AI", "projects/Docq.AI",
"projects/OpenInterpreter", "projects/OpenInterpreter",
"projects/dbally", "projects/dbally",