Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ class BasicAgent:
|
|
32 |
raise ValueError("HF_TOKEN environment variable not set. Please set your Hugging Face API token.")
|
33 |
|
34 |
# Initialize tools
|
|
|
35 |
self.calculator = create_calculator_tool()
|
36 |
self.search_tool = create_search_tool()
|
37 |
|
|
|
32 |
raise ValueError("HF_TOKEN environment variable not set. Please set your Hugging Face API token.")
|
33 |
|
34 |
# Initialize tools
|
35 |
+
print("In constructor of basic agent")
|
36 |
self.calculator = create_calculator_tool()
|
37 |
self.search_tool = create_search_tool()
|
38 |
|