mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs smol agents
This commit is contained in:
parent
e845675773
commit
1255772547
3 changed files with 15 additions and 19 deletions
8
docs/my-website/docs/projects/smolagents.md
Normal file
8
docs/my-website/docs/projects/smolagents.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
# 🤗 Smolagents
|
||||
|
||||
`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,12 +0,0 @@
|
|||
<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)
|
||||
|
|
@ -418,13 +418,6 @@ const sidebars = {
|
|||
"data_security",
|
||||
"data_retention",
|
||||
"migration_policy",
|
||||
"contributing",
|
||||
"proxy/pii_masking",
|
||||
"extras/code_quality",
|
||||
"rules",
|
||||
"proxy/team_based_routing",
|
||||
"proxy/customer_routing",
|
||||
"proxy_server",
|
||||
{
|
||||
type: "category",
|
||||
label: "❤️ 🚅 Projects built on LiteLLM",
|
||||
|
|
@ -454,6 +447,13 @@ const sidebars = {
|
|||
"projects/llm_cord",
|
||||
],
|
||||
},
|
||||
"contributing",
|
||||
"proxy/pii_masking",
|
||||
"extras/code_quality",
|
||||
"rules",
|
||||
"proxy/team_based_routing",
|
||||
"proxy/customer_routing",
|
||||
"proxy_server",
|
||||
],
|
||||
},
|
||||
"troubleshoot",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue