MemoryProtocol
Defined in the protocols module.Rust AI Agent SDK Protocol for memory implementations.
Methods
store
| Name | Type |
|---|---|
role | &str |
content | &str |
history
clear
search
| Name | Type |
|---|---|
query | &str |
limit | usize |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 0
