Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,35 +1,4 @@
|
|
| 1 |
-
Hugging Face's logo
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
agents-course
|
| 6 |
-
/
|
| 7 |
-
First_agent_template
|
| 8 |
-
|
| 9 |
-
like
|
| 10 |
-
477
|
| 11 |
-
App
|
| 12 |
-
Files
|
| 13 |
-
Community
|
| 14 |
-
363
|
| 15 |
-
First_agent_template
|
| 16 |
-
/
|
| 17 |
-
app.py
|
| 18 |
-
|
| 19 |
-
Jofthomas's picture
|
| 20 |
-
Jofthomas
|
| 21 |
-
Suggest using endpoint if agent is not answering
|
| 22 |
-
ae7a494
|
| 23 |
-
verified
|
| 24 |
-
raw
|
| 25 |
-
|
| 26 |
-
Copy download link
|
| 27 |
-
history
|
| 28 |
-
blame
|
| 29 |
-
contribute
|
| 30 |
-
delete
|
| 31 |
-
|
| 32 |
-
2.23 kB
|
| 33 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
| 34 |
import datetime
|
| 35 |
import requests
|
|
|
|
|
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
| 3 |
import datetime
|
| 4 |
import requests
|