ContextAgent
Defined in the specialized module.Rust AI Agent SDK Context agent for managing conversation context
Fields
| Name | Type | Description |
|---|---|---|
config | ContextAgentConfig | Configuration |
context | Vec<ContextEntry> | Context window |
max_entries | usize | Maximum entries |
Methods
new
| Name | Type |
|---|---|
config | ContextAgentConfig |
add
| Name | Type |
|---|---|
role | impl Into<String> |
content | impl Into<String> |
get_context
clear
len
is_empty
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 46
