mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
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:
parent
7f2742334c
commit
7caa05505c
2 changed files with 13 additions and 0 deletions
12
docs/my-website/docs/projects/🤗 smolagents.md
Normal file
12
docs/my-website/docs/projects/🤗 smolagents.md
Normal 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)
|
|
@ -436,6 +436,7 @@ const sidebars = {
|
|||
slug: "/project",
|
||||
},
|
||||
items: [
|
||||
"projects/🤗 smolagents",
|
||||
"projects/Docq.AI",
|
||||
"projects/OpenInterpreter",
|
||||
"projects/dbally",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue