Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 625 Bytes

File metadata and controls

17 lines (13 loc) · 625 Bytes

Agent Mission (Example)

Objective: Example task — build a stock analysis agent.

Description

This example agent should be able to take a stock ticker symbol (e.g., "GOOGL", "AAPL") and provide a comprehensive analysis including:

  1. Current price and recent performance.
  2. Latest news headlines related to the company.
  3. A summary of analyst ratings.

Success Criteria

  • The agent can successfully retrieve real-time data.
  • The output is a concise, readable report.
  • The agent handles invalid tickers gracefully.

Note

This file is a replaceable example mission. Update it to match your project goal.