Package com.paragon.agents.context¶
This docs was updated at: 2026-02-23
Classs¶
| Name | Description |
|---|---|
ContextManagementConfig |
Configuration for context management in agents |
SimpleTokenCounter |
A simple token counter that uses character-based estimation |
SlidingWindowStrategy |
A context window strategy that removes oldest messages to fit within the token limit |
SummarizationStrategy |
A context window strategy that summarizes older messages when context exceeds the limit |
Interfaces¶
| Name | Description |
|---|---|
ContextWindowStrategy |
Strategy interface for managing conversation context length |
TokenCounter |
Interface for counting tokens in conversation content |