Spaces:
Sleeping
Sleeping
minor fix
Browse files
agent.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import requests
|
3 |
-
from
|
4 |
|
5 |
# ------------------------
|
6 |
# Constants
|
|
|
1 |
import os
|
2 |
import requests
|
3 |
+
from smolagents import Agent, Tool
|
4 |
|
5 |
# ------------------------
|
6 |
# Constants
|