agent_actionRead pyproject.toml
Tool result summary: 1 [project] 2 name = "financial-advisor-agent" 3 version = "0.1.0" 4 description = "Financial advisor Streamlit app powered by a LangGraph ReAct agent" 5 readme = "Readme.md" 6 requires-python = ">=3.10" 7 dependencies = [ 8 "streamlit", 9 "requests", 10 "pandas", 11 "matplotlib", 12 "yfinance", 13 "gnews", 14 "python-dotenv", 15 "pymongo", 16 "langgraph", 17 "langchain-core", 18 "langchain-openai", 19 ] 20 21 [proje
Agent context: I'll research the repository first to understand its architecture and how its agent works, then evaluate web-search providers against the EU compliance requirements.