amatsarski commited on
Commit
7f17d2a
·
verified ·
1 Parent(s): 313a9d2

Update agents/tools.py

Browse files
Files changed (1) hide show
  1. agents/tools.py +2 -0
agents/tools.py CHANGED
@@ -1,4 +1,6 @@
1
  from langchain.tools import tool
 
 
2
  try:
3
  from duckduckgo_search import DDGS
4
  except Exception:
 
1
  from langchain.tools import tool
2
+ import yfinance as yf
3
+ import datetime as dt
4
  try:
5
  from duckduckgo_search import DDGS
6
  except Exception: