Compare commits
No commits in common. "f047f26df0e2ca2b065539c0ed13be7f485329b7" and "5fec171a1eaa700c82cb6e0a37fadc714c547743" have entirely different histories.
f047f26df0
...
5fec171a1e
|
|
@ -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["fundamentals_report"]
|
||||
fundamentals_report = state["news_report"]
|
||||
sentiment_report = state["sentiment_report"]
|
||||
trader_plan = state["investment_plan"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue