MarketAnalysisReport
The evaluation will focus on the system's ability to accurately analyze market conditions, formulate coherent strategies, and generate persuasive sales pitches, while demonstrating effective agent collaboration and tool integration.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
MarketAnalysisReport
Generate a comprehensive market analysis report for a given industry and competitor, identifying key trends, competitor strengths/weaknesses, and potential opportunities.
{'industry': 'string', 'competitor_name': 'string', 'focus_areas': ['string']}
{'report_title': 'string', 'executive_summary': 'string', 'sections': [{'heading': 'string', 'content': 'string', 'key_insights': ['string']}]}
SalesPitchGeneration
Based on the market analysis, generate a tailored sales pitch (email or script) for a specific target customer persona, highlighting how your hypothetical product addresses identified market opportunities or competitor weaknesses.
{'market_analysis_report': 'json', 'target_persona': {'role': 'string', 'industry': 'string', 'pain_points': ['string']}}
{'pitch_format': 'email|script', 'subject_line': 'string', 'body': 'string', 'call_to_action': 'string'}