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

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"]