Update agents/tools.py
Browse files- 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:
|