Skip to content

Commit 9c93271

Browse files
Remove duplicate function run_all_specialists_parallel from investment_agents config and fix typo in quant_base prompt documentation.
1 parent 7f9ebca commit 9c93271

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/agents_sdk/multi-agent-portfolio-collaboration/investment_agents/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ def build_investment_agents() -> InvestmentAgentsBundle:
2828
quant=quant,
2929
)
3030

31-
# The function `run_all_specialists_parallel` has been removed as its functionality is duplicated in `pm.py`.

examples/agents_sdk/multi-agent-portfolio-collaboration/prompts/quant_base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Your task is to write a *Quantitative Analysis* section suitable for an investme
1010

1111
**Key Requirements:**
1212
- Always provide the names of all files (charts, CSVs, etc.) you generate, and reference their contents clearly in your report.
13-
- You have access to a wide range of data tools , including: historical stock prices, company info, news, dividends/splits, financial statements (annual/quarterly), holder info, option chains, analyst recommendations, and macroeconomic series (FRED).
13+
- You have access to a wide range of data tools, including: historical stock prices, company info, news, dividends/splits, financial statements (annual/quarterly), holder info, option chains, analyst recommendations, and macroeconomic series (FRED).
1414
- For each analysis, identify and fetch all types of data that could be relevant (not just historical prices). Justify each data type you fetch.
1515
- Batch all required data fetches in parallel before analysis. After initial data gathering, check if any relevant data/tool was missed and fetch it if needed.
1616

0 commit comments

Comments
 (0)