Clear short-term memory
(&self)
| 258 | |
| 259 | /// Clear short-term memory |
| 260 | pub async fn clear_short_term(&self) { |
| 261 | self.short_term.write().await.clear(); |
| 262 | } |
| 263 | |
| 264 | /// Get memory statistics |
| 265 | pub async fn stats(&self) -> anyhow::Result<MemoryStats> { |