Merge pull request #341 from Ljx-007/fix/risk-manager-fundamental-report

fix(risk_manager): use correct state key for fundamentals report
This commit is contained in:
Yijia Xiao 2026-02-24 16:28:56 -08:00 committed by GitHub
commit f047f26df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def create_risk_manager(llm, memory):
risk_debate_state = state["risk_debate_state"]
market_research_report = state["market_report"]
news_report = state["news_report"]
fundamentals_report = state["news_report"]
fundamentals_report = state["fundamentals_report"]
sentiment_report = state["sentiment_report"]
trader_plan = state["investment_plan"]