Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
11 |
# --- Basic Agent Definition ---
|
12 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
13 |
from smolagents import CodeAgent, HfApiModel
|
14 |
-
from tools
|
15 |
-
from tools
|
16 |
|
17 |
class BasicAgent:
|
18 |
def __init__(self):
|
|
|
11 |
# --- Basic Agent Definition ---
|
12 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
13 |
from smolagents import CodeAgent, HfApiModel
|
14 |
+
from tools import WikipediaTool
|
15 |
+
from tools import TextTransformerTool
|
16 |
|
17 |
class BasicAgent:
|
18 |
def __init__(self):
|