Memory Integrated in Agent
Standalone Memory Manager
Memory with Runflow Context
Custom Memory Key
Cross-Session Access
Custom Summarization
Memory Configuration Options
| Option | Type | Description |
|---|---|---|
maxTurns | number | Maximum conversation turns to keep |
maxTokens | number | Maximum tokens to keep |
summarizeAfter | number | Trigger summary after N turns |
summarizePrompt | string | Custom prompt for summarization |
summarizeModel | ModelProvider | Custom model for summarization |
memoryKey | string | Custom memory key |