Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: First Agent Template
|
| 3 |
-
emoji: ⚡
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: pink
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.29.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
tags:
|
| 11 |
-
- smolagents
|
| 12 |
-
- agent
|
| 13 |
-
- smolagent
|
| 14 |
-
- tool
|
| 15 |
-
- agent-course
|
| 16 |
-
short_description: First agent using smolagents
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
# 🤗 First Agent Using smolagents
|
| 20 |
[Unit 1 exercise](https://huggingface.co/learn/agents-course/unit1/tutorial) from [Hugging Face Agents Course](https://huggingface.co/learn/agents-course/unit0/introduction).
|
|
@@ -28,3 +29,6 @@ short_description: First agent using smolagents
|
|
| 28 |
|
| 29 |
## Preview
|
| 30 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/67d2db58176fdb283211e929/VZrMlxAG17H5tIJf9yqIL.mp4"></video>
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: First Agent Template
|
| 3 |
+
emoji: ⚡
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.29.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
tags:
|
| 11 |
+
- smolagents
|
| 12 |
+
- agent
|
| 13 |
+
- smolagent
|
| 14 |
+
- tool
|
| 15 |
+
- agent-course
|
| 16 |
+
short_description: First agent using smolagents
|
| 17 |
+
license: mit
|
| 18 |
+
---
|
| 19 |
|
| 20 |
# 🤗 First Agent Using smolagents
|
| 21 |
[Unit 1 exercise](https://huggingface.co/learn/agents-course/unit1/tutorial) from [Hugging Face Agents Course](https://huggingface.co/learn/agents-course/unit0/introduction).
|
|
|
|
| 29 |
|
| 30 |
## Preview
|
| 31 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/67d2db58176fdb283211e929/VZrMlxAG17H5tIJf9yqIL.mp4"></video>
|
| 32 |
+
|
| 33 |
+
> [!WARNING]
|
| 34 |
+
> Access token is not configured for preserving limited free inference usage. Feel free to duplicate the space and add your Hugging Face token to try it out!
|