Module context_curator

Module context_curator 

Source
Expand description

Context Curator - Dynamic per-turn context selection

Implements the iterative curation principle from Anthropic’s context engineering guide. Each turn, we select the most relevant context from available information to pass to the model.

Structs§

ContextCurationConfig
Configuration for context curation
ContextCurator
Dynamic context curator
CuratedContext
Curated context result
ErrorContext
Error context for tracking and learning
FileSummary
File summary for compact context
Message
Message for conversation history
ToolDefinition
Tool definition for context selection

Enums§

ConversationPhase
Conversation phase detection