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§
- Context
Curation Config - Configuration for context curation
- Context
Curator - Dynamic context curator
- Curated
Context - Curated context result
- Error
Context - Error context for tracking and learning
- File
Summary - File summary for compact context
- Message
- Message for conversation history
- Tool
Definition - Tool definition for context selection
Enums§
- Conversation
Phase - Conversation phase detection