Skip to content

Commit 5378a59

Browse files
Fix reference to static images
1 parent 8a8f76a commit 5378a59

17 files changed

+27
-35
lines changed

examples/agents_sdk/multi-agent-portfolio-collaboration/multi_agent_portfolio_collaboration.ipynb

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"\n",
8585
"Our system follows a **hub-and-spoke design**. The **Portfolio Manager agent** is the hub (central coordinator), and the **specialist agents** are the spokes. The user's query (e.g. \"How would a planned interest rate reduction affect my GOOGL holdings?\") goes first to the Portfolio Manager. The Portfolio Manager agent is prompted to break down the problem and delegate to the appropriate specialist agents. It treats each specialist as a callable tool, invoking them for their portion of the analysis. All three report back to the Portfolio Manager, which then synthesizes a final answer for the user.\n",
8686
"\n",
87-
"![Multi-Agent Investment Report Workflow](static/agent_architecture.png)\n"
87+
"![Multi-Agent Investment Report Workflow](../../../images/multi-agent-portfolio-collaboration/agent_architecture.png)\n"
8888
]
8989
},
9090
{
@@ -449,19 +449,19 @@
449449
"\n",
450450
"Key charts and images:\n",
451451
"\n",
452-
"![GOOGL Daily Returns](static/example_output/googl_daily_returns.png)\n",
453-
"![GOOGL Moving Averages](static/example_output/googl_moving_averages.png)\n",
454-
"![GOOGL RSI](static/example_output/googl_rsi.png)\n",
455-
"![GOOGL Rolling Volatility](static/example_output/googl_rolling_volatility.png)\n",
456-
"![Cumulative Return Comparison](static/example_output/cumulative_return_comparison.png)\n",
457-
"![Rolling Volatility Comparison](static/example_output/rolling_volatility_comparison.png)\n",
458-
"![Rolling Corr/Reg Daily Fed Funds](static/example_output/rolling_corr_reg_daily_fedfunds.png)\n",
459-
"![Rolling Corr/Reg Daily 10Y](static/example_output/rolling_corr_reg_daily_dgs10.png)\n",
460-
"![Rolling Corr/Reg Weekly Fed Funds](static/example_output/rolling_corr_reg_weekly_fedfunds.png)\n",
461-
"![Rolling Corr/Reg Weekly 10Y](static/example_output/rolling_corr_reg_weekly_dgs10.png)\n",
462-
"![GOOGL Quarterly Trends](static/example_output/GOOGL_quarterly_trends.png)\n",
463-
"![GOOGL Quarterly Margins](static/example_output/GOOGL_quarterly_margins.png)\n",
464-
"![GOOGL Analyst Recommendations Trend](static/example_output/GOOGL_analyst_recommendations_trend.png)\n",
452+
"![GOOGL Daily Returns](../../../images/multi-agent-portfolio-collaboration/example_output/googl_daily_returns.png)\n",
453+
"![GOOGL Moving Averages](../../../images/multi-agent-portfolio-collaboration/example_output/googl_moving_averages.png)\n",
454+
"![GOOGL RSI](../../../images/multi-agent-portfolio-collaboration/example_output/googl_rsi.png)\n",
455+
"![GOOGL Rolling Volatility](../../../images/multi-agent-portfolio-collaboration/example_output/googl_rolling_volatility.png)\n",
456+
"![Cumulative Return Comparison](../../../images/multi-agent-portfolio-collaboration/example_output/cumulative_return_comparison.png)\n",
457+
"![Rolling Volatility Comparison](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_volatility_comparison.png)\n",
458+
"![Rolling Corr/Reg Daily Fed Funds](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_daily_fedfunds.png)\n",
459+
"![Rolling Corr/Reg Daily 10Y](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_daily_dgs10.png)\n",
460+
"![Rolling Corr/Reg Weekly Fed Funds](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_weekly_fedfunds.png)\n",
461+
"![Rolling Corr/Reg Weekly 10Y](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_weekly_dgs10.png)\n",
462+
"![GOOGL Quarterly Trends](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_quarterly_trends.png)\n",
463+
"![GOOGL Quarterly Margins](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_quarterly_margins.png)\n",
464+
"![GOOGL Analyst Recommendations Trend](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_analyst_recommendations_trend.png)\n",
465465
"\n",
466466
"The quantitative view is original in its focus on scenario analysis and the modest rate sensitivity, and is aligned with the firm vision by not simply following consensus. Limitations include the short post-pandemic data window and the fact that GOOGL's price is driven by multiple factors (AI, ad market, regulation) beyond rates.\n",
467467
"\n",
@@ -540,14 +540,6 @@
540540
"\n",
541541
"---"
542542
]
543-
},
544-
{
545-
"cell_type": "markdown",
546-
"id": "b2dbc9fe",
547-
"metadata": {},
548-
"source": [
549-
"``` "
550-
]
551543
}
552544
],
553545
"metadata": {

examples/agents_sdk/multi-agent-portfolio-collaboration/static/example_output/investment_report.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Quantitative analysis confirms that GOOGL's direct sensitivity to interest rates
4848

4949
Key charts and images:
5050

51-
![GOOGL Daily Returns](static/example_output/googl_daily_returns.png)
52-
![GOOGL Moving Averages](static/example_output/googl_moving_averages.png)
53-
![GOOGL RSI](static/example_output/googl_rsi.png)
54-
![GOOGL Rolling Volatility](static/example_output/googl_rolling_volatility.png)
55-
![Cumulative Return Comparison](static/example_output/cumulative_return_comparison.png)
56-
![Rolling Volatility Comparison](static/example_output/rolling_volatility_comparison.png)
57-
![Rolling Corr/Reg Daily Fed Funds](static/example_output/rolling_corr_reg_daily_fedfunds.png)
58-
![Rolling Corr/Reg Daily 10Y](static/example_output/rolling_corr_reg_daily_dgs10.png)
59-
![Rolling Corr/Reg Weekly Fed Funds](static/example_output/rolling_corr_reg_weekly_fedfunds.png)
60-
![Rolling Corr/Reg Weekly 10Y](static/example_output/rolling_corr_reg_weekly_dgs10.png)
61-
![GOOGL Quarterly Trends](static/example_output/GOOGL_quarterly_trends.png)
62-
![GOOGL Quarterly Margins](static/example_output/GOOGL_quarterly_margins.png)
63-
![GOOGL Analyst Recommendations Trend](static/example_output/GOOGL_analyst_recommendations_trend.png)
51+
![GOOGL Daily Returns](../../../images/multi-agent-portfolio-collaboration/example_output/googl_daily_returns.png)
52+
![GOOGL Moving Averages](../../../images/multi-agent-portfolio-collaboration/example_output/googl_moving_averages.png)
53+
![GOOGL RSI](../../../images/multi-agent-portfolio-collaboration/example_output/googl_rsi.png)
54+
![GOOGL Rolling Volatility](../../../images/multi-agent-portfolio-collaboration/example_output/googl_rolling_volatility.png)
55+
![Cumulative Return Comparison](../../../images/multi-agent-portfolio-collaboration/example_output/cumulative_return_comparison.png)
56+
![Rolling Volatility Comparison](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_volatility_comparison.png)
57+
![Rolling Corr/Reg Daily Fed Funds](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_daily_fedfunds.png)
58+
![Rolling Corr/Reg Daily 10Y](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_daily_dgs10.png)
59+
![Rolling Corr/Reg Weekly Fed Funds](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_weekly_fedfunds.png)
60+
![Rolling Corr/Reg Weekly 10Y](../../../images/multi-agent-portfolio-collaboration/example_output/rolling_corr_reg_weekly_dgs10.png)
61+
![GOOGL Quarterly Trends](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_quarterly_trends.png)
62+
![GOOGL Quarterly Margins](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_quarterly_margins.png)
63+
![GOOGL Analyst Recommendations Trend](../../../images/multi-agent-portfolio-collaboration/example_output/GOOGL_analyst_recommendations_trend.png)
6464

6565
The quantitative view is original in its focus on scenario analysis and the modest rate sensitivity, and is aligned with the firm vision by not simply following consensus. Limitations include the short post-pandemic data window and the fact that GOOGL's price is driven by multiple factors (AI, ad market, regulation) beyond rates.
6666

0 commit comments

Comments
 (0)