0_basic-agent/LangGraph/my_agent/utils/tools.py (2 lines of code) (raw):

from langchain_community.tools.tavily_search import TavilySearchResults tools = [TavilySearchResults(max_results=1)]