finance_agent = Agent( name="FinanceAnalyst", role="Financial Data Specialist", goal="Retrieve and analyze financial data efficiently.", backstory="Expert in financial data analysis and market research.", tools=[get_stock_price, get_stock_info, get_historical_data], self_reflect=False)
4
Define Task
Define the financial analysis task:
Copy
finance_task = Task( description="Analyze stock performance and market trends.", expected_output="Detailed financial analysis with market insights.", agent=finance_agent, name="market_analysis")