agents.planning.base.promptsΒΆ
Base Planning Prompts - Core prompt templates for strategic planning.
This module provides the foundational prompt templates used by base planning agents for creating comprehensive, actionable plans.
FunctionsΒΆ
|
Create context dictionary for conversation analysis prompts. |
|
Create context dictionary for planning prompts. |
Module ContentsΒΆ
- agents.planning.base.prompts.create_conversation_context(objective, participants='', topic='', scope='', analysis_goals='')ΒΆ
Create context dictionary for conversation analysis prompts.
- Parameters:
- Returns:
Complete context for conversation analysis prompts
- Return type:
- agents.planning.base.prompts.create_planning_context(objective, available_tools='', time_constraints='', complexity_level='moderate', domain_focus='', additional_context='')ΒΆ
Create context dictionary for planning prompts.
- Parameters:
objective (str) β The main planning objective
available_tools (str) β Tools and resources available
time_constraints (str) β Time limitations or deadlines
complexity_level (str) β Desired complexity (simple, moderate, detailed, comprehensive)
domain_focus (str) β Specific domain or area of focus
additional_context (str) β Any additional context information
- Returns:
Complete context for planning prompts
- Return type: