WeByT3 commited on
Commit
e06c61c
·
verified ·
1 Parent(s): 7a420ae

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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)