agents.research.perplexity.pro_search.tasks.promptsΒΆ
Chat prompt templates for recursive conditional planning with tree-based decomposition. from typing import Any, Dict These prompts guide task decomposition, execution planning, and adaptive replanning.
FunctionsΒΆ
|
Create AugLLMConfig for task decomposition. |
|
Create AugLLMConfig for execution planning. |
|
Create AugLLMConfig for replanning analysis. |
Module ContentsΒΆ
- agents.research.perplexity.pro_search.tasks.prompts.create_decomposition_aug_llm(llm_config)ΒΆ
Create AugLLMConfig for task decomposition.
- agents.research.perplexity.pro_search.tasks.prompts.create_execution_planning_aug_llm(llm_config)ΒΆ
Create AugLLMConfig for execution planning.