Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -73,7 +73,7 @@ class TestAgent:
|
|
| 73 |
#model = InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct")
|
| 74 |
# Instantiate the agent
|
| 75 |
self.agent = CodeAgent(
|
| 76 |
-
tools=[real_number_calculator
|
| 77 |
DuckDuckGoSearchTool(), # basic tools from smolagent
|
| 78 |
VisitWebpageTool(),
|
| 79 |
wikipedia_tool, # tool from langchain with extra parmaeters
|
|
|
|
| 73 |
#model = InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct")
|
| 74 |
# Instantiate the agent
|
| 75 |
self.agent = CodeAgent(
|
| 76 |
+
tools=[real_number_calculator, # homemade tool
|
| 77 |
DuckDuckGoSearchTool(), # basic tools from smolagent
|
| 78 |
VisitWebpageTool(),
|
| 79 |
wikipedia_tool, # tool from langchain with extra parmaeters
|