Memory
Nodes
| Node | Description |
|---|---|
| Buffer Memory | Attach this node to an Agent or LLM to keep track of the conversation history. |
| Compact Memory | Dynamic memory with compression that automatically manages context window limits by compressing old messages while preserving important information. |
| Temporal Thread Memory | Keeps the current thread plus a recent time window in prompt context, then offers bounded same-session search for older complete turns. |
| Tiered Memory | Three-tiered memory: No Compression → Tool Compression → Aggressive Tool & Response Compression |