Spaces:
Sleeping
Sleeping
Update agents/tools.py
Browse files- agents/tools.py +6 -4
agents/tools.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
from tools
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Initialize tools
|
| 7 |
final_answer = FinalAnswerTool()
|
|
|
|
| 1 |
+
from tools import (
|
| 2 |
+
FinalAnswerTool,
|
| 3 |
+
PoliteGuardTool,
|
| 4 |
+
DuckDuckGoSearchTool,
|
| 5 |
+
get_the_current_time_in_timezone
|
| 6 |
+
)
|
| 7 |
|
| 8 |
# Initialize tools
|
| 9 |
final_answer = FinalAnswerTool()
|