Skip to main content

Module orchestrator

Module orchestrator 

Source
Expand description

Prompt Orchestrator

Core prompt assembly system that:

  • Composes sections in order
  • Inserts cache boundary markers
  • Manages caching for static sections
  • Injects runtime context

Structs§

AssembledPrompt
Assembled prompt with metadata
PromptBuilder
Builder for creating prompt orchestrators
PromptOrchestrator
Prompt orchestrator - manages prompt assembly

Enums§

PromptProfile
Prompt profile type

Constants§

CACHE_BOUNDARY
Cache boundary marker for API caching