+already_planned = [{'worker_name': 'CricketNewsScraper', 'role': 'Cricket Data Extractor', 'instruction': 'Retrieve the latest cricket updates for the India vs Sri Lanka ODI series in 2024 from reliable sources.', 'task_id': '1', 'task_name': 'FetchCricketUpdates', 'description': "Use TavilyWebSearchQA to search for 'India vs Sri Lanka ODI series 2024 results' and extract the relevant information. Focus on finding the match scores, Man of the Match, and other key details. Handle any potential errors by retrying the search or providing a fallback message.", 'supported_actions': ['TavilyWebSearchQA']}, {'worker_name': 'CricketResultSummarizer', 'role': 'Data Processor', 'instruction': 'Analyze the retrieved cricket data and summarize the results for the user.', 'task_id': '2', 'task_name': 'SummarizeCricketResults', 'description': 'Use MemoryRagAction to access the results from the previous task. Extract the match scores, Man of the Match, and other key details. Format the information in a clear and concise manner for the user.', 'supported_actions': ['MemoryRagAction']}]
0 commit comments