From 92b527b60a8298989dbf93c961d81e773246ce7b Mon Sep 17 00:00:00 2001 From: robinsxe Date: Tue, 24 Mar 2026 21:01:35 +0100 Subject: [PATCH] Update tradingagents/graph/portfolio_analysis.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tradingagents/graph/portfolio_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradingagents/graph/portfolio_analysis.py b/tradingagents/graph/portfolio_analysis.py index 356c961d..78c24044 100644 --- a/tradingagents/graph/portfolio_analysis.py +++ b/tradingagents/graph/portfolio_analysis.py @@ -70,7 +70,7 @@ class PortfolioAnalyzer: self, tickers: List[str], trade_date: str, - propagate_fn: Callable, + propagate_fn: Callable[[str, str], Tuple[Dict[str, Any], str]], debug: bool, ) -> Dict[str, Dict[str, str]]: """Run the agent pipeline on each ticker, collecting results."""