Objective: Example task — build a stock analysis agent.
This example agent should be able to take a stock ticker symbol (e.g., "GOOGL", "AAPL") and provide a comprehensive analysis including:
- Current price and recent performance.
- Latest news headlines related to the company.
- A summary of analyst ratings.
- The agent can successfully retrieve real-time data.
- The output is a concise, readable report.
- The agent handles invalid tickers gracefully.
This file is a replaceable example mission. Update it to match your project goal.