-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Description
Hey,
Just tried to run the xai_finance_agent and encountered following issues:
-
"No module named 'ddgs'" -> seems to be missing in the requirements.txt
-
Error on startup:
Traceback (most recent call last):
File "/home/user/awesome-llm-apps/starter_ai_agents/xai_finance_agent/xai_finance_agent.py", line 12, in <module>
tools=[DuckDuckGoTools(), YFinanceTools(stock_price=True, analyst_recommendations=True, stock_fundamentals=True)],
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.pyenv/versions/3.14.0/lib/python3.14/site-packages/agno/tools/yfinance.py", line 35, in __init__
super().__init__(name="yfinance_tools", tools=tools, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Toolkit.__init__() got an unexpected keyword argument 'stock_price'```
Running on Python 3.14
Metadata
Metadata
Assignees
Labels
No labels