praisonaiagents.agent.prompt_expander_agent
Core SDK Prompt Expander Agent Module This module provides the PromptExpanderAgent class for expanding short prompts into detailed, comprehensive prompts for better task execution. Unlike QueryRewriterAgent (which optimizes queries for search/retrieval), PromptExpanderAgent focuses on enriching prompts for task execution. Supported Expansion Strategies:- BASIC: Simple expansion with clarity improvements
- DETAILED: Rich expansion with context, constraints, and examples
- STRUCTURED: Expansion with clear structure (task, format, requirements)
- CREATIVE: Expansion with creative flair and vivid language
- AUTO: Automatically selects the best strategy based on prompt analysis

