agents.research.open_perplexity.promptsΒΆ

Prompt templates for the open_perplexity research agent.

This module contains the prompt templates used by various components of the research agent, including system prompts, task-specific prompts, and specialized templates for different stages of the research process.

Each prompt is designed for a specific task in the research workflow: - MAIN_SYSTEM_PROMPT: Primary system prompt for the research agent - RESEARCH_SYSTEM_PROMPT: System prompt for the specialized research assistant - TOPIC_EXTRACTION_PROMPT: Extracts research topics and questions from user input - REPORT_PLANNING_PROMPT: Generates a research report plan with sections - QUERY_GENERATION_PROMPT: Creates search queries for specific research sections - SECTION_WRITING_PROMPT: Generates content for report sections - SOURCE_EVALUATION_PROMPT: Evaluates reliability and relevance of sources - CONFIDENCE_ASSESSMENT_PROMPT: Assesses overall confidence in research findings - FINAL_REPORT_COMPILATION_PROMPT: Compiles the final research report - DATA_SOURCE_SELECTION_PROMPT: Recommends data sources for specific research needs