haive.agents.research.open_perplexity.examples.batch_research ============================================================= .. py:module:: haive.agents.research.open_perplexity.examples.batch_research .. autoapi-nested-parse:: Batch research example demonstrating how to use the Open Perplexity research agent. to process multiple research topics in sequence. Functions --------- .. autoapisummary:: haive.agents.research.open_perplexity.examples.batch_research.conduct_research haive.agents.research.open_perplexity.examples.batch_research.main Module Contents --------------- .. py:function:: conduct_research(agent, topic, output_dir) Conduct research on a specific topic and save the report. :param agent: The research agent :param topic: Dict containing the research topic with title and query :param output_dir: Directory to save the report :returns: Dict containing research results and metadata .. py:function:: main() Run batch research on multiple topics.