Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -7,7 +7,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
|
|
| 7 |
from tools import *
|
| 8 |
from typing import TypedDict, Optional
|
| 9 |
|
| 10 |
-
tools = [add, multiply, divide, subtract, search_wikipedia]
|
| 11 |
|
| 12 |
def build_agent():
|
| 13 |
llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
|
|
|
|
| 7 |
from tools import *
|
| 8 |
from typing import TypedDict, Optional
|
| 9 |
|
| 10 |
+
tools = [add, multiply, divide, subtract, search_wikipedia, duckduckgo_search, search_papers]
|
| 11 |
|
| 12 |
def build_agent():
|
| 13 |
llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
|