eaglelandsonce commited on
Commit
21427ae
1 Parent(s): 69e13bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -536,11 +536,13 @@ def crewai_process(portfolio_stocks):
536
  )
537
 
538
  task3 = Task(
539
- description="""David will conduct a series of stress tests on the review of the Portfolio Manger to assess how it would perform under various
540
- adverse market conditions, such as a significant market downturn, rising interest rates, or geopolitical events.
541
- The results will help in understanding the potential impact of these scenarios on the portfolio's value and identifying
542
- any vulnerabilities. Based on this analysis, David might recommend strategies such as diversification across asset classes
543
- or hedging to mitigate identified risks, or the addition or elimination of certain stocks""",
 
 
544
  agent=portfoliomanager
545
  )
546
 
 
536
  )
537
 
538
  task3 = Task(
539
+ description="""Review and synthesize the analyses provided by the
540
+ Equity Analyst and the Portfolio Manager. Combine these insights to form a comprehensive
541
+ investment recommendation.
542
+ You MUST Consider all aspects, including financial health, market sentiment, and qualitative data from EDGAR filings.
543
+ Make sure to include a section that shows insider trading activity, and upcoming events like earnings.
544
+ Your final answer MUST be a recommendation for your customer. It should be a full super detailed report, providing a
545
+ clear investment stance and strategy with supporting evidence. Provide insight that my enhance the portfolio""",
546
  agent=portfoliomanager
547
  )
548